← 返回 Skills 市场
Pipeworx advice
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-advice
功能描述
Crowdsourced life advice — search, browse, or grab a random slip of wisdom from the Advice Slip API
安全使用建议
This pack is straightforward: it issues HTTP requests to an external advice API and doesn't ask for credentials. Before installing, confirm you trust the endpoint (https://gateway.pipeworx.io) since user queries and results traverse that service. Also note the MCP client example uses npx to fetch mcp-remote@latest — running that would download and execute code from the npm registry, so only allow it on machines where you trust remote package execution. If you prefer stricter control, use the demonstrated curl calls directly and avoid the npx/mcp-remote route.
功能分析
Type: OpenClaw Skill
Name: pipeworx-advice
Version: 1.0.0
The skill bundle is a documentation-only package for accessing a remote Advice Slip API via the Model Context Protocol (MCP). It contains no local executable code, and the instructions in SKILL.md are limited to standard tool definitions and configuration examples for connecting to the gateway.pipeworx.io endpoint.
能力评估
Purpose & Capability
Name/description match the instructions: the pack calls a public advice API via HTTP and exposes three simple tools (random/search/get). Required binaries (curl) and no env vars align with this purpose.
Instruction Scope
SKILL.md shows only HTTP calls to gateway.pipeworx.io/advice/mcp and example curl usage — this stays within the advertised scope. The MCP client config example uses npx to run mcp-remote@latest (which would download and run code from npm if used); that is not declared in required binaries and is optional/example-only, but it is a runtime action with higher trust implications if the agent actually executes it.
Install Mechanism
No install spec and no code files: the skill is instruction-only and writes nothing to disk. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, secrets, or config paths — proportional to a public read-only advice API. No unrelated credentials are requested.
Persistence & Privilege
always:false and default autonomous invocation are appropriate for this tool. The skill does not request persistent system-wide changes or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-advice - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-advice触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx advice 是什么?
Crowdsourced life advice — search, browse, or grab a random slip of wisdom from the Advice Slip API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Pipeworx advice?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-advice」即可一键安装,无需额外配置。
Pipeworx advice 是免费的吗?
是的,Pipeworx advice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx advice 支持哪些平台?
Pipeworx advice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx advice?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills