Maker
Create and manage files, directories, templates, and configs using preset commands with export and status features.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 22 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (create/manage files, templates, configs) aligns with the provided shell script: it creates a data directory, stores entries in entries.jsonl, supports add/list/search/export/status/reset, and documents MAKER_DIR for customization.
Instruction Scope
SKILL.md describes CLI usage but does not list runtime dependencies. The script invokes python3 for JSON parsing and uses standard Unix tools (sed, grep, du, head, tail). The script reads/writes only to a per-user data directory (~/.local/share/maker by default or $MAKER_DIR) and prompts for confirmation on reset. No instructions read other system config or transmit data externally.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or installed automatically. The skill does include a local shell script file which the agent may execute; no external installation or archive downloads are used.
Credentials
The skill declares no required env vars or credentials, which is appropriate. The script does honor optional MAKER_DIR and XDG_DATA_HOME (and $HOME) at runtime; these are reasonable but were not listed in requires.env — they are optional configuration, not secrets.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills/system-wide settings. It persists only under the user's data directory and provides a reset command that deletes that data after confirmation.
Assessment
This skill appears to do what it says: a simple local entry/file manager. Before installing or running it: (1) review the included scripts (scripts/script.sh) yourself — the agent will execute that shell code; (2) ensure you have python3 available (the script uses it for JSON parsing) or expect fallback behavior; (3) note it will create and modify files under ~/.local/share/maker by default (or under $MAKER_DIR if you set it) and the reset command will delete those files if you confirm; (4) there are no network calls or credential requests. If you want to restrict where data is stored, set MAKER_DIR to a safe location before use.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Maker
File maker — create files, directories, templates, configs from presets.
Commands
| Command | Description |
|---|---|
maker help | Show usage info |
maker run | Run main task |
maker status | Check current state |
maker list | List items |
maker add <item> | Add new item |
maker export <fmt> | Export data |
Usage
maker help
maker run
maker status
Examples
# Get started
maker help
# Run default task
maker run
# Export as JSON
maker export json
Output
Results go to stdout. Save with maker run > output.txt.
Configuration
Set MAKER_DIR to change data directory. Default: ~/.local/share/maker/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
