Imported from LeoYeAI/openclaw-master-skills (
skills/kalshi-cli-trading/AGENTS.md). Install upstream withnpx skills add LeoYeAI/openclaw-master-skills --skill kalshi-cli-trading. Copyright stays with the author.
AGENTS.md
Repository
- Source: https://github.com/lacymorrow/openclaw-kalshi-trading-skill
- ClawHub slug:
kalshi-trading - Current version: See
_meta.json
Publishing to ClawHub
After making changes, publish the updated skill:
# Bump version in _meta.json first, then:
clawhub publish ~/clawd/skills/kalshi-trading \
--slug kalshi-trading \
--name "Kalshi Trading" \
--version <NEW_VERSION> \
--changelog "Description of changes"
Pushing to GitHub
cd ~/clawd/skills/kalshi-trading
git add -A
git commit -m "describe changes"
git push origin main
Workflow
- Make changes to skill files
- Bump version in
_meta.json - Commit & push to GitHub
- Publish to ClawHub with
clawhub publish