Query real-time and historical financial data across equities and crypto prices

v1.0.0

Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.

5· 1.5k·6 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description, SKILL.md examples, README, and the included Python client all target market data (stocks + crypto) and call the same api.aisa.one endpoints. Required binaries (curl for examples, python3 to run the client) and the single env var AISA_API_KEY are proportionate. Minor oddity: the registry slug contains 'yahoo-finance-coinhacko' which doesn't match the documented AIsa API—this looks like a naming/metadata mismatch but does not change functional behavior.
Instruction Scope
SKILL.md instructs only to call the AIsa API (examples use curl) and to set AISA_API_KEY. There are no instructions to read local files, other env vars, or forward data to third-party endpoints beyond api.aisa.one. The included Python script likewise only calls api.aisa.one and raises an error if the API key is missing.
Install Mechanism
No install spec (instruction-only) and one benign Python client file are included. Nothing in the metadata downloads or writes external archives or executables. This is low-risk from an install perspective.
Credentials
Only a single credential (AISA_API_KEY) is required and is the primaryEnv. That aligns with the documented API usage. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false (no forced always-loaded privilege). The skill does not request system-wide changes or other skills' credentials. Autonomous invocation is enabled but that is the platform default.
Assessment
This skill appears to do what it says: it sends requests to https://api.aisa.one using the provided AISA_API_KEY. Before installing, verify you trust the AIsa provider (api.aisa.one) because your API key and query data will be sent there. Check pricing, rate limits, and the provider's privacy/TOS. The registry slug contains unexpected terms (e.g., 'coinhacko' and 'yahoo-finance') — treat that as a metadata inconsistency and confirm the publisher/ownership if you need stronger assurance. If you proceed, keep the API key scoped and rotate it if possible; do not reuse highly privileged credentials with this skill.

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

latestvk975kfhv6qmp6v5ddbed7y5hen80psg5

License

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

Runtime requirements

📊 Clawdis
Binscurl, python3
EnvAISA_API_KEY
Primary envAISA_API_KEY

Comments