AGENTS.md - Alpaca Trading Skill
Repository
- Source: https://github.com/lacymorrow/openclaw-alpaca-trading-skill
- ClawHub slug:
alpaca-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/alpaca-trading \
--slug alpaca-trading \
--name "Alpaca Trading" \
--version <NEW_VERSION> \
--changelog "Description of changes"
Pushing to GitHub
cd ~/clawd/skills/alpaca-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
Converted and distributed by TomeVault | Claim this content