Scan Report
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.
Safe to install
No action needed. This skill is safe to use as documented.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | scripts/install_pack.py:51 - subprocess.run() for clawhub install |
| Network | READ | READ | ✓ Aligned | clawhub.ai communication for skill installation |
| Filesystem | NONE | NONE | — | No direct file operations; delegates to clawhub CLI |
File Tree
3 files · 13.1 KB · 345 lines Markdown 2f · 193L
Python 1f · 152L
├─
▾
references
│ └─
skill-packs.md
Markdown
├─
▾
scripts
│ └─
install_pack.py
Python
└─
SKILL.md
Markdown
Security Positives
✓ 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