← 返回 Skills 市场
edmonddantesj

AOI Starter Pack

作者 edmonddantesj · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
321
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install aoineco-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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aoineco-starter-pack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aoineco-starter-pack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug aoineco-starter-pack
版本 0.1.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。

如何安装 AOI Starter Pack?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aoineco-starter-pack」即可一键安装,无需额外配置。

AOI Starter Pack 是免费的吗?

是的,AOI Starter Pack 完全免费(开源免费),可自由下载、安装和使用。

AOI Starter Pack 支持哪些平台?

AOI Starter Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AOI Starter Pack?

由 edmonddantesj(@edmonddantesj)开发并维护,当前版本 v0.1.1。

💬 留言讨论