{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gov-court-records",
    "name": "Gov Court Records",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/martc03/gov-court-records",
    "canonicalUrl": "https://clawhub.ai/martc03/gov-court-records",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gov-court-records",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-court-records",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "gov-court-records",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T23:14:55.404Z",
      "expiresAt": "2026-05-10T23:14:55.404Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-court-records",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-court-records",
        "contentDisposition": "attachment; filename=\"gov-court-records-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gov-court-records"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gov-court-records"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gov-court-records",
    "agentPageUrl": "https://openagent3.xyz/skills/gov-court-records/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-court-records/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-court-records/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "US Court Records",
        "body": "Search federal court opinions, dockets, and judges from CourtListener."
      },
      {
        "title": "Setup",
        "body": "mcporter add gov-courts --url https://court-records-mcp.apify.actor/mcp --transport streamable-http\n\nOr add to your OpenClaw MCP config (~/.openclaw/mcp.json):\n\n{\n  \"servers\": {\n    \"gov-courts\": {\n      \"url\": \"https://court-records-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}"
      },
      {
        "title": "court_search_opinions",
        "body": "Search US court opinions and case law by keyword, court, and date range.\n\nSearch for Supreme Court opinions on patent law\nFind recent appellate decisions on data privacy\n\nParameters: query (required), court, dateAfter (YYYY-MM-DD), dateBefore, limit"
      },
      {
        "title": "court_search_dockets",
        "body": "Search court dockets and case filings.\n\nSearch dockets for Google antitrust case\nFind recent patent infringement filings\n\nParameters: query (required), court, dateAfter (YYYY-MM-DD), dateBefore, limit"
      },
      {
        "title": "court_search_judges",
        "body": "Search judges in the US court system.\n\nSearch for judges in the 9th Circuit\nLook up Judge Smith\n\nParameters: query (required), court, limit"
      },
      {
        "title": "Data Sources",
        "body": "CourtListener — Free Law Project (court opinions, dockets, judges)\nPACER — Public Access to Court Electronic Records"
      },
      {
        "title": "Use Cases",
        "body": "Legal research and case law analysis\nLitigation tracking\nJudicial background research\nRegulatory compliance research\n\nAll data from free public APIs. Zero cost. No API keys required."
      }
    ],
    "body": "US Court Records\n\nSearch federal court opinions, dockets, and judges from CourtListener.\n\nSetup\nmcporter add gov-courts --url https://court-records-mcp.apify.actor/mcp --transport streamable-http\n\n\nOr add to your OpenClaw MCP config (~/.openclaw/mcp.json):\n\n{\n  \"servers\": {\n    \"gov-courts\": {\n      \"url\": \"https://court-records-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}\n\nAvailable Tools\ncourt_search_opinions\n\nSearch US court opinions and case law by keyword, court, and date range.\n\nSearch for Supreme Court opinions on patent law\nFind recent appellate decisions on data privacy\n\n\nParameters: query (required), court, dateAfter (YYYY-MM-DD), dateBefore, limit\n\ncourt_search_dockets\n\nSearch court dockets and case filings.\n\nSearch dockets for Google antitrust case\nFind recent patent infringement filings\n\n\nParameters: query (required), court, dateAfter (YYYY-MM-DD), dateBefore, limit\n\ncourt_search_judges\n\nSearch judges in the US court system.\n\nSearch for judges in the 9th Circuit\nLook up Judge Smith\n\n\nParameters: query (required), court, limit\n\nData Sources\nCourtListener — Free Law Project (court opinions, dockets, judges)\nPACER — Public Access to Court Electronic Records\nUse Cases\nLegal research and case law analysis\nLitigation tracking\nJudicial background research\nRegulatory compliance research\n\nAll data from free public APIs. Zero cost. No API keys required."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/martc03/gov-court-records",
    "publisherUrl": "https://clawhub.ai/martc03/gov-court-records",
    "owner": "martc03",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gov-court-records",
    "downloadUrl": "https://openagent3.xyz/downloads/gov-court-records",
    "agentUrl": "https://openagent3.xyz/skills/gov-court-records/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-court-records/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-court-records/agent.md"
  }
}