扫描报告
0 /100
skill-starter-pack
One-click install curated skill packs for new OpenClaw users
Legitimate skill pack installer that wraps the clawhub CLI to batch-install curated OpenClaw skills.
可以安装
No action needed. This skill is safe to use as documented.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | scripts/install_pack.py:51 - subprocess.run() for clawhub install |
| 网络访问 | READ | READ | ✓ 一致 | clawhub.ai communication for skill installation |
| 文件系统 | NONE | NONE | — | No direct file operations; delegates to clawhub CLI |
目录结构
3 文件 · 13.1 KB · 345 行 Markdown 2f · 193L
Python 1f · 152L
├─
▾
references
│ └─
skill-packs.md
Markdown
├─
▾
scripts
│ └─
install_pack.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ All functionality declared in SKILL.md with clear usage examples
✓ Subprocess usage is necessary and documented (runs clawhub CLI)
✓ Network access limited to official clawhub.ai endpoint
✓ No credential harvesting or sensitive file access
✓ No obfuscation or hidden behavior
✓ Uses only Python standard library (subprocess, sys, shutil, time)
✓ Error handling with timeouts (120s) prevents hanging
✓ Rate limiting with 1s delay between installs
✓ Skips already-installed skills automatically