Case 05093
Install a curated starter pack of @edmonddantesj ClawHub skills (security, stability, memory, ops) in one command via the ClawHub CLI. Use when a user asks to install all/most AOI/Aoineco skills at once, wants a beginner-friendly recommended bundle, or needs minimal/core/full install options.From its SKILL.md
npx -y skills add knownasnaffy/prompthound --skill case_05093Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 317 tokens by cl100k_base, as published. Nobody here has run it
AOI / Aoineco Starter Pack
Install a curated bundle of skills from the ClawHub profile edmonddantesj.
What this does
- Installs multiple skills via
clawhub install ...in one run - Offers 3 pack modes:
minimal: 2 essentialscore: recommended for beginnersfull: all published utilities
Skill list reference: references/skill_list.md
Prereqs
- Have
clawhubCLI available - Be logged in:
clawhub login
clawhub whoami
Install (fast path)
- Install this pack:
clawhub install aoineco-starter-pack
- Run the recommended bundle (
core):
bash skills/aoineco-starter-pack/scripts/run.sh core
Other modes:
bash skills/aoineco-starter-pack/scripts/run.sh minimal
bash skills/aoineco-starter-pack/scripts/run.sh full
Windows (PowerShell)
clawhub install aoineco-starter-pack
powershell -ExecutionPolicy Bypass -File .\skills\aoineco-starter-pack\scripts\install_pack.ps1 core
Notes
- This is an installer pack. It does not enable/auto-configure risky automations.
- If you need to update later:
clawhub update
What ships with it: 3 files
2.1 KB alongside SKILL.md, 2 of them executable
references/
- skill_list.md627 B
scripts/
- install_pack.shruns1.1 KB
- run.shruns374 B