← 返回 Skills 市场
karensheng

Prediction Market Data Aggregator

作者 Karen Sheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prediction-agg
功能描述
Prediction markets data - Polymarket, Kalshi markets, prices, positions, and trades
安全使用建议
This skill appears coherent: it needs an AISA_API_KEY to call the third-party API at api.aisa.one and uses python/curl as shown. Before installing, verify you trust the AIsa service (api.aisa.one) because wallet addresses, positions, and market queries will be sent to that API using your key. Treat AISA_API_KEY like any API secret: use a least-privilege/read-only key if possible, rotate/revoke it if you stop using the skill, and review the full Python script locally if you want to confirm there are no additional network calls or logging of sensitive data.
功能分析
Type: OpenClaw Skill Name: prediction-agg Version: 1.0.0 The skill bundle provides a legitimate interface for accessing prediction market data from Polymarket and Kalshi via the AIsa API (api.aisa.one). The core logic in scripts/prediction_market_client.py is a well-structured Python client using standard libraries (urllib) to perform authorized GET requests, with proper parameter encoding and no evidence of malicious execution, data exfiltration to unauthorized endpoints, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (prediction market aggregator) matches the artefacts: examples use curl and a Python client that target https://api.aisa.one and the skill requires AISA_API_KEY. Required binaries (curl, python) are appropriate for the provided examples and script.
Instruction Scope
SKILL.md instructs the agent to call the AIsa API and run the included Python script; it does not ask the agent to read unrelated files, system config, or extra environment variables. The instructions are specific (API endpoints, token IDs, wallet addresses) and stay within the stated domain.
Install Mechanism
No install spec or remote downloads are present; the skill is instruction-only with an included Python script. Nothing is fetched from untrusted URLs or extracted to disk during install.
Credentials
Only a single API key (AISA_API_KEY) is required and is consistent with the skill's need to authenticate to api.aisa.one. There are no unrelated secret/env requests or config paths.
Persistence & Privilege
always is false and the skill does not request permanent elevated presence. Autonomous invocation is allowed (platform default) and is reasonable for this data-querying skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prediction-agg
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prediction-agg 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Unified prediction market data access for Polymarket and Kalshi via API. - Query market data, prices, trading history, orderbooks, and sentiment for Polymarket and Kalshi. - Track portfolio positions and P&L by wallet address. - Detect arbitrage opportunities across platforms. - Detailed step-by-step usage guide and example CLI/API calls provided. - Requires AISA_API_KEY for authentication.
元数据
Slug prediction-agg
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Prediction Market Data Aggregator 是什么?

Prediction markets data - Polymarket, Kalshi markets, prices, positions, and trades. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Prediction Market Data Aggregator?

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

Prediction Market Data Aggregator 是免费的吗?

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

Prediction Market Data Aggregator 支持哪些平台?

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

谁开发了 Prediction Market Data Aggregator?

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

💬 留言讨论