AOI Starter Pack

v0.1.1

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 t...

0· 290·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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.

latestvk971enq758hf0zv24v5b2qavdd8294de
290downloads
0stars
2versions
Updated 1mo ago
v0.1.1
MIT-0

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 essentials
    • core: recommended for beginners
    • full: all published utilities

Skill list reference: references/skill_list.md

Prereqs

  1. Have clawhub CLI available
  2. Be logged in:
clawhub login
clawhub whoami

Install (fast path)

  1. Install this pack:
clawhub install aoineco-starter-pack
  1. 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...