← 返回 Skills 市场
Pipeworx animequotes
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-animequotes
功能描述
AnimeQuotes MCP — wraps animechan.io (free, no auth)
安全使用建议
This skill appears to just proxy a public anime quotes API and needs only curl for the curl examples. Before installing or using it: (1) be cautious about using the suggested 'npx -y mcp-remote@latest' line — that will fetch and execute code from npm; prefer a pinned version, inspect the package, or avoid npx if you don't trust it. (2) Understand that requests go to gateway.pipeworx.io (not directly to animechan.io), so any data you send in queries is visible to that third party. (3) If you need to run the MCP client, prefer an audited/pinned package release or run curl commands shown in SKILL.md instead. (4) Consider asking the publisher for a declared requirement for 'npx' (or removing the npx example) to resolve the mismatch.
功能分析
Type: OpenClaw Skill
Name: pipeworx-animequotes
Version: 1.0.0
The skill bundle is a documentation-only package that provides instructions for an AI agent to interact with a remote MCP gateway (gateway.pipeworx.io) to access anime quotes. It contains no local executable code and relies on standard MCP patterns and curl commands to communicate with a public API, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description match the instructions: SKILL.md tells the agent to call a Pipeworx JSON-RPC gateway that proxies animechan.io. Required binary declared is curl, which is sufficient for the provided curl examples. However, the MCP Client Config snippet uses 'npx' to run mcp-remote@latest but 'npx' is not listed in required binaries — a mismatch that should be justified or corrected.
Instruction Scope
Instructions are narrowly scoped to making HTTP POSTs to https://gateway.pipeworx.io/animequotes/mcp and listing/calling tools. The document does not instruct the agent to read local files, environment secrets, or unrelated system paths.
Install Mechanism
There is no install spec (instruction-only), which is low risk. But the provided MCP Client Config recommends 'npx -y mcp-remote@latest', which implies dynamically downloading and executing code from the npm registry. That pattern can execute arbitrary code if used as-is — it is not a direct install required by the skill but is presented as the official client config and represents an install-time risk.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to a public, no-auth gateway wrapper.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skill configurations. Autonomous invocation is allowed (default) but that is expected for skills and is not by itself a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-animequotes - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-animequotes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx animequotes 是什么?
AnimeQuotes MCP — wraps animechan.io (free, no auth). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Pipeworx animequotes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-animequotes」即可一键安装,无需额外配置。
Pipeworx animequotes 是免费的吗?
是的,Pipeworx animequotes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx animequotes 支持哪些平台?
Pipeworx animequotes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx animequotes?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills