← Back to Skills Marketplace
brucegutman

Pipeworx trivia

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-trivia
Description
Trivia questions from the Open Trivia Database — 4,000+ questions across 24 categories with difficulty levels
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-trivia
  3. After installation, invoke the skill by name or use /pipeworx-trivia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-trivia
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx trivia?

Trivia questions from the Open Trivia Database — 4,000+ questions across 24 categories with difficulty levels. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install Pipeworx trivia?

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

Is Pipeworx trivia free?

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

Which platforms does Pipeworx trivia support?

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

Who created Pipeworx trivia?

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

💬 Comments