← 返回 Skills 市场
pikachu022700

Quant Orchestrator

作者 pikachu022700 · GitHub ↗ · v1.1.0
darwinlinuxwin32 ⚠ suspicious
423
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install quant-orchestrator
功能描述
Multi-Agent AI Quant System with multi-coin prediction, strategy templates, and automated backtesting
安全使用建议
This skill contains plausible quant code but also several red flags you should resolve before installing or using it with real data or funds: 1) billing.py embeds a hardcoded API key and calls a third‑party billing API — ask the author why a secret is in the repository and request that billing keys be provided via environment variables or handled by the platform (and rotate the embedded key immediately). 2) The SKILL.md and registry declare no credentials or dependencies, yet the code uses requests, numpy, and lightgbm and will make outbound network calls to api.hyperliquid.xyz and skillpay.me — verify these endpoints are expected and safe. 3) Several files hardcode a local model path (/Users/a/...), so running CLI entrypoints might read local files — run the skill in a sandbox and inspect what files it opens. 4) Ask the publisher for provenance (homepage, source repo, author identity) and why billing is implemented inline. 5) If you test it, do so in an isolated environment with no access to your production secrets or wallets, and monitor outbound network traffic. If the author cannot justify the embedded billing key or the undeclared dependencies/endpoints, do not install or run the skill.
功能分析
Type: OpenClaw Skill Name: quant-orchestrator Version: 1.1.0 The skill bundle contains a hardcoded API secret key in 'billing.py' and hardcoded absolute local file paths (e.g., '/Users/a/.openclaw/...') in 'skill_v2.py' and 'skill_with_billing.py', which will cause execution failures and represent poor security hygiene. There is also a discrepancy between the documented pricing in 'SKILL.md' (0.1 USDC) and the code implementation (0.0001 USDC) in 'billing.py'. While the core logic aligns with the stated purpose of quantitative trading, the inclusion of a custom billing SDK pointing to 'https://skillpay.me' and leaked credentials makes the bundle high-risk for production use.
能力评估
Purpose & Capability
The skill claims to be a multi‑agent quant orchestrator, which explains the prediction, backtest and strategy code. However, there are surprising elements that don't belong to that stated purpose: a standalone billing module (billing.py) with a hardcoded API key and skillpay API URL, and multiple files referencing a local absolute model path (/Users/a/.openclaw/...), while the skill metadata declares no credentials or config requirements. The code also imports heavy dependencies (lightgbm, numpy, requests) though the SKILL.md and registry declare no required packages. These are disproportionate or undeclared relative to the simple description.
Instruction Scope
SKILL.md shows normal usage examples (instantiating MultiCoinPredictor and calling run_all) and lists pricing, but it does not document when or how billing is invoked, nor how model files are provided. The code will make outbound POSTs to https://api.hyperliquid.xyz/info to fetch prices and billing.py calls https://skillpay.me endpoints. The CLI sections hardcode a local model path and may attempt to read local files if executed. The runtime instructions are not explicit about network calls, local file access, or charging behavior, giving the agent broad ability to call external endpoints and access local model files if run.
Install Mechanism
There is no install spec (no external downloads or archive extraction), so nothing is fetched during install. The risk comes from the included source files themselves (they will be present in the skill), but there is no installer that pulls arbitrary code from untrusted URLs.
Credentials
The registry declares no required environment variables or credentials, yet billing.py contains a hardcoded API key and contacts an external billing service. That embedded credential is sensitive and not declared. The skill also performs network requests to third‑party endpoints (market data and billing) without declaring those endpoints or requiring explicit authorization. The code references a user home path for model files, which implies filesystem access to potentially sensitive local files.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or system config. Autonomous invocation (default) remains possible but there is no evidence the skill self‑installs persistent agents or changes global settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quant-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quant-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added multi-coin prediction (8 coins) and 10 strategy templates
v1.0.0
Initial release
元数据
Slug quant-orchestrator
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Quant Orchestrator 是什么?

Multi-Agent AI Quant System with multi-coin prediction, strategy templates, and automated backtesting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 423 次。

如何安装 Quant Orchestrator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-orchestrator」即可一键安装,无需额外配置。

Quant Orchestrator 是免费的吗?

是的,Quant Orchestrator 完全免费(开源免费),可自由下载、安装和使用。

Quant Orchestrator 支持哪些平台?

Quant Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Quant Orchestrator?

由 pikachu022700(@pikachu022700)开发并维护,当前版本 v1.1.0。

💬 留言讨论