{
  "schemaVersion": "1.0",
  "item": {
    "slug": "github-gem-seeker",
    "name": "GitHub Gem Seeker",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wells1137/github-gem-seeker",
    "canonicalUrl": "https://clawhub.ai/wells1137/github-gem-seeker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/github-gem-seeker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-gem-seeker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Open the source page and confirm the package flow manually.",
      "Review SKILL.md if you can obtain the files.",
      "Treat this source as manual setup until the download is verified."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
      "steps": [
        "Open the source page via Open source listing.",
        "If you can obtain the package, extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the source page and extracted files."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
        },
        {
          "label": "Upgrade existing",
          "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "github-gem-seeker",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-03T17:54:53.928Z",
      "expiresAt": "2026-05-04T17:54:53.928Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-gem-seeker",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-gem-seeker",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "github-gem-seeker"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/wells1137/github-gem-seeker"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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-gem-seeker",
    "agentPageUrl": "https://openagent3.xyz/skills/github-gem-seeker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-gem-seeker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-gem-seeker/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item currently does not return a direct package file.",
    "steps": [
      "Open the source page via Open source listing.",
      "If you can obtain the package, extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the source page and extracted files."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
      },
      {
        "label": "Upgrade existing",
        "body": "I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GitHub Gem Seeker",
        "body": "Find and use battle-tested open source projects on GitHub to solve the user's problem immediately. After successfully solving the problem, offer to package the solution into a reusable skill."
      },
      {
        "title": "Core Philosophy",
        "body": "Classic open source projects, tested by countless users over many years, are far more reliable than code written from scratch. Solve the problem first, skill-ify later."
      },
      {
        "title": "Step 1: Understand the Need",
        "body": "Clarify what the user wants to accomplish. Ask only if truly ambiguous:\n\nWhat specific problem are you trying to solve?\nWhat format/input/output do you expect?"
      },
      {
        "title": "Step 2: Find the Right Tool",
        "body": "Search for GitHub projects using effective query patterns:\n\nNeed TypeQuery PatternExampleTool/utilitygithub [task] toolgithub video download toolLibrarygithub [language] [function] librarygithub python pdf libraryAlternativegithub [known-tool] alternativegithub ffmpeg alternative"
      },
      {
        "title": "Step 3: Evaluate Quality (Quick Check)",
        "body": "Assess candidates using key indicators:\n\nIndicatorGem SignalWarning SignalStars1k+ solid, 10k+ excellent, 50k+ legendary<100 for mature projectsLast commitWithin 6 months>2 years agoDocumentationClear README, examplesSparse or outdated docs"
      },
      {
        "title": "Step 4: Solve the Problem",
        "body": "This is the priority. Install the tool and use it to solve the user's actual problem:\n\nInstall the chosen tool (pip, npm, apt, or direct download)\nRun it with the user's input/files\nDeliver the result to the user\nTroubleshoot if needed—iterate until solved"
      },
      {
        "title": "Step 5: Credit the Gem & Offer Next Steps (Post-Success Only)",
        "body": "Only after the problem is successfully solved:\n\nCredit the open source project — Always share the GitHub repo URL and encourage support:\n\n\"This was powered by [Project Name] — an amazing open source project!\nGitHub: [URL]\nIf it helped you, consider giving it a ⭐ star to support the maintainers.\"\n\n\n\nOffer to skill-ify — Optionally mention:\n\n\"If you'll need this again, I can package it into a reusable skill for instant use next time.\"\n\nDo NOT skip crediting the project. Open source thrives on recognition."
      },
      {
        "title": "Quality Tiers",
        "body": "TierCriteriaExamplesLegendary50k+ stars, industry standardFFmpeg, ImageMagick, yt-dlpExcellent10k+ stars, strong communityPake, ArchiveBoxSolid1k+ stars, well-documentedMost maintained toolsPromising<1k stars, active developmentNewer niche projects\n\nPrefer higher tiers for reliability."
      },
      {
        "title": "Example Interaction",
        "body": "User: I need to download this YouTube video: [link]\n\nCorrect approach:\n\nIdentify yt-dlp as the legendary-tier solution\nInstall yt-dlp\nDownload the video for the user\nDeliver the downloaded file\nAfter success: \"This was powered by yt-dlp — https://github.com/yt-dlp/yt-dlp — give it a ⭐ if it helped! If you download videos often, I can turn this into a skill for instant use next time.\"\n\nWrong approach:\n\n❌ \"I found yt-dlp, want me to make a skill for it?\"\n❌ Presenting options without solving the problem"
      },
      {
        "title": "Common Gems Reference",
        "body": "CategoryGo-to GemsVideo/Audio processingFFmpeg, yt-dlpImage processingImageMagick, sharpPDF manipulationpdf-lib, PyMuPDFWeb scrapingPlaywright, Puppeteer, ScrapyFormat conversionPandoc, FFmpegArchivingArchiveBoxDesktop app packagingElectron, Tauri, Pake"
      }
    ],
    "body": "GitHub Gem Seeker\n\nFind and use battle-tested open source projects on GitHub to solve the user's problem immediately. After successfully solving the problem, offer to package the solution into a reusable skill.\n\nCore Philosophy\n\nClassic open source projects, tested by countless users over many years, are far more reliable than code written from scratch. Solve the problem first, skill-ify later.\n\nWorkflow\nStep 1: Understand the Need\n\nClarify what the user wants to accomplish. Ask only if truly ambiguous:\n\nWhat specific problem are you trying to solve?\nWhat format/input/output do you expect?\nStep 2: Find the Right Tool\n\nSearch for GitHub projects using effective query patterns:\n\nNeed Type\tQuery Pattern\tExample\nTool/utility\tgithub [task] tool\tgithub video download tool\nLibrary\tgithub [language] [function] library\tgithub python pdf library\nAlternative\tgithub [known-tool] alternative\tgithub ffmpeg alternative\nStep 3: Evaluate Quality (Quick Check)\n\nAssess candidates using key indicators:\n\nIndicator\tGem Signal\tWarning Signal\nStars\t1k+ solid, 10k+ excellent, 50k+ legendary\t<100 for mature projects\nLast commit\tWithin 6 months\t>2 years ago\nDocumentation\tClear README, examples\tSparse or outdated docs\nStep 4: Solve the Problem\n\nThis is the priority. Install the tool and use it to solve the user's actual problem:\n\nInstall the chosen tool (pip, npm, apt, or direct download)\nRun it with the user's input/files\nDeliver the result to the user\nTroubleshoot if needed—iterate until solved\nStep 5: Credit the Gem & Offer Next Steps (Post-Success Only)\n\nOnly after the problem is successfully solved:\n\nCredit the open source project — Always share the GitHub repo URL and encourage support:\n\n\"This was powered by [Project Name] — an amazing open source project! GitHub: [URL] If it helped you, consider giving it a ⭐ star to support the maintainers.\"\n\nOffer to skill-ify — Optionally mention:\n\n\"If you'll need this again, I can package it into a reusable skill for instant use next time.\"\n\nDo NOT skip crediting the project. Open source thrives on recognition.\n\nQuality Tiers\nTier\tCriteria\tExamples\nLegendary\t50k+ stars, industry standard\tFFmpeg, ImageMagick, yt-dlp\nExcellent\t10k+ stars, strong community\tPake, ArchiveBox\nSolid\t1k+ stars, well-documented\tMost maintained tools\nPromising\t<1k stars, active development\tNewer niche projects\n\nPrefer higher tiers for reliability.\n\nExample Interaction\n\nUser: I need to download this YouTube video: [link]\n\nCorrect approach:\n\nIdentify yt-dlp as the legendary-tier solution\nInstall yt-dlp\nDownload the video for the user\nDeliver the downloaded file\nAfter success: \"This was powered by yt-dlp — https://github.com/yt-dlp/yt-dlp — give it a ⭐ if it helped! If you download videos often, I can turn this into a skill for instant use next time.\"\n\nWrong approach:\n\n❌ \"I found yt-dlp, want me to make a skill for it?\"\n❌ Presenting options without solving the problem\nCommon Gems Reference\nCategory\tGo-to Gems\nVideo/Audio processing\tFFmpeg, yt-dlp\nImage processing\tImageMagick, sharp\nPDF manipulation\tpdf-lib, PyMuPDF\nWeb scraping\tPlaywright, Puppeteer, Scrapy\nFormat conversion\tPandoc, FFmpeg\nArchiving\tArchiveBox\nDesktop app packaging\tElectron, Tauri, Pake"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wells1137/github-gem-seeker",
    "publisherUrl": "https://clawhub.ai/wells1137/github-gem-seeker",
    "owner": "wells1137",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/github-gem-seeker",
    "downloadUrl": "https://openagent3.xyz/downloads/github-gem-seeker",
    "agentUrl": "https://openagent3.xyz/skills/github-gem-seeker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-gem-seeker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-gem-seeker/agent.md"
  }
}