Integrate Massive market data through Pontx. Use for bars, snapshots, ticker lookup, backtests, dashboards, entitlements, pagination, market-session time zones, throttling, or licensing.
数据分析
Massive.com CLI
试用Bash 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 sh...
它能做什么
Bash 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 sh...
技能文档
Massive CLI for OpenClaw
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.
Quick Start
- Read references/openclaw-secrets.md before configuring credentials.
- Read references/massive-api.md when choosing endpoints or query shapes.
- Read references/security.md before changing logging, auth, or error handling.
- Run
scripts/massive healthto validate local prerequisites and auth configuration. - Run
scripts/massive get /v3/reference/tickers/AAPLfor a generic REST request. - If you package or publish this skill, include every path listed in
BUNDLE_MANIFEST.md.
Workflow
- Resolve credentials through
MASSIVE_API_KEY_REFwhen possible. - Fall back to
MASSIVE_API_KEYonly when a secret ref is not available. - Use a domain shortcut when it matches a documented Massive endpoint.
- Use
getfor any other documented REST path. - Pipe JSON into downstream tools instead of enabling verbose logging.
Commands
scripts/massive healthscripts/massive get [--query key=value ...]scripts/massive nextto readnext_urlfrom stdin JSON and fetch the next pagescripts/massive stocks ticker-detailsscripts/massive stocks previous-closescripts/massive options contract-detailsscripts/massive forex currenciesscripts/massive crypto currenciesscripts/massive indices ticker-details
Agent Rules
- Keep output in JSON unless a human-readable mode is explicitly needed.
- Send diagnostics to
stderr; treatstdoutas data. - Never print resolved secrets, auth headers, or raw secret-ref payloads.
- Avoid
--verbosein shared logs. - Feed
next_urlback intogetornextinstead of reconstructing pagination manually. - Treat non-
api.massive.comabsolute URLs as invalid unlessMASSIVE_BASE_URLwas explicitly changed to another HTTPS origin.
Resources
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
相关技能
Momentum.io (momentum.io). Use this skill for ANY Momentum.io request — searching and reading data. Whenever a task involves Momentum.io, use this skill inst...
Use this skill when you need to operate Dietu through its official CLI for A-share market queries, strategy screening, decision workflows, or agent automatio...
Interact with teemtape stock watchlists and anonymous notes via the teemtape CLI. Use when listing quotes, searching tickers, reading or posting notes, manag...
This skill provides integration with the Alpaca Markets API for trading stocks, options, and cryptocurrencies. Use it when you need to interact with Alpaca's...
Use this skill when the user wants to install Miraix Agent Arena in OpenClaw, bind an Arena pair code, turn a natural-language trading idea into an Arena-rea...