eodhd - Build stateless Bash CLI wrapper for EODHD financial data API integration
Create a Bash command-line interface wrapper that translates subcommands into EODHD HTTPS requests with secure credential handling
Tags
Updated: 2026-03-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- build CLI wrapper
- translate subcommands to HTTPS
- emit JSON output
- handle API authentication
- manage OpenClaw secrets
- enforce redaction rules
Inputs
- EODHD API documentation
- API key environment variable
- command line arguments
- HTTPS request parameters
- financial data queries
Outputs
- Bash CLI script
- machine-friendly JSON output
- stderr diagnostics
- implementation plan document
- secrets management guide
Requirements
- Bash shell environment
- curl command available
- OpenClaw-managed EODHD_API_KEY
- public repository constraints
- deterministic argument parsing
