alphavantage

Installation
SKILL.md

Alpha Vantage Skill

Reference documentation for Alpha Vantage API endpoints and functionality.

Setup

  1. Get your free API key at https://www.alphavantage.co/support/#api-key
  2. Set the API key using either method:
    • Add ALPHAVANTAGE_API_KEY to your .env file in the running directory
    • Or export ALPHAVANTAGE_API_KEY as an environment variable
# Option 1: Add to .env file in running directory
echo "ALPHAVANTAGE_API_KEY=your_api_key_here" >> .env

# Option 2: Export as environment variable
export ALPHAVANTAGE_API_KEY=your_api_key_here
Related skills
Installs
15
GitHub Stars
1
First Seen
Feb 14, 2026