← Back to Skills Marketplace
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prediction-market-data
Description
Cross-platform prediction market data via AIsa API. Query Polymarket and Kalshi markets, prices, orderbooks, candlesticks, positions, and trades. Use when us...
Usage Guidance
This skill is coherent with its description, but before installing: (1) Confirm you trust the AIsa service (the API key you provide will be sent to api.aisa.one and queries incur cost). (2) Review the full script (ensure methods like _raw_get are implemented and there are no unexpected network POSTs or other remote endpoints). (3) Only supply wallet addresses if you intend to fetch public on‑chain activity (these queries are read-only but can reveal activity). If any of those checks raise concerns, do not provide your AISA_API_KEY and inspect the code more closely.
Capability Analysis
Type: OpenClaw Skill
Name: prediction-market-data
Version: 1.0.0
The skill bundle provides a legitimate Python client for accessing prediction market data from Polymarket and Kalshi via the AIsa API (api.aisa.one). The code in `scripts/prediction_market_client.py` uses standard Python libraries for read-only HTTPS GET requests and properly sanitizes parameters. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: python3 and AISA_API_KEY are appropriate for a client that queries the AIsa API. The commands and code are about querying Polymarket and Kalshi data and do not request unrelated services or credentials.
Instruction Scope
SKILL.md directs the agent to run the included Python script which issues HTTPS GETs to api.aisa.one. The instructions and code appear limited to read-only market queries. Note: the client exposes endpoints to look up wallet activity/positions when a wallet address is supplied — these are read-only but can reveal on-chain info if you provide addresses. Also the code references a _raw_get call in the shown snippet; review the full file to confirm there are no additional network endpoints or unexpected POSTing logic (the provided excerpt shows only GETs to api.aisa.one).
Install Mechanism
No install spec; this is instruction-only plus a Python script. That minimizes disk-write/install risk. Required binary is only python3.
Credentials
Only a single secret (AISA_API_KEY) is required, which is appropriate for an API client. Be aware the key is sent as a Bearer token to api.aisa.one; you must trust the AIsa service and the cost model ($0.01/query) before providing the key.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide privileges or other skills' configuration. It does not attempt to persist or escalate privileges in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prediction-market-data - After installation, invoke the skill by name or use
/prediction-market-data - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the prediction-market-data skill.
- Query Polymarket and Kalshi markets for prices, orderbooks, candlesticks, positions, and trades via AIsa API.
- Supports searching for prediction markets, getting market odds, wallet PnL, and cross-platform market comparison.
- All commands require an AISA_API_KEY and are fully read-only; no trading capability or wallet access.
- Sports market queries included (e.g., NBA, NFL) with simple date-based commands.
Metadata
Frequently Asked Questions
What is Prediction Market Data?
Cross-platform prediction market data via AIsa API. Query Polymarket and Kalshi markets, prices, orderbooks, candlesticks, positions, and trades. Use when us... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Prediction Market Data?
Run "/install prediction-market-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Prediction Market Data free?
Yes, Prediction Market Data is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Prediction Market Data support?
Prediction Market Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Prediction Market Data?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills