← 返回 Skills 市场
Pipeworx mathjs
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-mathjs
功能描述
Math.js MCP — wraps the mathjs.org API (free, no auth)
安全使用建议
This skill will cause your agent to run 'npx mcp-remote@latest' and connect to https://gateway.pipeworx.io/mathjs/mcp at runtime. If you install it, be aware that: (1) 'npx' must be available but the skill metadata doesn't declare that requirement, (2) unpinned 'latest' pulls code from npm each run (supply-chain risk), and (3) anything you send to the skill will be forwarded to an external service and could be logged or observed. Before installing, consider: pinning the package version, reviewing the mcp-remote package source and gateway privacy/security policy, avoiding sending secrets or private data to the skill, or using a local mathjs implementation instead of executing remote code.
能力评估
Purpose & Capability
The skill's stated purpose (wrap mathjs.org) is plausible, but the SKILL.md expects the agent to run 'npx mcp-remote@latest' to connect to https://gateway.pipeworx.io/mathjs/mcp. The registry metadata declares no required binaries, yet the runtime connect block implicitly requires 'npx' (and network access). That mismatch is an incoherence to be aware of.
Instruction Scope
The instructions instruct the agent to execute an external npm package (mcp-remote@latest) via npx and connect to an external gateway. That means user queries/inputs will be sent to a third-party service and arbitrary code from the npm package will run at runtime. The SKILL.md does not explicitly declare these data flows or the need for npx.
Install Mechanism
There is no install spec, but the connect command uses 'npx ...@latest', which will fetch and execute code from the npm registry at runtime. Using the 'latest' tag (unpinned) increases supply-chain risk because the package contents can change between runs.
Credentials
The skill requests no environment variables, credentials, or file paths — which is proportionate to a read-only math wrapper. However, because it forwards data to an external service, the service could receive sensitive input if the agent forwards it.
Persistence & Privilege
The skill does not request always:true and has no install that forces persistent system-wide changes. Autonomous invocation is allowed (the platform default) but not combined here with elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-mathjs - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-mathjs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx mathjs 是什么?
Math.js MCP — wraps the mathjs.org API (free, no auth). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Pipeworx mathjs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-mathjs」即可一键安装,无需额外配置。
Pipeworx mathjs 是免费的吗?
是的,Pipeworx mathjs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx mathjs 支持哪些平台?
Pipeworx mathjs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx mathjs?
由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。
推荐 Skills