99999
v1.0.0Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL....
⭐ 0· 57·0 current·0 all-time
by@mrvae
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (authoring Agent Skills) match the content: SKILL.md contains step-by-step guidance for creating skills, frontmatter rules, folder locations, and validation — all directly related to the stated purpose.
Instruction Scope
Instructions include file operations (creating ~/.claude/skills or .claude/skills) and examples that run optional helper scripts; this is appropriate for a skill-authoring guide, but any actual scripts or helpers referenced should be reviewed before execution since they could run arbitrary code.
Install Mechanism
No install spec and no code files are present — the skill is instruction-only so nothing is written or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths beyond recommending skill directories; there are no disproportionate secret or credential requests.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills; its recommended locations are user or project-local (.claude/skills).
Assessment
This guide is coherent and safe as an authoring reference, but exercise normal caution: 1) If you follow its examples that reference scripts (e.g., scripts/helper.py), inspect those scripts before running them. 2) Avoid embedding secrets or credentials in SKILL.md or referenced files. 3) When sharing Skills, keep project vs personal location in mind (project skills go in repository .claude/skills, personal in ~/.claude/skills). 4) Use the suggested allowed-tools/frontmatter controls to limit a Skill's capabilities. If you plan to include helper binaries or remote installs in a Skill you author, review the install sources and URLs for trustworthiness before execution.Like a lobster shell, security has layers — review code before you run it.
latestvk979jx8k8pckyw2kfwczzpf14583qsp4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
