TopRank Skills

Home / Claw Skills / Autres / aoineco-starter-pack
Official OpenClaw rules 15%

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 to install all/most AOI/Aoineco skills at once, wants a beginner-friendly recommended bundle, or needs minimal/core/full install options.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 aoineco-starter-pack 技能。 若已安装,则直接安装 aoineco-starter-pack 技能。

Overview

Skill Key
edmonddantesj/aoineco-starter-pack
Author
edmonddantesj
Source Repo
openclaw/skills
Version
-
Source Path
skills/edmonddantesj/aoineco-starter-pack
Latest Commit SHA
14704bf3b3e25e8c3af0cdb73813f3d2ca20b2b8

Extracted Content

SKILL.md excerpt

# 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:

```bash
clawhub login
clawhub whoami
```

## Install (fast path)

1) Install this pack:

```bash
clawhub install aoineco-starter-pack
```

2) Run the recommended bundle (`core`):

```bash
bash skills/aoineco-starter-pack/scripts/run.sh core
```

Other modes:

```bash
bash skills/aoineco-starter-pack/scripts/run.sh minimal
bash skills/aoineco-starter-pack/scripts/run.sh full
```

## Windows (PowerShell)

```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:

```bash
clawhub update
```

Related Claw Skills