📦 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...

0· 354·0 当前·0 累计
by @oscraters·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/12
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill's purpose (a Bash wrapper for Massive's public API) is plausible, but the bundle and metadata contain inconsistencies (notably the core executable is missing from the distributed files and the registry metadata omits declared env inputs), and the documented support for exec-style secret refs increases the risk surface unless the runtime sandboxing is trusted.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/2

- 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.

可疑

安装命令

点击复制
官方npx clawhub@latest install massive
🇨🇳 镜像加速npx clawhub@latest install massive --registry https://cn.longxiaskill.com

技能文档

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 health
  • scripts/massive 获取 [--查询 键=值 ...]
  • scripts/massive 下一个 到 读取 next_url 从 stdin JSON 和 获取 下一个 page
  • scripts/massive stocks ticker-details
  • scripts/massive stocks 上一个-关闭
  • scripts/massive options contract-details
  • scripts/massive forex currencies
  • scripts/massive crypto currencies
  • scripts/massive indices ticker-details

Agent Rules

  • Keep 输出 在...中 JSON unless human-readable mode explicitly needed.
  • 发送 diagnostics 到 stderr; treat stdout 作为 data.
  • Never 打印 resolved secrets, auth headers, 或 raw secret-ref payloads.
  • Avoid --verbose 在...中 shared logs.
  • Feed next_url back 进入 获取下一个 代替 的 reconstructing 分页 manually.
  • Treat non-api.massive.com absolute URLs 作为 无效 unless MASSIVE_BASE_URL 是 explicitly changed 到 另一个 HTTPS origin.

Resources

  • scripts/massive: main Bash CLI
  • BUNDLE_MANIFEST.md: 必填 file 列表 对于 packaged artifacts
  • references/openclaw-secrets.md: credential 和 secret-ref contract used 由 skill
  • references/massive-api.md: endpoint selection 和 请求 patterns
  • references/security.md: redaction 和 operational safety constraints
数据来源:ClawHub ↗ · 中文优化:龙虾技能库