Reference Docs
v1.0.0Reference documentation patterns for API and symbol documentation. Use when writing reference docs, API docs, parameter tables, or technical specifications....
⭐ 0· 16·1 current·1 all-time
byKevin Anderson@anderskev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the content of SKILL.md. The skill is an instruction-only authoring pattern for reference docs and does not request unrelated binaries, environment variables, or config paths.
Instruction Scope
SKILL.md stays focused on documenting patterns and examples. One minor note: some examples show using process.env.API_KEY and realistic personal values — these are example patterns only, but they could encourage including real secrets or real PII in docs if not handled carefully.
Install Mechanism
No install specification and no code files are present, so nothing is written to disk or fetched during install. This is the lowest-risk model for a skill.
Credentials
The skill declares no required environment variables. However, example snippets reference process.env.API_KEY and realistic values; ensure examples used in your projects don't accidentally include real credentials or sensitive data.
Persistence & Privilege
always is false and there is no install-time persistence. Model invocation is allowed (default) which is appropriate for a docs-authoring helper and is not a concern by itself.
Assessment
This skill is a straightforward reference-documentation style guide and appears internally consistent. Before installing: (1) note the skill's source/homepage is unknown—if provenance matters, verify the author or compare with your team's style guide; (2) avoid copying real API keys, passwords, or personal data into the 'runnable examples' the skill recommends (the SKILL.md itself shows process.env.API_KEY as an example); and (3) the skill recommends using it alongside a 'docs-style' skill—check that companion skill for any unexpected requirements. Otherwise this instruction-only skill is low risk.Like a lobster shell, security has layers — review code before you run it.
latestvk9774fj6ny78p2xjgrwba1nets84ky83
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
