← 返回 Skills 市场
Pipeworx microlink
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-microlink
功能描述
Microlink MCP — wraps Microlink API (free tier, no auth required)
安全使用建议
This skill asks your agent to run 'npx -y mcp-remote@latest' and connect to a remote Pipeworx gateway, which will download and execute code from npm at runtime. That can run arbitrary code and send data off-host. Before installing: (1) verify the mcp-remote package on the npm registry (author, package contents, recent changes); (2) ask the publisher to pin a specific version or provide an audited package/binary instead of 'latest'; (3) confirm the trustworthiness of https://gateway.pipeworx.io and what data will be sent; (4) if you must test, run it in an isolated sandbox with limited network access; (5) prefer a skill that includes an install spec or bundled code you can review rather than one that executes npx on-demand.
功能分析
Type: OpenClaw Skill
Name: pipeworx-microlink
Version: 1.0.0
The skill bundle is a configuration for a remote Model Context Protocol (MCP) server that wraps the Microlink API. It uses 'npx' to execute 'mcp-remote' and connect to a gateway at 'gateway.pipeworx.io'. There is no local executable code, obfuscation, or evidence of malicious intent; the functionality (metadata and screenshots) is consistent with the stated purpose.
能力评估
Purpose & Capability
The skill claims to wrap the Microlink API, which can justify a remote connector. However, the SKILL.md requires running 'npx mcp-remote@latest' against a Pipeworx gateway; that runtime code execution and remote connector behavior are not declared in the metadata or install spec and are heavier than the simple description implies.
Instruction Scope
Runtime instructions tell the agent to run npx to fetch and execute 'mcp-remote@latest' and connect to https://gateway.pipeworx.io/microlink/mcp. While the instructions do not request local files or env vars, they direct the agent to download and run arbitrary code and to communicate with an external service — actions beyond a passive API wrapper description.
Install Mechanism
There is no install spec, but the Connect block uses npx to pull and run the latest version of an npm package at runtime. Using unpinned 'latest' via npx means arbitrary code from the public registry will be executed each time — a high-risk install/runtime mechanism.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, lack of declared credentials does not mitigate risk that downloaded code could exfiltrate data or access network resources.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable only. It does not declare persistent system changes. The primary concern is runtime code execution rather than elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-microlink - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-microlink触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx microlink 是什么?
Microlink MCP — wraps Microlink API (free tier, no auth required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Pipeworx microlink?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-microlink」即可一键安装,无需额外配置。
Pipeworx microlink 是免费的吗?
是的,Pipeworx microlink 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx microlink 支持哪些平台?
Pipeworx microlink 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx microlink?
由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。
推荐 Skills