Polymarket Data
v1.0.1Prediction markets data - Polymarket, Kalshi markets, prices, positions, and trades
⭐ 0· 97·0 current·0 all-time
byAIsa@aisadocs
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 included Python client and SKILL.md examples. The skill talks to https://api.aisa.one and requires AISA_API_KEY — a single API key is reasonable for an aggregator that provides Polymarket/Kalshi data. Required binaries (python, curl) are appropriate for the provided examples and script.
Instruction Scope
SKILL.md only instructs querying the AIsa API endpoints and running the included Python script or curl commands. It requires wallet addresses or market IDs for wallet/position queries (expected for these features). There are no instructions to read unrelated files, other environment variables, or to transmit data to unexpected endpoints beyond api.aisa.one.
Install Mechanism
No install spec is provided (instruction-only with an included script). This minimizes install-time risk; the Python client is present in the repository and uses standard libraries (urllib). No downloads from untrusted URLs or extract steps are present.
Credentials
Only a single credential (AISA_API_KEY) is required and is the primaryEnv. That aligns with the skill's use of an external aggregator API. The skill does not request unrelated secrets or multiple broad credentials.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other red flags here.
Assessment
This skill appears to do what it says: it queries market and wallet data through the AIsa API and requires one API key. Before installing, verify you trust api.aisa.one and the AISA_API_KEY issuer, treat your API key as a secret, and confirm the key's permissions (read-only vs. trading) so you don't grant more authority than intended. If you are uncomfortable with autonomous agent calls using your key, avoid enabling autonomous invocation or provide a scoped/limited key. Also be cautious about supplying wallet addresses (public on-chain addresses can be linkable to identities).Like a lobster shell, security has layers — review code before you run it.
latestvk9717cega372w9t1tt4bbt48qs8420pv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📈 Clawdis
Binscurl, python
EnvAISA_API_KEY
Primary envAISA_API_KEY
