Alpha Vantage CLI
v1.0.0Use this skill when users need Alpha Vantage market data or indicators (stocks, ETFs, forex, crypto, commodities, macro, company fundamentals) via the offici...
⭐ 0· 689·9 current·9 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 provided files: SKILL.md, api_docs reference, and a small Python client that queries https://www.alphavantage.co/query. No unrelated binaries, services, or credentials are requested.
Instruction Scope
Runtime instructions focus on building validated API requests, handling throttling/retries, and protecting API keys. They instruct use of ALPHAVANTAGE_API_KEY and caution against hardcoding keys; no instructions ask the agent to read unrelated files, environment variables, or to contact endpoints other than Alpha Vantage.
Install Mechanism
No install spec; skill is instruction-first and includes a single small Python script. No downloads, archives, or third-party install sources are present — low installation risk.
Credentials
The code and SKILL.md expect an ALPHAVANTAGE_API_KEY (and advise secret manager use), which is proportionate to the purpose. Minor inconsistency: registry metadata lists no required env vars or primary credential even though the client requires ALPHAVANTAGE_API_KEY at runtime.
Persistence & Privilege
Skill is not always-enabled, does not request persistent/system-level privileges, and does not modify other skills or global agent configs.
Assessment
This skill appears to be what it claims: a throttle-aware Alpha Vantage client. Before installing: (1) provide your ALPHAVANTAGE_API_KEY via a secret manager or environment variable (don’t hardcode it), (2) be mindful of Alpha Vantage rate limits and the need for retry/backoff and caching, and (3) review/verify the included script if you will run it in production. Note the registry metadata omits declaring the required env var — ensure you set ALPHAVANTAGE_API_KEY in the agent environment. Autonomous invocation is allowed by default (normal), but because this skill will make outbound requests using your key, only enable it in agents/environments where you trust the key’s use.Like a lobster shell, security has layers — review code before you run it.
latestvk971r9e5g68cha5pt9cmyp97d981zy5x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
