扫描报告
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.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md describes reading SKILL.md files to understand skill requirements |
| 命令执行 | NONE | NONE | — | No shell commands executed; mkdir examples are documentation only |
| 网络访问 | NONE | NONE | — | No network requests described or implemented |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | Meta-skill for setup flow, not invoking other skills |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser operations |
| 数据库 | NONE | NONE | — | No database access |
目录结构
8 文件 · 30.7 KB · 1423 行 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
安全亮点
✓ 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