Install
openclaw skills install alpha-vantageUse this skill when users need Alpha Vantage market data or indicators (stocks, ETFs, forex, crypto, commodities, macro, company fundamentals) via the official API. Apply it for ticker lookups, time series pulls, indicator calculations, screening/fundamental analysis, API integration code, and deployment-safe workflows requiring API key handling, throttling retries, and commercial/public-use guardrails.
openclaw skills install alpha-vantageThis skill provides a production-ready workflow for Alpha Vantage API usage: selecting the right endpoints, building validated requests, handling throttling/error responses, and preparing safe public/commercial deployment.
export ALPHAVANTAGE_API_KEY=...references/api_docs.mdscripts/alpha_vantage_client.pyDeployment Guardrails section before releasereferences/api_docs.md.function=... and apikey=....Error MessageNote (usually rate-limit/throttle condition)Note/throttled, retry using exponential backoff with jitter.ALPHAVANTAGE_API_KEY environment variable by default.Note as retriable throttle events.float(...)/Decimal as needed).Note responses and non-2xx response spikes.references/api_docs.md contains endpoint selection guidance and required parameters.scripts/alpha_vantage_client.py provides a reusable request wrapper with: