Flex

v1.0.0

Generate CSS Flexbox layouts using interactive CLI commands. Use when building responsive flex containers, rows, columns, or alignment configurations.

0· 120·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name and description (CSS Flexbox layout generator) align with the included script and SKILL.md: commands create/modify/export flex layouts and the tool stores layouts as JSONL in ~/.flex/data.jsonl.
Instruction Scope
Instructions and the script operate locally (bash + Python), read/write only to ~/.flex/data.jsonl, and do not reference external services or unrelated system paths. Note: the tool requires write access to the user's home directory (~/.flex) which is expected for a local CLI but is persistent storage.
Install Mechanism
No install specification is provided (instruction-only with an included script), so nothing is downloaded or installed by the registry. This is low-risk from an install perspective.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read secrets or unrelated env vars (it sets and uses only local env vars to pass arguments to embedded Python). This is proportionate to its purpose.
Persistence & Privilege
The skill writes persistent data to ~/.flex/data.jsonl and creates the ~/.flex directory. It does not request always:true and does not modify other skills or system-wide settings. Persistent local storage is expected but users should be aware data is stored in their home directory.
Assessment
This skill appears coherent for generating and storing local CSS Flexbox layouts: it uses bash and embedded Python to create and update JSONL records under ~/.flex and to export CSS. Before installing, review the full scripts/script.sh (the prompt content was truncated) to confirm there are no hidden network calls or commands you don't expect. If you want extra caution, run the script in a sandbox or inside a disposable account, or inspect the full file for any commands that call curl/wget, open network sockets, or read files outside ~/.flex. Back up or delete ~/.flex if you no longer need stored layouts.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d6m828wyjht82dndww4hf19834217

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments