← Back to Skills Marketplace
brucegutman

Pipeworx newton

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-newton
Description
Symbolic math solver — simplify, differentiate, integrate, and factor expressions via the Newton API
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-newton
  3. After installation, invoke the skill by name or use /pipeworx-newton
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-newton
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx newton?

Symbolic math solver — simplify, differentiate, integrate, and factor expressions via the Newton API. It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install Pipeworx newton?

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

Is Pipeworx newton free?

Yes, Pipeworx newton is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx newton support?

Pipeworx newton is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeworx newton?

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

💬 Comments