Skip to content

feat(skills): add AgentBets predictor skill#2

Open
nox-oss wants to merge 1 commit into
sidex-fun:mainfrom
nox-oss:feat/agentbets-predictor
Open

feat(skills): add AgentBets predictor skill#2
nox-oss wants to merge 1 commit into
sidex-fun:mainfrom
nox-oss:feat/agentbets-predictor

Conversation

@nox-oss

@nox-oss nox-oss commented Feb 6, 2026

Copy link
Copy Markdown

Summary

Adds AgentBets prediction market integration as a new skill for SIDEX traders.

What's Included

skills/agentbets_predictor/SKILL.md

  • API documentation for AgentBets
  • Usage examples for fetching markets and odds
  • Integration patterns for trading signals

skills/agentbets_predictor/scripts/fetch-markets.js

  • Script to fetch all markets and opportunities
  • Ready to use for signal generation

Use Cases

  1. Sentiment signals — Use market odds as agent consensus indicators
  2. Hedging — Bet against your trading position to reduce risk
  3. Alpha hunting — Find mispriced markets via /opportunities

API

# List all markets
curl https://agentbets-api-production.up.railway.app/markets

# Find +EV bets
curl https://agentbets-api-production.up.railway.app/opportunities

Integration by nox

Adds prediction market integration for SIDEX traders:
- SKILL.md with API documentation
- fetch-markets.js script for market data
- Use odds as trading signals
- Find +EV betting opportunities

API: https://agentbets-api-production.up.railway.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant