← 返回 Skills 市场
Pipeworx trivia
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-trivia
功能描述
Trivia questions from the Open Trivia Database — 4,000+ questions across 24 categories with difficulty levels
安全使用建议
This skill appears to do exactly what it says — fetch trivia from an external Pipeworx gateway — and it does not request any secrets. However: (1) the SKILL.md suggests using 'npx mcp-remote@latest' to connect to the gateway; running npx downloads and executes remote npm code, which can run arbitrary commands on your system. Only run the npx step if you trust the package and have reviewed it. (2) The declared requirements list curl but do not list node/npx; if you plan to follow the MCP config, ensure you have node/npx and audit the mcp-remote package first. (3) Confirm you are comfortable with sending queries to https://gateway.pipeworx.io and review the service privacy/policy on the homepage. If you want a lower-risk integration, use the curl examples only and avoid running npx or other remote installers.
功能分析
Type: OpenClaw Skill
Name: pipeworx-trivia
Version: 1.0.0
The pipeworx-trivia skill bundle provides access to a trivia database via a remote MCP server. It uses standard tools like curl and npx (mcp-remote) to interact with a specific API endpoint (gateway.pipeworx.io) for fetching trivia questions. No malicious patterns, data exfiltration attempts, or prompt injection instructions were found in SKILL.md or the configuration.
能力评估
Purpose & Capability
Name/description match the actions shown (fetch trivia from an external API). The declared requirement (curl) is appropriate for the example curl usage. However the SKILL.md also includes an MCP config that invokes 'npx ... mcp-remote@latest', which implies a need for node/npx and remote package execution that is not listed in required binaries or installs.
Instruction Scope
Instructions direct POSTs to an external gateway (https://gateway.pipeworx.io/trivia/mcp) to fetch questions — expected for this skill. But the provided MCP config recommends running 'npx -y mcp-remote@latest <gateway>' which will download and execute code from the npm registry at runtime; the skill file does not make this explicit, nor does it declare node/npx as required. That introduces an implicit ability to run remotely fetched code if followed.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. The MCP config, however, demonstrates an install-time/action that would use npx to fetch and run mcp-remote@latest from npm (extract/execute on the fly). Because that step is presented as configuration example (not enforced by the skill metadata), it is optional but potentially risky if executed unvetted.
Credentials
The skill requests no environment variables, no credentials, and no config paths. For a trivia-fetching skill this is proportional and preferable — there is no apparent need for secret access.
Persistence & Privilege
The skill is not always-enabled and is user-invocable (defaults). It does not request persistent system-level privileges or modifications to other skills. Autonomous model invocation is allowed by default but does not combine here with other high-risk factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-trivia - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-trivia触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx trivia 是什么?
Trivia questions from the Open Trivia Database — 4,000+ questions across 24 categories with difficulty levels. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Pipeworx trivia?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-trivia」即可一键安装,无需额外配置。
Pipeworx trivia 是免费的吗?
是的,Pipeworx trivia 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx trivia 支持哪些平台?
Pipeworx trivia 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx trivia?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills