Scan Report
5 /100
skill-setup-flow
为已安装的 OpenClaw 技能创建标准化的设置流程
This is a pure documentation-only meta-skill providing setup workflow templates with no executable code, scripts, or sensitive operations.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md describes reading SKILL.md files to understand skill requirements |
| Shell | NONE | NONE | — | No shell commands executed; mkdir examples are documentation only |
| Network | NONE | NONE | — | No network requests described or implemented |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | Meta-skill for setup flow, not invoking other skills |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser operations |
| Database | NONE | NONE | — | No database access |
File Tree
8 files · 30.7 KB · 1423 lines Markdown 7f · 1373L
JSON 1f · 50L
├─
▾
examples
│ └─
self-improving-setup.md
Markdown
├─
CREATION-SUMMARY.md
Markdown
├─
QUICKSTART.md
Markdown
├─
README.md
Markdown
├─
SETUP-COMPLETE.md
Markdown
├─
setup-template.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present - pure documentation package
✓ No external dependencies or package dependencies declared
✓ No network requests or data exfiltration patterns
✓ No credential harvesting or sensitive file access
✓ No obfuscation techniques detected
✓ All operations are clearly documented in SKILL.md
✓ Consistent with stated purpose of providing setup workflow templates