← Back to Skills Marketplace
pikachu022700

Quant Orchestrator (Free)

by pikachu022700 · GitHub ↗ · v1.0.0
darwinlinuxwin32 ⚠ suspicious
384
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install quant-orchestrator-free
Description
Multi-Agent AI Quant System with factor mining, strategy generation, and automated backtesting
Usage Guidance
This skill mostly does what it says (runs a simulated multi-agent quant pipeline), but there are important red flags you should consider before installing or running it: - Hardcoded billing API key: billing.py contains a plaintext API_KEY. This is insecure and could allow the publisher (or anyone who obtains the key) to control billing-related operations. Prefer skills that require you to provide payment/service keys via environment variables or a secure configuration step. - Undeclared payment behavior: the skill will contact an external billing endpoint (skillpay.me) and may attempt to charge or track calls using the embedded key. If you do not trust the billing provider or publisher, do not run the billed variant (skill_with_billing.py) or pass real user IDs. - Missing file inconsistency: SKILL.md references btc_predictor_optimized.py but that file is not in the manifest — this may indicate an incomplete or sloppy package. - Network I/O: the skill makes HTTP requests to external services for market data and billing. If you want to avoid data leakage or external dependency calls, run the code offline or inside a restricted sandbox/container and review or stub network endpoints first. Recommended actions: - Ask the publisher for a trusted homepage/source and for the API key to be removed from the repository; the billing API key should be provided via an environment variable at runtime. - If you must evaluate the skill, run it in an isolated environment (container or VM) with no network access, or stub the external endpoints, and inspect behavior locally. - Verify the billing service (skillpay.me) and the key's provenance before providing real user IDs or production data. - Consider rejecting the billed entrypoint until the publisher replaces the embedded secret with a documented, opt-in configuration mechanism. If you want, I can produce a short checklist you can send to the publisher requesting changes (remove hardcoded key, document endpoints, include missing files, require env vars for credentials).
Capability Analysis
Type: OpenClaw Skill Name: quant-orchestrator-free Version: 1.0.0 The bundle contains a hardcoded API key in 'billing.py' (sk_72df...) and implements a mandatory pay-per-call billing system via an external service (skillpay.me), despite the metadata slug 'quant-orchestrator-free' suggesting it is a free tool. While the core logic in 'skill.py' and 'skill_with_billing.py' appears to be a mostly simulated quantitative trading framework, the discrepancy between the 'free' label and the functional payment enforcement, combined with the exposure of sensitive credentials, suggests deceptive practices or significant security negligence.
Capability Assessment
Purpose & Capability
The skill's name/description (multi-agent quant research + paid usage) aligns with the provided code and SKILL.md. Requiring python/pip and installing numeric/ML libs is reasonable. However, the code contains an embedded billing API_KEY constant (billing.py) that is not declared in requires.env or documented as needed — embedding a secret in the published skill is disproportionate and unexpected. Additionally, SKILL.md lists a file (btc_predictor_optimized.py) that is not present in the manifest, which is an inconsistency.
Instruction Scope
Runtime instructions are mostly limited to installing dependencies and running the Python scripts; the Python code performs HTTP requests to external services (Hyperliquid for market data and skillpay.me for billing). The SKILL.md does not instruct reading local user files or environment variables, and the code does not appear to access arbitrary user files or system credentials. Still, network calls transmit usage and user_id to an external billing service — this is expected for a paid skill but should be made explicit and transparent.
Install Mechanism
There is no packaged install spec in the registry; SKILL.md instructs running pip install for common packages (lightgbm, pandas, numpy, requests). Installing these public packages via pip is expected for this functionality. No download-from-URL or archive extraction was present in the manifest.
Credentials
The registry declares no required environment variables or credentials, but billing.py hardcodes a secret API_KEY (sk_...). Requiring a billing API key inside the code (instead of asking the host to set an environment variable) is disproportionate and creates risk: the embedded key could be abused by whoever controls the published code, and it isn't visible/confirmable via the registry metadata. The skill also contacts external endpoints (skillpay.me and api.hyperliquid.xyz) for billing and market data — network access is required but wasn't explicitly highlighted as a sensitive behavior in the metadata.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and does not appear to persist itself or alter system-wide settings. It runs on demand and requires no special platform privileges beyond network access and installing Python packages.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quant-orchestrator-free
  3. After installation, invoke the skill by name or use /quant-orchestrator-free
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Free version without billing
Metadata
Slug quant-orchestrator-free
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Quant Orchestrator (Free)?

Multi-Agent AI Quant System with factor mining, strategy generation, and automated backtesting. It is an AI Agent Skill for Claude Code / OpenClaw, with 384 downloads so far.

How do I install Quant Orchestrator (Free)?

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

Is Quant Orchestrator (Free) free?

Yes, Quant Orchestrator (Free) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Quant Orchestrator (Free) support?

Quant Orchestrator (Free) is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Quant Orchestrator (Free)?

It is built and maintained by pikachu022700 (@pikachu022700); the current version is v1.0.0.

💬 Comments