Install
openclaw skills install iex-cloudUse this skill when a task needs IEX Cloud market data through the REST API (quotes, charts, fundamentals, market lists, and batch calls), including secure t...
openclaw skills install iex-cloudThis skill provides an operational workflow for IEX Cloud API usage in OpenClaw tasks:
skills.entries.iex-cloud.apiKey and back it with a SecretRef via openclaw secrets configure.export IEX_TOKEN=....export IEX_CLOUD_TOKEN=....references/api_docs.md.scripts/iex_cloud_cli.sh for reliable calls.Example:
scripts/iex_cloud_cli.sh quote AAPL
scripts/iex_cloud_cli.sh chart AAPL 1m
scripts/iex_cloud_cli.sh movers mostactive
quotechartcompany, statsmoversbatchIEX_TOKEN.IEX_CLOUD_TOKEN.skills.entries.iex-cloud.apiKey with SecretRefs over plaintext config.token=... when using these endpoints.raw calls are limited to relative IEX API paths. Do not pass full URLs.curl --max-time in CLI).IEX_BASE_URL or pass --base-url, expect a warning so the change is visible during review.skills.entries.iex-cloud.apiKey for each agent run.openclaw secrets audit --checkopenclaw secrets configureopenclaw secrets audit --checkIEX_TOKEN in your shell instead.scripts/iex_cloud_cli.sh: Bash CLI for common endpoints and raw calls.scripts/README.md: CLI usage examples and command reference.references/api_docs.md: operational endpoint reference and guardrails.https://cloud.iexapis.com/stablehttps://sandbox.iexapis.com/stable