internet-skill-finder

Search and recommend Agent Skills from seven verified GitHub repositories.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill internet-skill-finder-military-veteran-team-lpt-realty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: internet-skill-finder
Source: https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills/tree/main/skills/internet-skill-finder
Command: npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill internet-skill-finder-military-veteran-team-lpt-realty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Finding the right Agent Skill for a task requires manually browsing multiple GitHub repositories. This Skill searches seven verified repositories at once and returns matching skills with direct import links. ## Core Features & Use Cases - Keyword Search: Query cached or real-time skill listings across repositories like anthropics/skills, obra/superpowers, and K-Dense-AI/claude-scientific-skills. - Deep Dive: Fetch the full SKILL.md content of any discovered skill to evaluate it before importing. - Flexible Data Access: Automatically uses the GitHub Connector (15000 req/hr), a GITHUB_TOKEN, or an offline cache depending on availability. - Use Case: A user asks for a skill to help with systematic debugging; the Skill searches all sources and returns obra/superpowers' systematic-debugging skill with a one-click Manus import URL. ## Quick Start Ask the agent to find a skill for a specific task, for example: search for skills that help with code review.

Frequently Asked Questions about internet-skill-finder

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

FAQPage Schema
How do I find Agent Skills for a specific task on GitHub?

Run the fetch_skills.py script with the --search flag followed by a keyword. It queries seven verified repositories and returns matching skills with descriptions, star counts, and import links.

Which GitHub repositories does this skill search?

It searches seven repositories: anthropics/skills, obra/superpowers, vercel-labs/agent-skills, K-Dense-AI/claude-scientific-skills, ComposioHQ/awesome-claude-skills, travisvn/awesome-claude-skills, and BehiSecc/awesome-claude-skills.

Does the skill finder work without a GitHub token?

Yes. Without authentication it falls back to an offline cache of skill listings. With the GitHub Connector it gets 15000 requests per hour, and with a GITHUB_TOKEN environment variable it gets 5000 per hour.

How do I see the full SKILL.md before importing a skill?

Use the --deep-dive option with the repository name and skill name. The script fetches and displays the full SKILL.md content, description, and import URL for that skill.

Why does the skill finder show cached data instead of live results?

Cached data appears when no GitHub Connector or token is available, since unauthenticated API access is limited to 60 requests per hour. Enable the GitHub Connector or set GITHUB_TOKEN and use --online for real-time results.