omni-github-skills

Search, score, scan, and import agent skills from GitHub repositories.

59.5k|8.3k|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/diegosouzapw/OmniRoute --skill omni-github-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-github-skills
Source: https://github.com/diegosouzapw/OmniRoute/tree/main/skills/omni-github-skills
Command: npx skills add https://github.com/diegosouzapw/OmniRoute --skill omni-github-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding trustworthy agent skills scattered across GitHub is tedious and risky, since repositories vary in quality and may contain malware or hardcoded secrets. This Skill centralizes discovery, evaluation, and safe installation of community skills.

Core Features & Use Cases

  • Skill Discovery: Search GitHub repositories containing SKILL.md, CLAUDE.md, .cursorrules, and similar agent skill files across many tool and provider categories.
  • Heuristic Scoring: Evaluate the relevance of candidate skills with heuristic scoring before importing them.
  • Security Scanning: Check candidate skills for malware or hardcoded secrets prior to installation.
  • Multi-Target Installation: Install vetted skills into Hermes, Claude Code, Gemini CLI, or OpenCode agent directories.
  • Use Case: A developer wants a code-review skill for Claude Code; they search GitHub through this Skill, review the relevance score and security scan results, then install the chosen skill directly into their agent directory.

Quick Start

Search GitHub for agent skills related to code review, score the results, scan them for secrets, and install the best match into my Claude Code skills directory.

Frequently Asked Questions about omni-github-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find agent skills on GitHub for Claude Code?

Search GitHub repositories for files like SKILL.md, CLAUDE.md, and .cursorrules that define agent skills. This Skill automates that search, scores results for relevance, and installs selected skills into your Claude Code agent directory.

How to check a GitHub skill for malware before installing?

Run a security scan that inspects the skill files for malware patterns and hardcoded secrets before installation. This Skill performs that scan as part of its import workflow so unsafe skills are flagged before reaching your agent directory.

What agent platforms can I install GitHub skills into?

Skills discovered from GitHub can be installed into Hermes, Claude Code, Gemini CLI, or OpenCode agent directories. The installation step places the vetted skill files into the target agent's skills location.

Does the GitHub skill search require authentication?

Yes, all requests require a valid Bearer token or session cookie obtained via POST /api/auth/login. For local development you can set REQUIRE_API_KEY=false to bypass authentication.

How is relevance scoring calculated for discovered skills?

Relevance uses heuristic scoring that evaluates how well a candidate repository's skill files match your search intent across tool and provider categories. It is a heuristic estimate, so review top results manually before installing.