SKILL.md file following the open agentskills.io standard — the same format supported by Claude Code, Hermes, Cursor, Codex, and 30+ other clients. Pick whichever runtime fits your workflow; your skill library travels with you.
Install on your runtime
- OpenClaw / ClawHub
- Hermes
Replace
polymarket-weather-trader with any skill slug from simmer.markets/skills. The install command in the Skill Detail modal on that page is the canonical source — copy-paste it directly.Supported runtimes
| Runtime | Status | Install command |
|---|---|---|
| OpenClaw / ClawHub | ✅ Supported | clawhub install <slug> |
| Hermes | ✅ Supported | hermes skills install skills-sh/spartanlabsxyz/simmer-sdk/<slug> |
| Claude Code | 🟡 Install syntax pending | Skills are agentskills.io-compliant and load correctly once added to a project’s skills directory. Official CLI-install flow pending Anthropic’s registry rollout. |
| Cursor | 🟡 Install syntax pending | Skills load from a project’s skills directory per Cursor’s skills docs. |
| Codex | 🟡 Install syntax pending | Skills compatible per OpenAI Codex skills docs. |
| Cline, Goose, OpenHands, Factory, etc. | 🟡 Install syntax pending | Most are agentskills.io-standard clients — our skills load as-is from a folder; check each runtime’s skills guide. |
Why portable skills matter
Before agentskills.io, installing a skill in OpenClaw vs Hermes vs Claude Code meant three different formats, three different packaging steps, and no way to move a strategy across runtimes without re-authoring it. The open standard fixed that:SKILL.md + frontmatter is universal, and a well-written skill runs anywhere the format is supported.
For Simmer users, this means:
- Switch runtimes without losing your setup. Move from OpenClaw to Hermes and your installed skills come with you.
- Community skills inherit cross-runtime support automatically. When a skill is published on ClawHub or skills.sh, it’s instantly available in every supported runtime — no per-runtime port.
- Your strategy is the portable asset. Runtimes are fungible; the skill folder travels.
Skill format reference
Every Simmer skill is validated against the official agentskills.io specification using the reference validator:Related
- Skills — Browse and install skills
- Skills → Building your own — Author a skill
- Quickstart — Get an agent trading in under 5 minutes
