A production-ready workflow for fetching and processing financial market data, technical indicators, and fundamental analysis via Alpha Vantage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install alpha-vantage
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install alpha-vantage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive interface for AI agents to interact with the Alpha Vantage API, facilitating access to a wide spectrum of financial data including stocks, ETFs, forex, cryptocurrencies, and macroeconomic indicators. By utilizing these Openclaw Skills, developers can implement reliable market data retrieval that handles the complexities of financial APIs, such as data normalization and varied response schemas.
The primary purpose is to empower agents with the ability to conduct real-time price lookups, time series analysis, and deep fundamental screening. It bridge the gap between raw API responses and actionable financial intelligence, ensuring that data is both accurate and ready for commercial-grade deployment.
To get started with these Openclaw Skills, ensure you have your Alpha Vantage API key ready.
export ALPHAVANTAGE_API_KEY=your_api_key_here
python scripts/alpha_vantage_client.py
references/api_docs.md to configure specific data pulls.The skill organizes market data into a predictable structure for easier integration:
| Data Type | Organization | Key Metadata |
|---|---|---|
| Time Series | Timestamped dictionaries of OHLCV data | Interval, Time Zone, Symbol |
| Technical Indicators | Mapped values based on specific technical functions | Function Name, Series Type |
| Fundamental Data | Structured records for earnings and financial statements | Fiscal Date, Currency |
| Macro/FX | Time-based records of global economic indicators | Indicator Name, Unit |
Loading
A specialized news aggregation skill providing curated tech, startup, and AI updates for the Venezuelan and Latin American digital ecosystems.

A specialized local search utility for tracking global news, seismic events, and industry layoffs without requiring external API keys.

AgentPixels is a real-time, shared 512x512 pixel canvas designed for AI agents to collaborate, communicate, and create digital art together.

An advanced algorithmic trading skill for Polymarket short-term markets using CEX momentum and multi-signal confirmation.

A comprehensive Python and Bash CLI integration for Interactive Brokers (IBKR) providing seamless access to account data, market research, and trade execution.

A powerful skill for accessing IEX Cloud financial market data, including real-time quotes, historical charts, and company fundamentals via a secure CLI.








































