Install
openclaw skills install aion-skill-builderaion-sdk powered Polymarket thesis trader. Scan prediction markets for a configurable thesis, compare your probability to the market price, and trade only when the edge clears a safety threshold. Built on aion-sdk for market reads and trade execution.
openclaw skills install aion-skill-builderThe 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:
clawhub install aion-skill-builder
Then run in your agent:
"Build me a skill that trades prediction markets using weather data"
The builder will:
clawhub publishYour generated skill includes:
After generation:
--dry-run to verify behaviorclawhub publish . --slug your-skill-slug --version 1.0.0The 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 |
See Building Skills for detailed documentation on: