prediction-market-data
Provides cross-platform access to prediction market data, enabling users to query market odds, prices, and trends effectively.
Install this skill
Security score
The prediction-market-data skill was audited on Jun 14, 2026 and we found 36 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 177 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/markets?search=election&status=open" \ |
Curl to non-GitHub URL
| 186 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/market-price/{token_id}" \ |
Curl to non-GitHub URL
| 194 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/activity?user={wallet_address}" \ |
Curl to non-GitHub URL
| 202 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orders?market_slug={market_slug}" \ |
Curl to non-GitHub URL
| 211 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orderbooks?token_id={token_id}" \ |
Curl to non-GitHub URL
| 220 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/candlesticks/{condition_id}?interval=60" \ |
Curl to non-GitHub URL
| 228 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/positions/wallet/{wallet_address}" \ |
Curl to non-GitHub URL
| 236 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet?eoa={wallet_address}" \ |
Curl to non-GitHub URL
| 244 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet/pnl/{wallet_address}?granularity=day" \ |
Curl to non-GitHub URL
| 254 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/markets?search=fed%20rate" \ |
Curl to non-GitHub URL
| 263 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/market-price/{market_ticker}" \ |
Curl to non-GitHub URL
| 272 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/trades?ticker={ticker}" \ |
Curl to non-GitHub URL
| 281 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/orderbooks?ticker={ticker}" \ |
Curl to non-GitHub URL
| 291 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports" \ |
Curl to non-GitHub URL
| 301 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports/nba?date=2025-08-16" \ |
External URL reference
| 9 | homepage: https://aisa.one |
External URL reference
| 31 | Works with any [agentskills.io](https://agentskills.io)-compatible |
External URL reference
| 40 | specification](https://agentskills.io/specification) |
External URL reference
| 43 | [aisa.one](https://aisa.one)). |
External URL reference
| 177 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/markets?search=election&status=open" \ |
External URL reference
| 186 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/market-price/{token_id}" \ |
External URL reference
| 194 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/activity?user={wallet_address}" \ |
External URL reference
| 202 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orders?market_slug={market_slug}" \ |
External URL reference
| 211 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orderbooks?token_id={token_id}" \ |
External URL reference
| 220 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/candlesticks/{condition_id}?interval=60" \ |
External URL reference
| 228 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/positions/wallet/{wallet_address}" \ |
External URL reference
| 236 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet?eoa={wallet_address}" \ |
External URL reference
| 244 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet/pnl/{wallet_address}?granularity=day" \ |
External URL reference
| 254 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/markets?search=fed%20rate" \ |
External URL reference
| 263 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/market-price/{market_ticker}" \ |
External URL reference
| 272 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/trades?ticker={ticker}" \ |
External URL reference
| 281 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/orderbooks?ticker={ticker}" \ |
External URL reference
| 291 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports" \ |
External URL reference
| 301 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports/nba?date=2025-08-16" \ |
External URL reference
| 391 | 1. Sign up at [aisa.one](https://aisa.one) |
External URL reference
| 398 | See [API Reference](https://aisa.one/docs/api-reference/) for complete endpoint documentation. |