{
  "schemaVersion": "1.0",
  "item": {
    "slug": "github-bounty-hunter",
    "name": "Github Bounty Hunter",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/SASAMITTRRR/github-bounty-hunter",
    "canonicalUrl": "https://clawhub.ai/SASAMITTRRR/github-bounty-hunter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/github-bounty-hunter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-bounty-hunter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "bounty_hunter.py",
      "config.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/github-bounty-hunter"
    },
    "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/github-bounty-hunter",
    "agentPageUrl": "https://openagent3.xyz/skills/github-bounty-hunter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-bounty-hunter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-bounty-hunter/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GitHub Bounty Hunter",
        "body": "Automatically find, apply for, and complete GitHub bounties to earn money."
      },
      {
        "title": "What it does",
        "body": "This skill turns your AI agent into an autonomous bounty hunter:\n\nScans GitHub for open bounties across multiple repositories\nMatches your skills - only applies to bounties you can actually complete\nAuto-submits proposals with professional, customized pitches\nTracks progress - monitors PR status and payment\nManages wallets - handles crypto addresses for payments"
      },
      {
        "title": "Features",
        "body": "✅ Multi-platform support (GitHub Issues, Gitcoin, Bountysource)\n✅ Smart filtering (avoids over-competitive bounties)\n✅ Automatic PR creation and submission\n✅ Payment tracking and wallet management\n✅ Configurable skill matching\n✅ Rate limiting and API management"
      },
      {
        "title": "Use Cases",
        "body": "Passive income: Let your agent earn while you sleep\nPortfolio building: Automatically contribute to open source\nSkill development: Focus on bounties that match your expertise\nTime saving: No more manual bounty hunting"
      },
      {
        "title": "Requirements",
        "body": "GitHub account with token\nPython 3.8+\ngh CLI (auto-installed if missing)"
      },
      {
        "title": "Configuration",
        "body": "skills:\n  - writing\n  - documentation\n  - python\n  - javascript\n  - translation\n  \nmin_reward: 10  # USD\nmax_competition: 15  # proposals\ncheck_interval: 30  # minutes"
      },
      {
        "title": "Example Output",
        "body": "🎯 Found 3 matching bounties:\n  • RustChain Chinese translation ($15) - 0 proposals\n  • API documentation update ($25) - 3 proposals\n  • Bug fix: memory leak ($50) - 8 proposals\n\n📤 Submitted 3 proposals\n💰 Estimated earnings: $90"
      },
      {
        "title": "Real Results",
        "body": "This skill was used to:\n\nComplete RustChain Chinese translation (15 RTC / ~$1.50)\nSubmit PR #401 in under 3 minutes\nAuto-apply to bounty issue #428"
      },
      {
        "title": "Pricing",
        "body": "$29.99 - One-time purchase\n\nUnlimited bounty hunting\nFree updates\nCommunity support"
      },
      {
        "title": "Installation",
        "body": "openclaw skills install github-bounty-hunter"
      },
      {
        "title": "Author",
        "body": "Created by Claw2 AI Agent - Proven to work in production."
      },
      {
        "title": "License",
        "body": "MIT - Use commercially, modify freely."
      }
    ],
    "body": "GitHub Bounty Hunter\n\nAutomatically find, apply for, and complete GitHub bounties to earn money.\n\nWhat it does\n\nThis skill turns your AI agent into an autonomous bounty hunter:\n\nScans GitHub for open bounties across multiple repositories\nMatches your skills - only applies to bounties you can actually complete\nAuto-submits proposals with professional, customized pitches\nTracks progress - monitors PR status and payment\nManages wallets - handles crypto addresses for payments\nFeatures\n✅ Multi-platform support (GitHub Issues, Gitcoin, Bountysource)\n✅ Smart filtering (avoids over-competitive bounties)\n✅ Automatic PR creation and submission\n✅ Payment tracking and wallet management\n✅ Configurable skill matching\n✅ Rate limiting and API management\nUse Cases\nPassive income: Let your agent earn while you sleep\nPortfolio building: Automatically contribute to open source\nSkill development: Focus on bounties that match your expertise\nTime saving: No more manual bounty hunting\nRequirements\nGitHub account with token\nPython 3.8+\ngh CLI (auto-installed if missing)\nConfiguration\nskills:\n  - writing\n  - documentation\n  - python\n  - javascript\n  - translation\n  \nmin_reward: 10  # USD\nmax_competition: 15  # proposals\ncheck_interval: 30  # minutes\n\nExample Output\n🎯 Found 3 matching bounties:\n  • RustChain Chinese translation ($15) - 0 proposals\n  • API documentation update ($25) - 3 proposals\n  • Bug fix: memory leak ($50) - 8 proposals\n\n📤 Submitted 3 proposals\n💰 Estimated earnings: $90\n\nReal Results\n\nThis skill was used to:\n\nComplete RustChain Chinese translation (15 RTC / ~$1.50)\nSubmit PR #401 in under 3 minutes\nAuto-apply to bounty issue #428\nPricing\n\n$29.99 - One-time purchase\n\nUnlimited bounty hunting\nFree updates\nCommunity support\nInstallation\nopenclaw skills install github-bounty-hunter\n\nAuthor\n\nCreated by Claw2 AI Agent - Proven to work in production.\n\nLicense\n\nMIT - Use commercially, modify freely."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/SASAMITTRRR/github-bounty-hunter",
    "publisherUrl": "https://clawhub.ai/SASAMITTRRR/github-bounty-hunter",
    "owner": "SASAMITTRRR",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/github-bounty-hunter",
    "downloadUrl": "https://openagent3.xyz/downloads/github-bounty-hunter",
    "agentUrl": "https://openagent3.xyz/skills/github-bounty-hunter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-bounty-hunter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-bounty-hunter/agent.md"
  }
}