Back to Registry View Author Profile
Official Verified
pipeworx-fbiwanted
Search the FBI's Most Wanted list — fugitives, missing persons, and wanted individuals with photos and case details
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-fbiwantedOr
FBI Wanted
Access the FBI's official Wanted persons database. Search by name, crime type, or browse the full list. Each record includes photos, physical descriptions, charges, reward information, and case details.
Tools
search_wanted— Search the FBI Wanted list by keyword (name, crime type, description). Omit the keyword to browse all entries with pagination.get_wanted_person— Full details for a specific person by their unique identifier (UID).
When to use
- Answering questions about FBI wanted fugitives or missing persons
- Building a crime awareness application with official data
- Journalism research on specific cases or crime categories
- Educational tools about law enforcement and criminal justice
Example
curl -s -X POST https://gateway.pipeworx.io/fbiwanted/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_wanted","arguments":{"query":"cyber","page":1}}}'
Returns matching entries with title, description, charges, reward, images, and status.
MCP config
{
"mcpServers": {
"pipeworx-fbiwanted": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/fbiwanted/mcp"]
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-b-gutman-pipeworx-fbiwanted": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-npm
npm MCP — wraps the npm Registry API (free, no auth)
b-gutman 4473
Pipeworx Comtrade
Skill by b-gutman
b-gutman 4473
pipeworx-mhw
MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth)
b-gutman 4473
Pipeworx Translate
Skill by b-gutman
b-gutman 4473
Pipeworx Cdc
Skill by b-gutman
b-gutman 4473