Install
openclaw skills install massiveBash CLI wrapper and OpenClaw skill for Massive's public REST API. Use when Codex or an OpenClaw agent needs to query Massive market-data endpoints from a shell workflow, align authentication to OpenClaw-style secret references, keep logs free of secrets, or integrate Massive responses into agent pipelines and other CLI tools.
openclaw skills install massiveUse the bundled CLI before writing ad hoc curl commands. Keep requests deterministic, resolve credentials through OpenClaw-compatible secret references when available, and prefer narrow queries over broad scans.
scripts/massive health to validate local prerequisites and auth configuration.scripts/massive get /v3/reference/tickers/AAPL for a generic REST request.BUNDLE_MANIFEST.md.MASSIVE_API_KEY_REF when possible.MASSIVE_API_KEY only when a secret ref is not available.get for any other documented REST path.scripts/massive healthscripts/massive get <path-or-next-url> [--query key=value ...]scripts/massive next to read next_url from stdin JSON and fetch the next pagescripts/massive stocks ticker-details <ticker>scripts/massive stocks previous-close <ticker>scripts/massive options contract-details <options-ticker>scripts/massive forex currenciesscripts/massive crypto currenciesscripts/massive indices ticker-details <ticker>stderr; treat stdout as data.--verbose in shared logs.next_url back into get or next instead of reconstructing pagination manually.api.massive.com absolute URLs as invalid unless MASSIVE_BASE_URL was explicitly changed to another HTTPS origin.scripts/massive: main Bash CLIBUNDLE_MANIFEST.md: required file list for packaged artifactsreferences/openclaw-secrets.md: credential and secret-ref contract used by this skillreferences/massive-api.md: endpoint selection and request patternsreferences/security.md: redaction and operational safety constraints