← 返回 Skills 市场
brucegutman

Pipeworx newton

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-newton
功能描述
Symbolic math solver — simplify, differentiate, integrate, and factor expressions via the Newton API
安全使用建议
This skill appears to do what it says: it sends math expressions to a Pipeworx Newton API and returns symbolic results. Before installing or using it, consider: (1) privacy — any expression (including potentially sensitive data) will be transmitted to https://gateway.pipeworx.io; (2) the SKILL.md’s setup suggests running `npx mcp-remote@latest`, which would download and run code from npm — only do that if you trust the package and source; and (3) the setup references `npx` but `npx` is not listed in the required binaries — expect small documentation/metadata inconsistencies. If you are comfortable with the privacy tradeoff and avoid running the optional npx install unless you trust it, the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: pipeworx-newton Version: 1.0.0 The skill provides symbolic mathematics capabilities by interfacing with a remote MCP server hosted at gateway.pipeworx.io. It uses the standard mcp-remote utility for connectivity and contains no evidence of malicious code, data exfiltration, or prompt injection attempts in its documentation (SKILL.md) or configuration.
能力评估
Purpose & Capability
Name/description (symbolic math via Newton API) matches the instructions: the SKILL.md shows curl requests to a Newton endpoint to simplify/differentiate/integrate/factor expressions. Requiring curl is appropriate.
Instruction Scope
Runtime instructions are narrowly scoped to calling the remote API with expressions via HTTPS (example curl POST). That is consistent with the stated purpose, but it does mean any expression you submit will be sent to a third-party server (privacy/leakage risk). The SKILL.md does not instruct reading local files or other environment variables.
Install Mechanism
The skill is instruction-only (no install spec), which is low risk. However the 'Setup' snippet suggests using npx to run mcp-remote@latest — that would dynamically download and execute code from the npm registry. The skill metadata does not list npx as a required binary; this is an inconsistency and the npx/npm install is optional but poses a higher install-time risk if you follow it.
Credentials
No environment variables, credentials, or config paths are required. This is proportionate to the stated purpose. There are no requests for unrelated secrets.
Persistence & Privilege
Skill is not always-enabled and does not request special persistence or system-wide changes. It only invokes a remote API; autonomous invocation is allowed by default but not an additional privilege granted by this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-newton
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-newton 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-newton
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx newton 是什么?

Symbolic math solver — simplify, differentiate, integrate, and factor expressions via the Newton API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Pipeworx newton?

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

Pipeworx newton 是免费的吗?

是的,Pipeworx newton 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pipeworx newton 支持哪些平台?

Pipeworx newton 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pipeworx newton?

由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论