可信 — 风险评分 0/100
上次扫描:18 小时前 重新扫描
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.
技能名称skill-starter-pack
分析耗时25.5s
引擎pi
可以安装
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 85L · 4.8 KB
├─ 📁 scripts
│ └─ 🐍 install_pack.py Python 152L · 3.9 KB
└─ 📝 SKILL.md Markdown 108L · 4.4 KB

安全亮点

✓ 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