A powerful financial data toolkit that connects Openclaw Skills agents to the EODHD API for comprehensive market analysis and data retrieval.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install eodhd-api
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 eodhd-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The EODHD API skill provides a seamless interface for AI agents to access a vast repository of financial information from EOD Historical Data. This integration is a core component of the Openclaw Skills ecosystem, enabling developers and analysts to programmatically retrieve historical end-of-day prices, intraday movements, and deep fundamental data for global securities.
By utilizing a dedicated Python client, this skill simplifies the authentication and request logic required to interact with complex financial endpoints. It empowers AI agents to act as sophisticated financial analysts, capable of fetching anything from macro-economic indicators to real-time sentiment data and corporate calendars with high precision.
To activate this skill within your Openclaw Skills environment, you must configure your personal API token. Obtain your key from the EODHD dashboard and run the following command within the agent environment:
default_api.file(
action="write",
path="/home/ubuntu/skills/eodhd-api/config.json",
text=f"{\"api_token\": \"{user_provided_token}\"}"
)
Ensure that the eodhd_client.py script is accessible in your skills path to allow the agent to instantiate the client.
The skill manages financial data through a structured interface and local configuration. The following schema defines how the skill organizes its environment:
| File/Component | Role | Data Type |
|---|---|---|
config.json |
Stores the persistent API token | JSON Object |
eodhd_client.py |
Primary API wrapper for all requests | Python Script |
get_eod_historical_data |
Historical price arrays | JSON List |
get_fundamental_data |
Deep company financials (Balance Sheets, etc.) | Nested JSON |
| Error Handling | Standardized error reporting | {"error": "string"} |
Loading
A comprehensive integration for managing PostHog analytics, feature flags, and HogQL queries via the REST API.

A comprehensive automation skill for managing Google Tag Manager containers, tags, triggers, and versions via the GTM API v2.

Manage your Thermomix Cookidoo account, recipes, and shopping lists directly through AI agents.

A unified travel intelligence skill for AI agents offering real-time flights, visa requirements, and destination activities.

A TypeScript-based agentic skill that synchronizes project management platforms using a canonical stage-based workflow.

A TypeScript-based project management skill that enables AI agents to manage tasks across multiple platforms using a standardized stage-based workflow.








































