Scan Report
0 /100
skill-manager-all-in-one
Manage OpenClaw skills end to end: find, audit, create, update, publish, and promote.
This is a pure documentation/guidance skill for managing OpenClaw skills. It contains no executable code, scripts, or implementation files—only markdown documentation and metadata.
Safe to install
This skill is safe to use. It provides guidance for skill management workflows and does not perform any privileged operations itself.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | Only references paths, no file operations performed |
| Network | NONE | NONE | — | Delegates to clawhub CLI; no direct network calls |
| Shell | NONE | NONE | — | Documents CLI commands for user/agent to run, not executed directly |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation within this skill |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | References CLI vs Dashboard choice, no browser automation |
| Database | NONE | NONE | — | No database access |
1 findings
Medium External URL 外部 URL
https://clawhub.com/skills/ references/promotion.md:36 File Tree
6 files · 16.9 KB · 451 lines Markdown 5f · 446L
JSON 1f · 5L
├─
▾
references
│ ├─
clawhub-inspect.md
Markdown
│ ├─
clawhub-publish.md
Markdown
│ ├─
promotion.md
Markdown
│ └─
search-and-audit.md
Markdown
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code
✓ Clear documentation of purpose and workflow
✓ No credential harvesting or exfiltration attempts
✓ No obfuscated or hidden code
✓ No external dependencies with supply chain risks
✓ Bilingual documentation provides transparency
✓ Explicit user consent rules before destructive actions
✓ No curl|bash or remote script execution patterns