Use 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 [--query key=value ...] scripts/massive next to read next_url from stdin JSON and fetch the next pagescripts/massive stocks ticker-details scripts/massive stocks previous-close scripts/massive options contract-details scripts/massive forex currenciesscripts/massive crypto currenciesscripts/massive indices ticker-details 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共 1 个版本