← 返回 Skills 市场
karensheng

Prediction Markets Arbitrage

作者 Karen Sheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prediction-market-arb
功能描述
Find and analyze arbitrage opportunities across prediction markets like Polymarket and Kalshi.
安全使用建议
This skill appears to do what it claims: read market prices and orderbooks via the AIsa API. Before installing, confirm you trust the AIsa service (api.aisa.one) and the skill author; ensure your AISA_API_KEY is scoped appropriately and not used elsewhere if you want to limit blast radius. Note the documentation states each read costs money—monitor usage and billing. Also follow the SKILL.md rule to never execute curl examples containing un-replaced {…} placeholders. If you need higher assurance, request the full, untruncated script sources and verify there are no endpoints or functions that perform writes/trades or that leak the API key to other hosts.
功能分析
Type: OpenClaw Skill Name: prediction-market-arb Version: 1.0.0 The skill bundle is a legitimate toolkit for analyzing prediction market arbitrage between Polymarket and Kalshi using the AIsa API. The Python scripts (arbitrage_finder.py and prediction_market_client.py) use standard libraries to perform API requests and mathematical calculations without any evidence of malicious execution, data exfiltration, or obfuscation. The skill instructions in skill.md even include a safety constraint to prevent the agent from executing commands with unreplaced placeholders.
能力评估
Purpose & Capability
The skill is explicitly a read-only data/analysis tool for Polymarket/Kalshi and requires only AISA_API_KEY and standard binaries (curl, python3). It calls a single third‑party API (api.aisa.one) which the SKILL.md and scripts identify as the provider (AIsa). The skill's declared homepage (openclaw.ai) is different from the data API host (aisa.one); this is explainable (OpenClaw integrates AIsa) but worth noting.
Instruction Scope
SKILL.md instructs only to query AIsa endpoints and to verify placeholder replacement before running curl. There are no instructions to read unrelated machine files or additional environment variables. The scripts only perform GET requests for market data, prices, and orderbooks; they do not include trade/execution/credential-exfiltration behavior.
Install Mechanism
No install spec — instruction-only deployment — and included Python scripts run with python3. No external downloads or archive extraction are used. This is a low‑risk install footprint.
Credentials
The only required credential is AISA_API_KEY (declared as primary). That aligns with the skill's dependency on a single aggregator API. No unrelated secrets or system config paths are requested. Users should ensure the API key has minimal scope and be aware of request costs.
Persistence & Privilege
The skill is not forced-always, does not request persistent elevated privileges, and does not modify other skills or system settings. Autonomous invocation remains possible (platform default) but is not combined with other risk flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prediction-market-arb
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prediction-market-arb 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Prediction Market Arbitrage skill. - Enables discovery of arbitrage opportunities between Polymarket and Kalshi. - Provides endpoints to match events, compare prices, and analyze orderbook liquidity across both platforms. - Includes usage guidance, API reference, and safety checks to prevent execution with missing parameters. - Requires API key setup via environment variable for access.
元数据
Slug prediction-market-arb
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Prediction Markets Arbitrage 是什么?

Find and analyze arbitrage opportunities across prediction markets like Polymarket and Kalshi. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 Prediction Markets Arbitrage?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prediction-market-arb」即可一键安装,无需额外配置。

Prediction Markets Arbitrage 是免费的吗?

是的,Prediction Markets Arbitrage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Prediction Markets Arbitrage 支持哪些平台?

Prediction Markets Arbitrage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Prediction Markets Arbitrage?

由 Karen Sheng(@karensheng)开发并维护,当前版本 v1.0.0。

💬 留言讨论