← Back to Skills Marketplace
Pipeworx fbiwanted
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-fbiwanted
Description
Search the FBI's Most Wanted list — fugitives, missing persons, and wanted individuals with photos and case details
Usage Guidance
This skill is coherent with its purpose: it sends search queries to the Pipeworx gateway and returns FBI wanted records. Before installing, verify you trust the gateway (https://gateway.pipeworx.io) and the Pipeworx project/homepage. Do not submit sensitive personal data or secrets in queries, since those will be transmitted to the external service. Note the MCP example uses npx to fetch mcp-remote@latest at runtime — that will execute code from npm, so if you require stricter controls, avoid using the npx-based MCP flow or inspect the package first.
Capability Analysis
Type: OpenClaw Skill
Name: pipeworx-fbiwanted
Version: 1.0.0
The skill provides a legitimate interface to search the FBI's Most Wanted database using a remote MCP gateway (gateway.pipeworx.io). It utilizes standard MCP integration patterns, such as 'npx mcp-remote', to connect to the service. No evidence of malicious intent, data exfiltration, or prompt injection was found; the code and instructions in SKILL.md are consistent with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description (search FBI wanted) align with declared requirements: only curl is needed and the SKILL.md shows HTTP calls to a remote API that returns wanted-person records.
Instruction Scope
Instructions direct the agent to query https://gateway.pipeworx.io/fbiwanted/mcp (and provide an MCP example). This is expected for a remote-search skill, but it does send user queries to that external service — avoid sending sensitive PII in queries.
Install Mechanism
No install spec is present (instruction-only), which is low-risk. However the provided MCP config uses 'npx -y mcp-remote@latest', which would fetch and execute code from the npm registry at runtime — a common but non-zero risk if you do not trust the upstream package or gateway.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to its purpose.
Persistence & Privilege
always is false and there are no declarations to modify other skills or system-wide settings. Model invocation is allowed (default) which is normal for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-fbiwanted - After installation, invoke the skill by name or use
/pipeworx-fbiwanted - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pipeworx fbiwanted?
Search the FBI's Most Wanted list — fugitives, missing persons, and wanted individuals with photos and case details. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Pipeworx fbiwanted?
Run "/install pipeworx-fbiwanted" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx fbiwanted free?
Yes, Pipeworx fbiwanted is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx fbiwanted support?
Pipeworx fbiwanted is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx fbiwanted?
It is built and maintained by Bruce Gutman (@b-gutman); the current version is v1.0.0.
More Skills