← Back to Skills Marketplace
oscraters

Massive.com CLI

by oscraters · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
433
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install massive
Description
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...
Usage Guidance
Do not install or enable this skill until the packaging and metadata inconsistencies are resolved. Specifically: (1) ask the publisher to include the scripts/massive executable in the published bundle and to re-run CI/tests so you can inspect the actual script content; (2) confirm the registry metadata lists the credential env vars (MASSIVE_API_KEY_REF / MASSIVE_API_KEY) so installers know what will be required; (3) review the scripts/massive source yourself for any unexpected network endpoints or shell execution; (4) if you will use secret refs that include 'exec', ensure your runtime enforces strict sandboxing and that only trusted principals can supply secret-ref JSON (because exec refs run arbitrary commands); and (5) verify the bundle signature or source repository before trusting it in automated agent workflows.
Capability Analysis
Type: OpenClaw Skill Name: massive Version: 1.0.1 The skill includes a high-risk capability allowing arbitrary command execution via `eval "${command}"` when resolving secrets from an `exec` source specified in the `MASSIVE_API_KEY_REF` environment variable (found in `scripts/massive` and documented in `references/openclaw-secrets.md`). This presents a significant Remote Code Execution (RCE) vulnerability if `MASSIVE_API_KEY_REF` can be controlled by untrusted input. While the documentation states this is an intentional feature for OpenClaw alignment and relies on the runtime for sandboxing, the direct use of `eval` without internal sanitization makes it suspicious due to the inherent risk, despite lacking clear evidence of malicious intent within the skill itself.
Capability Assessment
Purpose & Capability
The name/description, SKILL.md, README, and references all describe a Bash CLI (scripts/massive) that resolves OpenClaw secret refs and talks to api.massive.com. However the published bundle in this registry snapshot does not include scripts/massive (the core executable), and the registry metadata at the top lists no required env vars while agents/openai.yaml and the documentation clearly expect MASSIVE_API_KEY_REF / MASSIVE_API_KEY / MASSIVE_BASE_URL. That mismatch suggests a packaging or metadata error and makes it unclear what will actually run if installed as-is.
Instruction Scope
SKILL.md and references restrict network access to the Massive API origin, require redaction, and instruct the agent to resolve secrets via OpenClaw SecretRefs. Those instructions stay within the stated purpose. One noteworthy scope detail: SecretRefs explicitly support an 'exec' source (execute a command and use stdout). That behavior is expected for OpenClaw-style secret resolution but it effectively permits the runtime to execute arbitrary commands when resolving a secret ref, so it increases the trust required of the runtime and any entity that can supply secret-ref payloads.
Install Mechanism
This is instruction-only (no install spec), which is low risk. There are no downloads or extract steps. However the repository bundle as published appears incomplete (scripts/massive is not present in the file manifest despite being required by SKILL.md and tests; BUNDLE_MANIFEST.md explicitly calls this out as a packaging error). That packaging inconsistency should be resolved before trusting the bundle.
Credentials
The environment/credential requirements documented (MASSIVE_API_KEY_REF preferred, MASSIVE_API_KEY fallback, and optional MASSIVE_BASE_URL) are appropriate for a CLI that authenticates to Massive. But the registry metadata at the top claiming 'Required env vars: none' contradicts agents/openai.yaml and the SKILL.md. Additionally, supporting 'exec' secret refs means a provided secret-ref JSON can cause the runtime to run arbitrary commands to fetch secrets — acceptable if the runtime enforces sandboxing, but disproportionate if secret refs can be supplied by untrusted parties or if the runtime has no strong isolation.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or global agent settings. allow_implicit_invocation is true in agent metadata, which is normal for skills and not a standalone concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install massive
  3. After installation, invoke the skill by name or use /massive
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 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.
v1.0.0
Initial release of the Massive CLI for OpenClaw. - Provides a Bash CLI wrapper for Massive's public REST API. - Integrates OpenClaw-style secret reference authentication. - Includes commands for market-data endpoints: stocks, options, forex, crypto, and indices. - Enforces security best practices: redacts secrets, logs diagnostics to stderr, enables JSON-first output. - Supports deterministic REST requests and streamlined CLI agent pipelines.
Metadata
Slug massive
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 433 downloads so far.

How do I install Massive.com CLI?

Run "/install massive" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Massive.com CLI free?

Yes, Massive.com CLI is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Massive.com CLI support?

Massive.com CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Massive.com CLI?

It is built and maintained by oscraters (@oscraters); the current version is v1.0.1.

💬 Comments