AOI Starter Pack
v0.1.1Install a curated starter pack of @edmonddantesj ClawHub skills (security, stability, memory, ops) in one command via the ClawHub CLI. Use when a user asks t...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description and the included scripts all align: they call the ClawHub CLI to install a curated set of skills. Minor inconsistency: the registry metadata lists no required binaries, but SKILL.md correctly documents that the clawhub CLI must be present and you must be logged in.
Instruction Scope
SKILL.md and the scripts only perform pack selection and run `clawhub install <skill>` for each listed skill. They do not read arbitrary files, access environment variables, open network endpoints directly, or perform other out‑of‑scope actions.
Install Mechanism
There is no custom install specification (instruction-only), and included scripts simply invoke `clawhub install`. No downloads from arbitrary URLs or archive extraction are present. Important caveat: the script will cause many downstream installs (transitive trust) — each installed skill may have its own install actions and requirements.
Credentials
The skill itself requests no environment variables or credentials. It does require that the user be logged into ClawHub (documented in SKILL.md), so it will act using the invoking user's ClawHub session. That is expected, but you should be aware installed skills may later request credentials or env vars.
Persistence & Privilege
No special persistence flags (always=false). The pack does not modify other skills' configs directly — it only runs `clawhub install`. Autonomous invocation is allowed by default but is not combined with other red flags here.
Assessment
This pack is essentially a convenience wrapper that runs your installed clawhub CLI to install a list of skills from the named author. Before installing: (1) make sure you have the clawhub CLI and are logged in with an account you trust, (2) review the skill list in references/skill_list.md and, ideally, inspect each listed skill's manifest/code because they will be installed transitively, and (3) be aware that those downstream skills can request their own environment variables/permissions — install in a sandbox or review upstream manifests if you have any doubt.Like a lobster shell, security has layers — review code before you run it.
latest
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
Comments
Loading comments...
