Skill Writer

v1.0.0

Write high-quality agent skills (SKILL.md files) for ClawdHub/MoltHub. Use when creating a new skill from scratch, structuring skill content, writing effective frontmatter and descriptions, choosing section patterns, or following best practices for agent-consumable technical documentation.

9· 2.2k·12 current·13 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
high confidence
Purpose & Capability
The skill's purpose is to author SKILL.md files and the SKILL.md content matches that purpose. The frontmatter in the skill declares an anyBins requirement for `npx` — mildly unexpected for a purely documentation skill but justifiable because the instructions reference running `npx molthub@latest search`. Requiring `npx` is optional for purely authoring work; it's not harmful but slightly broader than strictly necessary.
Instruction Scope
The SKILL.md instructions are limited to authoring guidance, formatting rules, examples, and occasional CLI examples (e.g., `npx molthub@latest search`). The instructions do not request reading system files, environment secrets, or transmitting user data to external endpoints.
Install Mechanism
No install spec is present (instruction-only). Nothing is downloaded or written to disk by the skill itself, which minimizes install-time risk.
Credentials
The skill declares no required environment variables or credentials and does not ask for access to config paths or secrets. The only runtime hint is an optional requirement for `npx` in metadata.
Persistence & Privilege
The skill is not forced-present (always: false) and does not request elevated system presence. Autonomous invocation is allowed (platform default) but the skill's instructions are benign and scoped to documentation tasks.
Assessment
This is a documentation-only skill for writing SKILL.md files and contains no code or credential requests — low risk. Note the metadata suggests `npx` as an available tool because examples use `npx molthub@latest search`; you don't need to install anything to read or use the guidance. Before publishing any SKILL.md you create, avoid embedding secrets or credentials in examples, run any CLI commands (like npx) yourself in a safe environment, and review the final frontmatter so it only lists tools the real skill actually needs.

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

latestvk97ehzbszy77de7pq9f6v0zped80ffyd

License

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

Runtime requirements

✍️ Clawdis
OSLinux · macOS · Windows
Any binnpx

Comments