← 返回 Skills 市场
martc03

US Safety Recalls

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
337
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-safety-recalls
功能描述
Search NHTSA vehicle recalls, FDA food/drug recalls, and CFPB consumer complaints. 3 tools for product safety monitoring.
使用说明 (SKILL.md)

US Safety Recalls

Real-time access to NHTSA vehicle recalls, FDA product recalls, and CFPB consumer complaints.

Setup

mcporter add gov-safety --url https://us-safety-recalls-mcp.apify.actor/mcp --transport streamable-http

Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-safety": {
      "url": "https://us-safety-recalls-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

safety_search_vehicle_recalls

Search NHTSA vehicle safety recalls by make, model, and year. Returns recall campaigns with defect summaries, consequences, and remedies.

Search for Ford F-150 recalls in 2024
Are there any Toyota Camry recalls?

Parameters: make, model, modelYear

safety_search_fda_recalls

Search FDA enforcement actions (recalls) for drugs, food, or medical devices. Returns classification, status, distribution, and reason for recall.

Search FDA recalls for infant formula
Any recent Class I drug recalls?

Parameters: searchQuery, classification (I/II/III), status, limit

safety_search_consumer_complaints

Search the CFPB Consumer Complaint Database for complaints against financial companies.

Show consumer complaints about Wells Fargo
Search CFPB complaints about mortgage servicing

Parameters: company, product, issue, limit

Data Sources

  • NHTSA — National Highway Traffic Safety Administration (vehicle recalls)
  • FDA — Food and Drug Administration (food, drug, device recalls)
  • CFPB — Consumer Financial Protection Bureau (consumer complaints)

Use Cases

  • Check if your vehicle has open recalls
  • Monitor food safety alerts
  • Research company complaint history
  • Product safety due diligence

All data from free US government APIs. Zero cost. No API keys required.

安全使用建议
Before installing or using this skill, consider the following: - The SKILL.md routes all queries through a third‑party MCP endpoint (us-safety-recalls-mcp.apify.actor). This is not an official government domain — the operator of that endpoint could log, store, or modify queries and results. If your queries include any sensitive information, do not use this skill. - Verify the mcporter binary provenance (where it comes from) before installing/running it. Only install binaries from sources you trust. - Inspect the GitHub homepage/repo (https://github.com/martc03/gov-mcp-servers) and confirm who runs the apify actor and what their privacy/security practices are. If the repo or actor is not from a trusted maintainer, treat the endpoint as untrusted. - Backup ~/.openclaw/mcp.json before editing; adding the server creates a persistent routing rule. Ensure adding the entry will not overwrite or expose other MCP credentials/config. - If you prefer not to trust a third party, consider pointing mcporter to your own proxy or directly querying the official government APIs (NHTSA, FDA, CFPB) instead of using the hosted apify actor. - Test the skill with non-sensitive/sample queries first to observe behavior and responses. Given the external proxying behavior, only proceed if you trust the operator of the apify.actor endpoint or if you host/operate the MCP server yourself.
功能分析
Type: OpenClaw Skill Name: gov-safety-recalls Version: 1.0.0 The skill bundle appears benign. The `SKILL.md` clearly describes its purpose to search government safety recalls and consumer complaints, providing setup instructions for the `mcporter` tool to connect to an external service hosted on `apify.actor`. There is no evidence of prompt injection against the AI agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All external URLs and tool requirements are consistent with the stated functionality and standard OpenClaw skill operation.
能力评估
Purpose & Capability
Name/description (NHTSA, FDA, CFPB searches) align with the runtime instructions and declared requirement (the mcporter binary). Requiring mcporter makes sense because the SKILL.md shows adding a remote MCP server via mcporter.
Instruction Scope
The SKILL.md instructs the agent/operator to add a remote MCP server at https://us-safety-recalls-mcp.apify.actor/mcp (via mcporter or by editing ~/.openclaw/mcp.json). That means all queries and responses will flow through that third‑party server (hosted on apify.actor) rather than directly to government APIs — the server could log or modify requests/responses. The instructions also suggest editing a config file in the user's home directory (~/.openclaw/mcp.json), which is persistent and could contain other MCP entries; the skill does not explicitly warn about backing up or inspecting that file.
Install Mechanism
No install spec or code is included (instruction-only), so nothing will be written by the skill itself. However it depends on an external tooling binary (mcporter) being present. The runtime behavior depends on a remote URL (apify.actor) which is a third‑party proxy rather than an official government endpoint; that external network dependency increases risk compared with direct API calls.
Credentials
The skill requests no environment variables, credentials, or config paths beyond the optional MCP config entry. This is proportionate to the described read-only data retrieval use case.
Persistence & Privilege
The skill is not always-included and is user-invocable. It does instruct adding a persistent MCP server entry to ~/.openclaw/mcp.json (or adding it via mcporter), which grants the remote server ongoing ability to receive queries; that persistent routing is a privacy consideration but not an elevated platform privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-safety-recalls
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-safety-recalls 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — provides real-time search tools for safety recalls and consumer complaints: - Search NHTSA vehicle recalls by make, model, and year. - Find FDA recalls for drugs, food, and medical devices. - Search CFPB consumer complaints about financial companies. - No API keys required; all data from free US government sources. - Quick setup instructions and example use cases included.
元数据
Slug gov-safety-recalls
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

US Safety Recalls 是什么?

Search NHTSA vehicle recalls, FDA food/drug recalls, and CFPB consumer complaints. 3 tools for product safety monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。

如何安装 US Safety Recalls?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-safety-recalls」即可一键安装,无需额外配置。

US Safety Recalls 是免费的吗?

是的,US Safety Recalls 完全免费(开源免费),可自由下载、安装和使用。

US Safety Recalls 支持哪些平台?

US Safety Recalls 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 US Safety Recalls?

由 Martin(@martc03)开发并维护,当前版本 v1.0.0。

💬 留言讨论