Massive.com CLI — Massive.com工具
v1.0.1[AI辅助] 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...
详细分析 ▾
运行时依赖
版本
- Added BUNDLE_MANIFEST.md to define required files for packaged or published skill artifacts. - Updated documentation to instruct users to include all files listed in BUNDLE_MANIFEST.md when packaging or publishing. - Expanded agent rules to treat non-api.massive.com URLs as invalid unless MASSIVE_BASE_URL is explicitly set.
安装命令
点击复制本土化适配说明
Massive.com CLI — Massive.com工具 安装说明: 安装命令:npx clawhub@latest install massive
技能文档
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 开始
- 读取 references/openclaw-secrets.md 之前 configuring credentials.
- 读取 references/massive-api.md 当...时 choosing endpoints 或 查询 shapes.
- 读取 references/security.md 之前 changing logging, auth, 或 错误 handling.
- Run
scripts/massive health到 验证 local prerequisites 和 auth configuration. - Run
scripts/massive 获取 /v3/reference/tickers/AAPL对于 generic REST 请求. - 如果 您 包 或 发布 skill, include every path listed 在...中
BUNDLE_MANIFEST.md.
Workflow
- Resolve credentials 通过
MASSIVE_API_KEY_REF当...时 possible. - Fall back 到
MASSIVE_API_KEY仅 当...时 secret ref 不 可用. - 使用 domain shortcut 当...时 matches documented Massive endpoint.
- 使用
获取对于 任何 其他 documented REST path. - Pipe JSON 进入 downstream tools 代替 的 enabling verbose logging.
Commands
scripts/massive healthscripts/massive 获取 [--查询 键=值 ...]scripts/massive 下一个到 读取next_url从 stdin JSON 和 获取 下一个 pagescripts/massive stocks ticker-detailsscripts/massive stocks 上一个-关闭scripts/massive options contract-detailsscripts/massive forex currenciesscripts/massive crypto currenciesscripts/massive indices ticker-details
Agent Rules
- Keep 输出 在...中 JSON unless human-readable mode explicitly needed.
- 发送 diagnostics 到
stderr; treatstdout作为 data. - Never 打印 resolved secrets, auth headers, 或 raw secret-ref payloads.
- Avoid
--verbose在...中 shared logs. - Feed
next_urlback 进入获取或下一个代替 的 reconstructing 分页 manually. - Treat non-
api.massive.comabsolute URLs 作为 无效 unlessMASSIVE_BASE_URL是 explicitly changed 到 另一个 HTTPS origin.
Resources
scripts/massive: main Bash CLIBUNDLE_MANIFEST.md: 必填 file 列表 对于 packaged artifactsreferences/openclaw-secrets.md: credential 和 secret-ref contract used 由 skillreferences/massive-api.md: endpoint selection 和 请求 patternsreferences/security.md: redaction 和 operational safety constraints