Skill
Install as an AI agent skill, or integrate via API.
Sign in first to get your API key.
🖥️
Dashboard
Easiest — no coding required
⚡
REST API
For developers — integrate into any app
Get your signal
curl "https://sectormomentums.com/api/signal?key=YOUR_API_KEY"
Python
import requests
r = requests.get("https://sectormomentums.com/api/signal?key=YOUR_API_KEY").json()
print(r["action"], r["message"])Full reference → API Docs
🤖
AI Agent Skill
For AI agents — auto-manage signals and positions
Install as a skill for your AI agent. It reads the SKILL.md, learns the API, and handles everything automatically.
Install
curl -s https://sectormomentums.com/api/skill | bash
Set API key
export SECTOR_MOMENTUM_API_KEY="YOUR_API_KEY"
Works with OpenClaw, Claude, GPT agents, or any AI framework.
🔔
Automation
Set it and forget it
Add to your crontab to check daily at 5 PM ET:
# Every weekday at 5 PM ET 0 17 * * 1-5 curl -s "https://sectormomentums.com/api/signal?key=YOUR_API_KEY" | python3 -c "import sys,json; d=json.load(sys.stdin); print(d['action'], d['message'])"
Works with cron, Task Scheduler, GitHub Actions, Zapier, n8n, etc.
What You Get
📊
Daily Signals
BUY, HOLD, SELL, or ROTATE — one clear action per day
🎯
Personalized
Signals adapt to your entry price and holdings
🏆
Sector Rankings
5 US sectors ranked by momentum
🛡️
Risk Protection
Auto exit signals when conditions deteriorate