Overview
- Skill Key
- gyliiiiii/soul-pack
- Author
- gyliiiiii
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gyliiiiii/soul-pack
- Latest Commit SHA
- a7866cdfc7f90d3cdb66ea0548a2bb275c178fdf
Export and import SOUL packages for OpenClaw agents. Use when creating a reusable persona package (SOUL.md + preview.md + manifest.json), installing a soul package into a new/existing agent workspace, or batch listing local soul packages for a Soul marketplace workflow.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 soul-pack 技能。 若已安装,则直接安装 soul-pack 技能。
# Soul Pack Use bundled scripts for deterministic behavior. ## Export soul package ```bash bash /Users/feifei/projects/soul-pack-skill/scripts/export-soul.sh \ --workspace /Users/feifei/.openclaw/workspace \ --out /Users/feifei/projects/soul-packages \ --name edith-soul ``` ## Import soul package + create agent ```bash bash /Users/feifei/projects/soul-pack-skill/scripts/import-soul.sh \ --package /Users/feifei/projects/soul-packages/edith-soul.tar.gz \ --agent my-soul \ --workspace /Users/feifei/projects/agents/my-soul ``` ## List local soul packages ```bash bash /Users/feifei/projects/soul-pack-skill/scripts/list-souls.sh \ --dir /Users/feifei/projects/soul-packages ``` ## Notes - `manifest.json` is validated against `schema/manifest.schema.v0.1.json`. - Import does not overwrite existing SOUL.md unless `--force` is provided. - Agent registration uses `openclaw agents add` (or reuses existing agent id).
# soul-pack 一组用于 **导出/导入 SOUL 包** 并自动创建 OpenClaw agent 的脚本与 Skill 骨架。 ## 目录结构 ```text soul-pack-skill/ ├─ SKILL.md ├─ README.md ├─ schema/ │ └─ manifest.schema.v0.1.json └─ scripts/ ├─ export-soul.sh ├─ import-soul.sh └─ list-souls.sh ``` ## 功能 - `export-soul.sh`:从 workspace 导出 `SOUL.md` 为标准包目录 + `.tar.gz` - `import-soul.sh`:导入 soul 包到新/已有 workspace,并自动 `openclaw agents add` - `list-souls.sh`:列出本地 soul 包与 manifest ## 快速开始 ### 1) 导出 soul 包 ```bash bash scripts/export-soul.sh \ --workspace /Users/feifei/.openclaw/workspace \ --out /Users/feifei/projects/soul-packages \ --name edith-soul ``` 输出: - `/Users/feifei/projects/soul-packages/edith-soul/` - `/Users/feifei/projects/soul-packages/edith-soul.tar.gz` ### 2) 导入 soul 包并创建 agent ```bash bash scripts/import-soul.sh \ --package /Users/feifei/projects/soul-packages/edith-soul.tar.gz \ --agent my-soul \ --workspace /Users/feifei/projects/agents/my-soul ``` 可选: - `--force`:允许覆盖已存在的 `SOUL.md` ### 3) 列出本地 soul 包 ```bash bash scripts/list-souls.sh --dir /Users/feifei/projects/soul-packages ``` ## 包规范 导出包结构: ```text my-soul-package/ ├─ SOUL.md ├─ preview.md └─ manifest.json ``` `manifest.json` 最小字段: - `name` - `version`(`x.y.z`) - `createdAt`(ISO 时间) - `files`(必须包含 `SOUL.md`, `preview.md`, `manifest.json`) 校验 schema:`schema/manifest.schema.v0.1.json` ## 依赖 - bash - python3(用于 manifest 基础校验) - openclaw CLI(用于 `openclaw agents add`) ## 注意事项 - 默认不覆盖已有 `SOUL.md`,防止误操作 - 请勿在包内放 API Key / token - 建议先在测试 agent 上验证导入效果
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.