{
  "schemaVersion": "1.0",
  "item": {
    "slug": "git-federation-searcher",
    "name": "Git Federation Searcher",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/DJSwiss/git-federation-searcher",
    "canonicalUrl": "https://clawhub.ai/DJSwiss/git-federation-searcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/git-federation-searcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=git-federation-searcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "git_federation_searcher.py",
      "git_search_commands.py",
      "instances.json",
      "requirements.txt"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/git-federation-searcher"
    },
    "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/git-federation-searcher",
    "agentPageUrl": "https://openagent3.xyz/skills/git-federation-searcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/git-federation-searcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/git-federation-searcher/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": "Git Federation Searcher",
        "body": "Search across multiple self-hosted Git instances in parallel."
      },
      {
        "title": "Overview",
        "body": "This tool searches across various Git hosting platforms (not just GitHub/GitLab) including:\n\nCodeberg\nGitea.com\nNotABug\nGitdab\nSelf-hosted instances"
      },
      {
        "title": "Features",
        "body": "Multi-Instance Search: Search 5+ instances at once\nAuto-Discovery: Detects if instances are reachable\nAdd Custom Instances: Add your own Gitea/GitLab instances\nFallback to Web: Uses SearXNG if API search fails\nType Detection: Auto-detects Gitea vs GitLab vs Forgejo\nResults by Stars: Sorted by popularity"
      },
      {
        "title": "Default Instances",
        "body": "InstanceTypeURLCodebergGiteahttps://codeberg.orgGitea.comGiteahttps://gitea.comOpenDevGiteahttps://opendev.orgNotABugGogshttps://notabug.orgGitdabForgejohttps://gitdab.com"
      },
      {
        "title": "Command Line",
        "body": "# Search all instances\npython3 git_federation_searcher.py \"whisper\"\n\n# List configured instances\npython3 git_federation_searcher.py --list\n\n# Add custom instance\npython3 git_federation_searcher.py --add MyGitea https://git.example.com gitea\n\n# Remove instance\npython3 git_federation_searcher.py --remove MyGitea"
      },
      {
        "title": "Telegram Bot",
        "body": "/gitsearch whisper              # Search all instances\n/gitinstances                   # List all configured\n/gitadd Name URL Type           # Add custom instance"
      },
      {
        "title": "Supported Git Types",
        "body": "TypeAPINotesGitea✅ FullBest supportForgejo✅ FullGitea fork, same APIGitLab✅ FullUses v4 APIGogs✅ PartialBasic search only"
      },
      {
        "title": "Requirements",
        "body": "Python 3.7+\ncurl (for API calls)\n(Optional) SearXNG for web fallback"
      }
    ],
    "body": "Git Federation Searcher\n\nSearch across multiple self-hosted Git instances in parallel.\n\nOverview\n\nThis tool searches across various Git hosting platforms (not just GitHub/GitLab) including:\n\nCodeberg\nGitea.com\nNotABug\nGitdab\nSelf-hosted instances\nFeatures\nMulti-Instance Search: Search 5+ instances at once\nAuto-Discovery: Detects if instances are reachable\nAdd Custom Instances: Add your own Gitea/GitLab instances\nFallback to Web: Uses SearXNG if API search fails\nType Detection: Auto-detects Gitea vs GitLab vs Forgejo\nResults by Stars: Sorted by popularity\nDefault Instances\nInstance\tType\tURL\nCodeberg\tGitea\thttps://codeberg.org\nGitea.com\tGitea\thttps://gitea.com\nOpenDev\tGitea\thttps://opendev.org\nNotABug\tGogs\thttps://notabug.org\nGitdab\tForgejo\thttps://gitdab.com\nUsage\nCommand Line\n# Search all instances\npython3 git_federation_searcher.py \"whisper\"\n\n# List configured instances\npython3 git_federation_searcher.py --list\n\n# Add custom instance\npython3 git_federation_searcher.py --add MyGitea https://git.example.com gitea\n\n# Remove instance\npython3 git_federation_searcher.py --remove MyGitea\n\nTelegram Bot\n/gitsearch whisper              # Search all instances\n/gitinstances                   # List all configured\n/gitadd Name URL Type           # Add custom instance\n\nSupported Git Types\nType\tAPI\tNotes\nGitea\t✅ Full\tBest support\nForgejo\t✅ Full\tGitea fork, same API\nGitLab\t✅ Full\tUses v4 API\nGogs\t✅ Partial\tBasic search only\nRequirements\nPython 3.7+\ncurl (for API calls)\n(Optional) SearXNG for web fallback"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/DJSwiss/git-federation-searcher",
    "publisherUrl": "https://clawhub.ai/DJSwiss/git-federation-searcher",
    "owner": "DJSwiss",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/git-federation-searcher",
    "downloadUrl": "https://openagent3.xyz/downloads/git-federation-searcher",
    "agentUrl": "https://openagent3.xyz/skills/git-federation-searcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/git-federation-searcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/git-federation-searcher/agent.md"
  }
}