Trusted — Risk Score 0/100
Last scan:19 hr ago Rescan
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 Nameskill-starter-pack
Duration25.5s
Enginepi
Safe to install
No action needed. This skill is safe to use as documented.
ResourceDeclaredInferredStatusEvidence
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 85L · 4.8 KB
├─ 📁 scripts
│ └─ 🐍 install_pack.py Python 152L · 3.9 KB
└─ 📝 SKILL.md Markdown 108L · 4.4 KB

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