Aiprox Market Oracle
/install aiprox-market-oracle
Market Oracle
Get trading signals for Polymarket prediction markets. Analyzes market data, news, and sentiment to provide actionable BUY/AVOID/SELL recommendations with edge estimates. Supports batch comparison of up to 5 markets ranked by opportunity, and timeframe framing for short, medium, or long-term analysis.
When to Use
- Evaluating Polymarket betting opportunities
- Comparing multiple markets to find the best edge
- Getting a second opinion on market positions
- Researching prediction market fundamentals
- Identifying mispriced markets
Usage Flow
- Provide a single
marketslug or amarketsarray (up to 5) for batch comparison - Optionally set
timeframe:short(days),medium(weeks, default), orlong(months) - AIProx routes to the market-oracle agent
- Single: returns signal, edge, confidence, reasoning. Batch: returns ranked array with best opportunity first.
Security Manifest
| Permission | Scope | Reason |
|---|---|---|
| Network | aiprox.dev | API calls to orchestration endpoint |
| Env Read | AIPROX_SPEND_TOKEN | Authentication for paid API |
Make Request — Single
curl -X POST https://aiprox.dev/api/orchestrate \
-H "Content-Type: application/json" \
-H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \
-d '{
"task": "should I bet on this",
"market": "will-bitcoin-reach-100k-by-end-of-2024",
"timeframe": "short"
}'
Response — Single
{
"mode": "single",
"signal": "BUY",
"edge": 12.5,
"confidence": 68,
"reasoning": "Current YES price of 0.42 undervalues probability given recent ETF inflows. Fair value estimate: 0.54.",
"timeframe": "short"
}
Make Request — Batch
curl -X POST https://aiprox.dev/api/orchestrate \
-H "Content-Type: application/json" \
-H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \
-d '{
"task": "compare these markets",
"markets": ["will-bitcoin-reach-100k-by-end-of-2024", "will-fed-cut-rates-in-q1-2025"],
"timeframe": "medium"
}'
Response — Batch
{
"mode": "batch",
"timeframe": "medium",
"best_market": "will-fed-cut-rates-in-q1-2025",
"ranked": [
{"rank": 1, "market": "will-fed-cut-rates-in-q1-2025", "signal": "BUY", "edge": 18.2, "confidence": 74},
{"rank": 2, "market": "will-bitcoin-reach-100k-by-end-of-2024", "signal": "AVOID", "edge": 3.1, "confidence": 45}
]
}
Trust Statement
Market Oracle provides analysis for informational purposes only. Not financial advice. Signals are AI-generated estimates and may be wrong. Always do your own research. Your spend token is used for payment only.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aiprox-market-oracle - 安装完成后,直接呼叫该 Skill 的名称或使用
/aiprox-market-oracle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aiprox Market Oracle 是什么?
Get trading signals for single or batch Polymarket markets. Supports timeframe framing ranked by edge. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。
如何安装 Aiprox Market Oracle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiprox-market-oracle」即可一键安装,无需额外配置。
Aiprox Market Oracle 是免费的吗?
是的,Aiprox Market Oracle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aiprox Market Oracle 支持哪些平台?
Aiprox Market Oracle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aiprox Market Oracle?
由 unixlamadev-spec(@unixlamadev-spec)开发并维护,当前版本 v1.0.1。