skills/github-gem-seeker/SKILL.md
Search GitHub for battle-tested solutions instead of reinventing the wheel. Use when the user's problem is universal enough that open source developers have probably solved it already—especially for: format conversion (video/audio/image/document), media downloading, file manipulation, web scraping/archiving, automation scripts, and CLI tools. Prefer this skill over writing custom code for well-trodden problems.
npx skillsauth add garrettroi/open-manus github-gem-seekerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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.
Clarify what the user wants to accomplish. Ask only if truly ambiguous:
Search for GitHub projects using effective query patterns:
| Need Type | Query Pattern | Example |
|-----------|---------------|---------|
| Tool/utility | github [task] tool | github video download tool |
| Library | github [language] [function] library | github python pdf library |
| Alternative | github [known-tool] alternative | github ffmpeg alternative |
Assess candidates using key indicators:
| Indicator | Gem Signal | Warning Signal | |-----------|------------|----------------| | Stars | 1k+ solid, 10k+ excellent, 50k+ legendary | <100 for mature projects | | Last commit | Within 6 months | >2 years ago | | Documentation | Clear README, examples | Sparse or outdated docs |
This is the priority. Install the tool and use it to solve the user's actual problem:
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.
| Tier | Criteria | Examples | |------|----------|----------| | Legendary | 50k+ stars, industry standard | FFmpeg, ImageMagick, yt-dlp | | Excellent | 10k+ stars, strong community | Pake, ArchiveBox | | Solid | 1k+ stars, well-documented | Most maintained tools | | Promising | <1k stars, active development | Newer niche projects |
Prefer higher tiers for reliability.
User: I need to download this YouTube video: [link]
Correct approach:
Wrong approach:
| Category | Go-to Gems | |----------|------------| | Video/Audio processing | FFmpeg, yt-dlp | | Image processing | ImageMagick, sharp | | PDF manipulation | pdf-lib, PyMuPDF | | Web scraping | Playwright, Puppeteer, Scrapy | | Format conversion | Pandoc, FFmpeg | | Archiving | ArchiveBox | | Desktop app packaging | Electron, Tauri, Pake |
development
# Voice Sanitizer This skill cleans up text before it is sent to the Text-to-Speech (TTS) engine. It removes technical jargon, code blocks, and long URLs to ensure the agent sounds natural and conversational in voice chat. ## Usage To sanitize text for speech, run the following command in the terminal: ```bash python3 /app/skills/voice_sanitizer/sanitizer.py "Your long, technical text with `code` and https://links.com/long-url" ``` ### Example Output ```text Your long, technical text with a
tools
Professional AI video production workflow. Use when creating videos, short films, commercials, or any video content using AI generation tools.
tools
Secure API key access from the centralized vault. Fetch keys on-demand without storing them in environment variables.
testing
# Task Board — Persistent Task Tracking for Open Manus This skill provides a shared task board backed by Redis. Harmony uses it to track delegated work across all agents, and agents use it to report progress and completion. ## When to Use - **Harmony**: Use this whenever you delegate a task to an agent. Add the task to the board, then check the board periodically to follow up. - **Worker Agents**: Use this to update your task status or mark tasks as complete. ## Commands ### Add a new task