compound-docs
v2.53.0Document solved problems for team reuse. Provides process knowledge for /workflows:compound. Use when documenting a resolved issue, writing up lessons learne...
⭐ 0· 12·0 current·0 all-time
byIlia Alshanetsky@iliaal
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
The skill's name/description match what it does: gather context, validate YAML frontmatter, and write markdown docs under docs/solutions/. It does not request unrelated credentials or binaries.
Instruction Scope
Overall instructions stay within documentation capture (reading conversation context, searching/writing docs, running the included frontmatter validator). However there's a clear inconsistency: SKILL.md describes auto‑invocation (triggering after phrases like "that worked") while the skill metadata sets disable-model-invocation: true. That means the documented auto‑invoke behavior cannot run autonomously as described. Also the skill assumes access to the repository filesystem (docs/solutions/) and ability to run the provided shell script and shell commands — this is expected for a documentation writer but should be noted before granting write/execute permissions.
Install Mechanism
No install spec (instruction-only) and included shell script only. No network downloads or third-party installs. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The operations (grep, mkdir, file writes) align with the stated purpose.
Persistence & Privilege
always is false and disable-model-invocation is true (the skill cannot autonomously invoke). The skill writes files within docs/solutions/, which is appropriate for its purpose; it does not request elevated or system‑wide persistence.
Assessment
This skill appears to do what it says: collect context, validate YAML frontmatter (using the included validate-frontmatter.sh), and write a single markdown file under docs/solutions/. Before installing, confirm you are comfortable granting it read/write access to your repository (docs/solutions/) and permission to execute the included shell script. Note the SKILL.md claims the skill auto‑invokes on phrases like "that worked" but the metadata disables autonomous invocation — verify with the author whether auto‑invoke was intentionally disabled. If you allow it to run, review the validate-frontmatter.sh script (provided) and ensure repository backups or code review policies are in place so accidental file edits are reversible.Like a lobster shell, security has layers — review code before you run it.
latestvk975pv3vxzt9b4bpjpcwcp0z8s849vqf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
