← 返回 Skills 市场
martc03

Gov Court Records

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
469
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-court-records
功能描述
Search US court opinions, dockets, and judges. 3 tools for federal court records research.
使用说明 (SKILL.md)

US Court Records

Search federal court opinions, dockets, and judges from CourtListener.

Setup

mcporter add gov-courts --url https://court-records-mcp.apify.actor/mcp --transport streamable-http

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

{
  "servers": {
    "gov-courts": {
      "url": "https://court-records-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

court_search_opinions

Search US court opinions and case law by keyword, court, and date range.

Search for Supreme Court opinions on patent law
Find recent appellate decisions on data privacy

Parameters: query (required), court, dateAfter (YYYY-MM-DD), dateBefore, limit

court_search_dockets

Search court dockets and case filings.

Search dockets for Google antitrust case
Find recent patent infringement filings

Parameters: query (required), court, dateAfter (YYYY-MM-DD), dateBefore, limit

court_search_judges

Search judges in the US court system.

Search for judges in the 9th Circuit
Look up Judge Smith

Parameters: query (required), court, limit

Data Sources

  • CourtListener — Free Law Project (court opinions, dockets, judges)
  • PACER — Public Access to Court Electronic Records

Use Cases

  • Legal research and case law analysis
  • Litigation tracking
  • Judicial background research
  • Regulatory compliance research

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

安全使用建议
Before installing/using this skill: 1) Consider trust: the skill instructs you to add a third‑party MCP server (court-records-mcp.apify.actor). That endpoint will see every query and response — only add it if you trust that operator. 2) Verify mcporter: the skill requires a local mcporter binary; obtain it from a trusted source and verify it before use. 3) Question the PACER claim: PACER is normally paid; ask the author how PACER data is being provided for 'zero cost' and whether any credentials or scraping are involved. 4) If you need stronger privacy/assurance, prefer a skill that uses official CourtListener APIs or self-host the MCP proxy. 5) Check the linked GitHub repo (owner and code) and prefer reviews/community trust before adding the server to your ~/.openclaw/mcp.json. Removing the server from your config will stop future queries from going to that endpoint.
功能分析
Type: OpenClaw Skill Name: gov-court-records Version: 1.0.0 The skill is classified as suspicious due to its reliance on an external, third-party hosted service for its core functionality. The `SKILL.md` file instructs the OpenClaw agent to configure an MCP server using the URL `https://court-records-mcp.apify.actor/mcp`. While the stated purpose (searching court records) is benign, integrating an external service from an arbitrary platform like Apify introduces a supply chain risk. The skill bundle itself does not contain malicious code, but it directs the agent to an external endpoint that could potentially be compromised or designed with malicious intent, making it a risky capability without clear malicious intent within the bundle.
能力评估
Purpose & Capability
The skill claims to search US court opinions, dockets, and judges (CourtListener) which aligns with the provided tools. Requiring the mcporter binary to register an MCP server is plausible given the OpenClaw MCP model, but the explicit inclusion of PACER as a data source while also asserting 'All data from free public APIs. Zero cost.' is inconsistent (PACER is a paid system).
Instruction Scope
The SKILL.md instructs the agent/user to add a remote MCP server URL (https://court-records-mcp.apify.actor/mcp) either via mcporter or by editing ~/.openclaw/mcp.json. That routes all queries through a third-party proxy, which can observe/search/record queries and results. The instructions do not request unrelated local files or credentials, but they do ask to modify a local agent config (persisting the server).
Install Mechanism
This is an instruction-only skill (no install spec), so nothing is written by the skill itself. However it requires the mcporter binary to be present; users must obtain/trust that binary independently. The remote endpoint is hosted on an apify.actor domain (a third-party hosting service) rather than an official CourtListener host, which increases the trust surface.
Credentials
No environment variables or credentials are requested, which is proportionate. However the SKILL.md references PACER as a source (a paid system) while asserting zero-cost public APIs; if PACER content is being provided via a proxy, that may imply the proxy is doing additional scraping or using credentials, which isn't explained.
Persistence & Privilege
always:false and user-invocable are appropriate. The main persistence concern is that the guide asks the user to add a remote server to ~/.openclaw/mcp.json (a persistent config change) — this is expected for MCP servers but means future queries will go through that endpoint until removed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-court-records
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-court-records 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of US federal court records search: - Search US court opinions, dockets, and judges with three dedicated tools. - Supports keyword, court, and date range filtering. - Data sourced from CourtListener (opinions, dockets, judges) and PACER. - Designed for legal research, litigation tracking, and judicial research. - No API keys or fees required; all data from public APIs.
元数据
Slug gov-court-records
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Gov Court Records 是什么?

Search US court opinions, dockets, and judges. 3 tools for federal court records research. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 469 次。

如何安装 Gov Court Records?

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

Gov Court Records 是免费的吗?

是的,Gov Court Records 完全免费(开源免费),可自由下载、安装和使用。

Gov Court Records 支持哪些平台?

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

谁开发了 Gov Court Records?

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

💬 留言讨论