Prediction Market Data Aggregator

v1.0.0

Prediction markets data - Polymarket, Kalshi markets, prices, positions, and trades

0· 66·0 current·0 all-time
byKaren Sheng@karensheng·duplicate of @aisadocs/pred-polymarket
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (prediction market aggregator) matches the artefacts: examples use curl and a Python client that target https://api.aisa.one and the skill requires AISA_API_KEY. Required binaries (curl, python) are appropriate for the provided examples and script.
Instruction Scope
SKILL.md instructs the agent to call the AIsa API and run the included Python script; it does not ask the agent to read unrelated files, system config, or extra environment variables. The instructions are specific (API endpoints, token IDs, wallet addresses) and stay within the stated domain.
Install Mechanism
No install spec or remote downloads are present; the skill is instruction-only with an included Python script. Nothing is fetched from untrusted URLs or extracted to disk during install.
Credentials
Only a single API key (AISA_API_KEY) is required and is consistent with the skill's need to authenticate to api.aisa.one. There are no unrelated secret/env requests or config paths.
Persistence & Privilege
always is false and the skill does not request permanent elevated presence. Autonomous invocation is allowed (platform default) and is reasonable for this data-querying skill.
Assessment
This skill appears coherent: it needs an AISA_API_KEY to call the third-party API at api.aisa.one and uses python/curl as shown. Before installing, verify you trust the AIsa service (api.aisa.one) because wallet addresses, positions, and market queries will be sent to that API using your key. Treat AISA_API_KEY like any API secret: use a least-privilege/read-only key if possible, rotate/revoke it if you stop using the skill, and review the full Python script locally if you want to confirm there are no additional network calls or logging of sensitive data.

Like a lobster shell, security has layers — review code before you run it.

latestvk9724dbffw93k8zcq9szad7txn843nfy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📈 Clawdis
Binscurl, python
EnvAISA_API_KEY
Primary envAISA_API_KEY

Comments