/install aion-skill-builder
AION Skill Builder
The AION Skill Builder is an interactive tool that generates complete, production-ready trading skills from natural language descriptions. Just describe what your strategy does, and the builder generates:
- ✅ Complete skill folder structure
- ✅ SKILL.md with proper metadata
- ✅ clawhub.json with environment config
- ✅ Python script with best practices
- ✅ Ready to publish to ClawHub
Usage
clawhub install aion-skill-builder
Then run in your agent:
"Build me a skill that trades prediction markets using weather data"
The builder will:
- Ask clarifying questions about your strategy
- Generate a complete skill folder
- Create the skill with proper AION SDK integration
- Ready for
clawhub publish
What the builder creates
Your generated skill includes:
- SKILL.md - AgentSkills-compliant metadata and documentation
- clawhub.json - ClawHub configuration with the right environment variables
- skill_script.py - Main trading logic using AionClient with:
- Proper API key management
- Market context checking
- Position tracking
- Error handling
- Dry-run by default
Key features
- Template generation - Creates remixable templates, not hardcoded strategies
- Environment variables - Automatically declares required and optional credentials
- Best practices - Enforces hard rules from AION SDK documentation
- Remix-first design - Generated skills are meant to be customized by users
Next steps
After generation:
- Customize the signal - Modify the trading logic in the generated script
- Test locally - Run with
--dry-runto verify behavior - Publish - Use
clawhub publish . --slug your-skill-slug --version 1.0.0 - Share - Your skill appears in the AION registry within 6 hours
Environment variables
The builder automatically configures:
| Variable | Required | Purpose |
|---|---|---|
| AION_API_KEY | Yes | API access to AION trading APIs |
| WALLET_PRIVATE_KEY | No | Only for self-custody wallets |
Learn more
See Building Skills for detailed documentation on:
- Manual skill creation
- AION SDK patterns
- Publishing and distribution
- Naming conventions
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aion-skill-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/aion-skill-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aion Skill Builder 是什么?
Build and publish AION trading skills using natural language. Generates complete, ready-to-run skill templates from plain English strategy descriptions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。
如何安装 Aion Skill Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aion-skill-builder」即可一键安装,无需额外配置。
Aion Skill Builder 是免费的吗?
是的,Aion Skill Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aion Skill Builder 支持哪些平台?
Aion Skill Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aion Skill Builder?
由 ssj124(@ssj124)开发并维护,当前版本 v1.0.0。