← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install prediction-market-data-zh
Description
通过 AIsa API 查询跨平台预测市场数据。支持 Polymarket 和 Kalshi 的市场行情、价格、订单簿、K线、持仓和交易记录。适用场景:查询预测市场赔率、选举博彩、事件概率、市场情绪、Polymarket 价格、Kalshi 价格、体育博彩赔率、钱包盈亏、跨平台市场对比。
Usage Guidance
This skill appears to be a straightforward client for the AIsa API and only needs your AISA_API_KEY. Before installing, confirm you trust the AIsa service and are comfortable with per-request charges. Keep your API key private (do not paste it in public logs). If you want extra caution: run the script in a sandboxed environment, review the full Python file locally (it is included), and verify the BASE_URL (https://api.aisa.one) matches official AIsa documentation. Because the package's source/homepage are not provided, consider the lack of provenance when deciding whether to use it in production.
Capability Analysis
Type: OpenClaw Skill
Name: prediction-market-data-zh
Version: 1.0.1
The skill bundle is a legitimate API client for fetching prediction market data from Polymarket and Kalshi via the AIsa API (api.aisa.one). The Python script (prediction_market_client.py) uses standard libraries for network requests and properly handles the API key via environment variables. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match what is implemented: the script queries Polymarket and Kalshi data via the AIsa API. Required binary (python3) and required env var (AISA_API_KEY) are appropriate for this purpose. The skill does not request unrelated cloud credentials or system access.
Instruction Scope
SKILL.md instructs only how to set AISA_API_KEY and run the included Python client to perform read-only queries. The instructions do not ask the agent to read unrelated files or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a bundled Python script. No remote downloads or archive extraction are performed by the skill itself.
Credentials
Only AISA_API_KEY is required (declared as primaryEnv). That matches the code which sends a Bearer token to api.aisa.one. No other secrets or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or write to other skills' configs. It is a normal, user-invocable skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prediction-market-data-zh - After installation, invoke the skill by name or use
/prediction-market-data-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 文档中文化,所有说明、示例和命令详尽翻译为中文
- 技能名称和描述本地化为 prediction-market-data-zh,面向中文用户
- 保持所有功能、API用法和命令结构与英文版完全一致
- 面向中文用户优化术语和说明,例如“赔率”、“盈亏”等表达方式
v1.0.0
Prediction market data skill 1.0.0 - initial release:
- Provides cross-platform prediction market data using the AIsa API.
- Supports querying markets, prices, orderbooks, candlesticks, positions, and trades for Polymarket and Kalshi.
- Includes detailed command-line usage instructions and ID mapping for both platforms.
- Enables quick search and price queries and cross-platform sports market comparison.
- All queries are read-only and require an AISA_API_KEY for access.
Metadata
Frequently Asked Questions
What is 预测市场数据?
通过 AIsa API 查询跨平台预测市场数据。支持 Polymarket 和 Kalshi 的市场行情、价格、订单簿、K线、持仓和交易记录。适用场景:查询预测市场赔率、选举博彩、事件概率、市场情绪、Polymarket 价格、Kalshi 价格、体育博彩赔率、钱包盈亏、跨平台市场对比。 It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install 预测市场数据?
Run "/install prediction-market-data-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 预测市场数据 free?
Yes, 预测市场数据 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 预测市场数据 support?
预测市场数据 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 预测市场数据?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.1.
More Skills