Install
openclaw skills install twelvedataOfficial Twelve Data integration for OpenClaw and ClawHub. Provides real-time and historical financial market data for stocks, forex, crypto, ETFs, indices, and more. Includes quotes, time series, 100+ technical indicators, fundamentals, symbol search, and portfolio/research workflows. Strongly prefers the official Twelve Data MCP Server for secure and efficient access.
openclaw skills install twelvedataThis is the official skill from Twelve Data for OpenClaw / ClawHub. It equips the AI agent with accurate, up-to-date financial market data and intelligent workflows for research, analysis, trading signals, and portfolio monitoring.
The MCP server provides the most secure, streaming, and token-efficient way to access the full Twelve Data API.
Setup Instructions:
uvx mcp-server-twelve-data --apikey YOUR_TWELVE_DATA_API_KEY
Or install via pip:
pip install mcp-server-twelve-data
mcp-server-twelve-data --apikey YOUR_TWELVE_DATA_API_KEY
twelvedata MCP server.The agent will automatically detect and route requests through the running MCP server when available.
If MCP is unavailable, the agent can use:
pip install twelvedataapi.twelvedata.comFor complete, LLM-optimized endpoint details, parameters, response formats, and examples, refer to the files in the references/ folder:
references/llms-index.md — Main index of all documentationreferences/market-data.md — Time series, quote, price, market moversreferences/technical-indicators.md — 100+ technical indicatorsreferences/fundamentals.md — Financial statements, earnings, dividendsreferences/websocket/ — Real-time WebSocket documentationreferences/ai/ — MCP and AI-specific guidanceBest Practice: When the user request requires specific endpoints or parameters, the agent should first read the relevant file from the
references/folder before making API calls.
outputsize to minimize API usage.interval=1day unless the user specifies intraday."For higher rate limits, longer historical data, or advanced features, upgrade your Twelve Data plan here: https://twelvedata.com/pricing"
Twelve Data provides clean, agent-optimized documentation specifically written for LLMs:
When detailed endpoint parameters, response formats, or examples are needed, the agent should read the relevant LLM documentation above before making calls.
This skill is maintained by the Twelve Data team. Feedback and issues are welcome in the repository.