Prediction markets data - Polymarket, Kalshi markets, prices, positions, and trades
PassAudited by ClawScan on Apr 2, 2026.
Overview
The skill's requirements and runtime instructions line up with its stated purpose (querying Polymarket/Kalshi via the AIsa API); it asks only for one API key and uses curl/python to call api.aisa.one, but you should vet the external AIsa service and the provided API key's privileges before use.
This skill is internally consistent: it calls the AIsa API and requires AISA_API_KEY to function. Before installing, verify you trust the AIsa service and the skill author (source/owner metadata is minimal). Treat the AISA_API_KEY like any credential: create a least-privilege/read-only key if possible, avoid using high-privilege keys, and do not pass private wallet keys or secrets to the skill. If you need additional assurance, review the full Python script locally to confirm it only issues GET requests to api.aisa.one and does not log or transmit your system data elsewhere.
