Prediction Market Data
v1.0.0Cross-platform prediction market data via AIsa API. Query Polymarket and Kalshi markets, prices, orderbooks, candlesticks, positions, and trades. Use when us...
⭐ 0· 63·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97djbq5m1d85y93wpws0dk6vh8438tz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📈 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
