Beta Skill Maker
v1.0.0Creates production-ready SKILL.md files for OpenClaw AI agents. Takes a skill concept and outputs a complete, publishable SKILL.md with metadata, instruction...
⭐ 0· 46·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name, description, instructions, and included Python generator all align: the tool creates SKILL.md, README.md, and a references/ overview. Minor inconsistency: the skill metadata declares 'markdown' as a required binary alongside python3, but the generator code uses only python3 (it does not invoke a 'markdown' binary). This extra declared binary is unnecessary but not malicious.
Instruction Scope
SKILL.md instructs the agent/user to run the included python3 script with flags and to write output to a user-specified directory. The runtime instructions and the script stay within the stated scope (file generation). The script does not read environment variables, system credentials, network endpoints, or other files outside the target output directory.
Install Mechanism
No install spec is provided (instruction-only with one included Python file). Nothing is downloaded or written outside the user-specified output directory. No third-party packages or remote archives are pulled.
Credentials
The skill requests no environment variables or credentials. The generator accepts --env and --bins arguments and will insert their names into generated SKILL.md, but it does not read or transmit any environment values itself. No disproportionate credential access is requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence, nor does it modify other skills or system-wide settings. It simply writes files to the output directory chosen by the user.
Assessment
This skill appears to do what it claims: it is a small local generator that writes SKILL.md, README.md, and a references file into whatever output directory you provide. Before using or publishing generated SKILL.md files, review their contents — the tool will copy any strings you pass via --bins or --env into the generated metadata, so avoid injecting real secrets there. Also note the metadata lists a 'markdown' binary even though the script doesn't use it; you can remove that requirement from generated SKILL.md if it's not needed. Otherwise the skill is low-risk: it performs local file creation only and has no network or credential access.Like a lobster shell, security has layers — review code before you run it.
latestvk97bbxmvezcrebwpzhvanfqyx183r5ne
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📦 Clawdis
Binspython3, markdown
