internet-skill-finder

Search and recommend Agent Skills from seven verified GitHub repositories.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill internet-skill-finder-anderhonorato
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: internet-skill-finder
Source: https://github.com/AnderHonorato/Mem-rias-IA---Infinity/tree/main/Manus/Skills/internet-skill-finder
Command: npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill internet-skill-finder-anderhonorato

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 means manually browsing multiple GitHub repositories and awesome-lists. This Skill searches seven verified repositories at once and returns matching skills with descriptions, star counts, and one-click import links. ## Core Features & Use Cases - Keyword Search: Query a unified index of skills from anthropics/skills, obra/superpowers, vercel-labs/agent-skills, K-Dense-AI scientific skills, and three awesome-claude-skills lists. - Deep Dive: Fetch the full SKILL.md content of any discovered skill to evaluate it before importing. - Smart Data Access: Automatically uses the GitHub Connector (15000 req/hr) when available, falls back to an offline cache, or uses a GITHUB_TOKEN environment variable. - Use Case: A user asks for a skill to help with systematic debugging. The Skill searches the index, finds 'systematic-debugging' in obra/superpowers, and returns a direct import link. ## Quick Start Ask the agent to find a skill for a task, for example: search for skills related to PDF processing and show me import links.

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?▼

Run the fetch_skills.py script with the --search flag followed by a keyword, such as --search "pdf". It returns matching skills from seven GitHub repositories with descriptions, star counts, and import links.

Which GitHub repositories does the skill search?▼

It searches seven sources: 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 skill search work without a GitHub token?▼

Yes. Without authentication it falls back to a bundled offline cache in references/skills_cache.json. With the gh CLI authenticated it gets 15000 requests per hour, or 5000 per hour with a GITHUB_TOKEN environment variable.

How do I view a skill's full SKILL.md before importing?▼

Use the --deep-dive flag with the repository and skill name, for example --deep-dive obra/superpowers systematic-debugging. It fetches and displays the full SKILL.md content along with the import URL.

Why do search results say they are using cached data?▼

Cached data appears when no GitHub authentication is available, so results come from the local skills_cache.json snapshot. Enable the GitHub Connector or set GITHUB_TOKEN and use --online for real-time results.