← Back to Skills Marketplace
b-gutman

Pipeworx mathjs

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-mathjs
Description
Math.js MCP — wraps the mathjs.org API (free, no auth)
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-mathjs
  3. After installation, invoke the skill by name or use /pipeworx-mathjs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-mathjs
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx mathjs?

Math.js MCP — wraps the mathjs.org API (free, no auth). It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Pipeworx mathjs?

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

Is Pipeworx mathjs free?

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

Which platforms does Pipeworx mathjs support?

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

Who created Pipeworx mathjs?

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

💬 Comments