skills/clawhub.ai/oo-eodhd-apis

oo-eodhd-apis

Installation
SKILL.md

EODHD APIs

Operate EODHD APIs through your OOMOL-connected account. This skill calls the eodhd_apis connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected EODHD APIs. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "eodhd_apis" --action "<action_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "eodhd_apis" --action "<action_name>" --data '<json>' --json
Installs
1
First Seen
Aug 21, 2026
oo-eodhd-apis from clawhub.ai