← Back to Skills Marketplace
edmonddantesj

AOI Starter Pack

by edmonddantesj · GitHub ↗ · v0.1.1
cross-platform ✓ Security Clean
321
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install aoineco-starter-pack
Description
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...
README (SKILL.md)

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
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: aoineco-starter-pack Version: 0.1.1 The skill bundle is a meta-installer designed to automate the installation of multiple OpenClaw skills from a specific author using the 'clawhub' CLI. The primary logic resides in 'scripts/install_pack.sh', which iterates through predefined lists of skill names (minimal, core, or full) and executes standard installation commands. The behavior is transparent, aligns with the documentation in 'SKILL.md', and lacks any indicators of malicious intent, data exfiltration, or obfuscation.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aoineco-starter-pack
  3. After installation, invoke the skill by name or use /aoineco-starter-pack
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Add one-command runner (run.sh), Windows PowerShell installer (install_pack.ps1), and clearer fast-path instructions.
v0.1.0
Initial release: minimal/core/full curated install pack for @edmonddantesj skills.
Metadata
Slug aoineco-starter-pack
Version 0.1.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is AOI Starter Pack?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 321 downloads so far.

How do I install AOI Starter Pack?

Run "/install aoineco-starter-pack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AOI Starter Pack free?

Yes, AOI Starter Pack is completely free (open-source). You can download, install and use it at no cost.

Which platforms does AOI Starter Pack support?

AOI Starter Pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AOI Starter Pack?

It is built and maintained by edmonddantesj (@edmonddantesj); the current version is v0.1.1.

💬 Comments