← All skills
Tencent SkillHub Β· Developer Tools

GitHub Gem Seeker

Search GitHub for battle-tested solutions instead of reinventing the wheel. Use when the user problem is universal enough that open source developers have pr...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search GitHub for battle-tested solutions instead of reinventing the wheel. Use when the user problem is universal enough that open source developers have pr...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

GitHub Gem Seeker

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.

Core Philosophy

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.

Step 1: Understand the Need

Clarify what the user wants to accomplish. Ask only if truly ambiguous: What specific problem are you trying to solve? What format/input/output do you expect?

Step 2: Find the Right Tool

Search for GitHub projects using effective query patterns: Need TypeQuery PatternExampleTool/utilitygithub [task] toolgithub video download toolLibrarygithub [language] [function] librarygithub python pdf libraryAlternativegithub [known-tool] alternativegithub ffmpeg alternative

Step 3: Evaluate Quality (Quick Check)

Assess candidates using key indicators: IndicatorGem SignalWarning SignalStars1k+ solid, 10k+ excellent, 50k+ legendary<100 for mature projectsLast commitWithin 6 months>2 years agoDocumentationClear README, examplesSparse or outdated docs

Step 4: Solve the Problem

This is the priority. Install the tool and use it to solve the user's actual problem: Install the chosen tool (pip, npm, apt, or direct download) Run it with the user's input/files Deliver the result to the user Troubleshoot if neededβ€”iterate until solved

Step 5: Credit the Gem & Offer Next Steps (Post-Success Only)

Only after the problem is successfully solved: Credit the open source project β€” Always share the GitHub repo URL and encourage support: "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." Offer to skill-ify β€” Optionally mention: "If you'll need this again, I can package it into a reusable skill for instant use next time." Do NOT skip crediting the project. Open source thrives on recognition.

Quality Tiers

TierCriteriaExamplesLegendary50k+ stars, industry standardFFmpeg, ImageMagick, yt-dlpExcellent10k+ stars, strong communityPake, ArchiveBoxSolid1k+ stars, well-documentedMost maintained toolsPromising<1k stars, active developmentNewer niche projects Prefer higher tiers for reliability.

Example Interaction

User: I need to download this YouTube video: [link] Correct approach: Identify yt-dlp as the legendary-tier solution Install yt-dlp Download the video for the user Deliver the downloaded file After 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." Wrong approach: ❌ "I found yt-dlp, want me to make a skill for it?" ❌ Presenting options without solving the problem

Common Gems Reference

CategoryGo-to GemsVideo/Audio processingFFmpeg, yt-dlpImage processingImageMagick, sharpPDF manipulationpdf-lib, PyMuPDFWeb scrapingPlaywright, Puppeteer, ScrapyFormat conversionPandoc, FFmpegArchivingArchiveBoxDesktop app packagingElectron, Tauri, Pake

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc