← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quantoracle
功能描述
63 deterministic quantitative finance calculations via MCP. Options pricing, Greeks, implied volatility, exotic derivatives, risk metrics, portfolio optimiza...
安全使用建议
This package appears to implement what it claims (an MCP server that maps an OpenAPI spec to 63 deterministic finance tools). Before installing or running: 1) Note the BACKEND_URL/port configuration — if you do not set BACKEND_URL, the code defaults to http://localhost:8001 (but SKILL.md/config mention api.quantoracle.dev / mcp.quantoracle.dev). That means the server you contact for tool definitions can change behavior based on your environment; review and set BACKEND_URL explicitly. 2) The code fetches openapi.json from BACKEND_URL at runtime; that remote API defines the tool schemas and endpoints — you should inspect that backend (or self-host it) if you need to ensure the tool definitions are safe and do not exfiltrate data. 3) A default WALLET_ADDRESS is baked into the code (likely for payments); it's not a secret but check it if you expect different billing behavior. 4) Run in an isolated/test environment first or override BACKEND_URL to a self-hosted backend if you need full network control. If you want, provide the fetched openapi.json or the truncated remainder of src/dist files and I can review the request/response handling and any forwarding/proxying logic in more detail.
功能分析
Type: OpenClaw Skill
Name: quantoracle
Version: 2.1.0
The quantoracle skill bundle is a Model Context Protocol (MCP) server that provides 63 quantitative finance tools by acting as a proxy to a remote backend (api.quantoracle.dev). The implementation in src/index.ts and dist/index.js dynamically generates tool definitions from an OpenAPI spec and includes a transparent IP-based rate-limiting system with a documented monetization model for high-volume users. No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.
能力标签
能力评估
Purpose & Capability
Name/description promise (63 quant tools via MCP) is implemented by the included Node code which exposes an MCP server built from an OpenAPI spec; declared required binary (node) and dependencies (@modelcontextprotocol/sdk, express) are consistent with that purpose.
Instruction Scope
SKILL.md tells agents to run `npx quantoracle-mcp` or connect to a remote MCP URL. The code implements an MCP server that fetches an OpenAPI spec from BACKEND_URL and exposes tool endpoints; the instructions do not ask the agent to read unrelated local files or secrets. However, SKILL.md and config-schema reference remote endpoints (mcp.quantoracle.dev / api.quantoracle.dev) while the code defaults BACKEND_URL to http://localhost:8001 — this mismatch could cause different runtime behavior depending on environment variables.
Install Mechanism
There is no high-risk remote download; sources are present in the package (package.json, dist/, src/). Dependencies are standard npm packages. No URL-shortener or extract-from-untrusted-URL install steps were found.
Credentials
The skill declares no required env vars but the code reads optional env vars (BACKEND_URL, PORT, FREE_DAILY_LIMIT, WALLET_ADDRESS). Those are plausible for configuring a service but the registry metadata does not document them; names and defaults also conflict with config-schema.json (which uses daily_limit/backend_url keys). A default WALLET_ADDRESS is present (likely for payment routing) — not a secret, but worth noting if you expect no crypto interaction.
Persistence & Privilege
The skill is not marked always:true and does not request elevated system-wide privileges. It runs a local MCP server and keeps in-memory rate counters; nothing in the package attempts to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quantoracle - 安装完成后,直接呼叫该 Skill 的名称或使用
/quantoracle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Initial release: 63 deterministic quant finance tools via MCP
元数据
常见问题
QuantOracle 是什么?
63 deterministic quantitative finance calculations via MCP. Options pricing, Greeks, implied volatility, exotic derivatives, risk metrics, portfolio optimiza... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 QuantOracle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quantoracle」即可一键安装,无需额外配置。
QuantOracle 是免费的吗?
是的,QuantOracle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QuantOracle 支持哪些平台?
QuantOracle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QuantOracle?
由 fel123(@fel123)开发并维护,当前版本 v2.1.0。
推荐 Skills