skill-finder

Search, install, and manage Agent Skills from a local index.

24|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/aktsmm/Agent-Skills --skill skill-finder-aktsmm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-finder
Source: https://github.com/aktsmm/Agent-Skills/tree/main/skill-finder
Command: npx skills add https://github.com/aktsmm/Agent-Skills --skill skill-finder-aktsmm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Discovering, installing, and managing a growing collection of Agent Skills across multiple sources is tedious and error-prone. This skill provides a centralized, index-driven workflow to locate, install, and update skills, reducing manual effort and ensuring consistency across projects.

Core Features & Use Cases

  • Local search across sources with keyword and tag filtering
  • Install and update: install skills into a project workspace and sync from sources
  • Star/favorite: manage favorites for quick access
  • Cross-source updates: keep skills current by updating all sources

Quick Start

  • Search for a skill: python scripts/search_skills.py "pdf"
  • Install a skill: python scripts/search_skills.py --install skill-name
  • Update index: python scripts/search_skills.py --update

Frequently Asked Questions about skill-finder

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

FAQPage Schema
How do I find and install Agent Skills across multiple sources?▼

To find and install Agent Skills, use the skill-finder to query a local index with keyword and tag filters, then use the install command to sync skills directly into your project workspace.

Can I search for specific automation skills using keyword filtering?▼

Yes, you can search for specific automation skills using keyword and tag filtering across multiple sources via the local index file and accompanying Python or PowerShell scripts.

Do I need gh and curl installed to manage and update skills?▼

Yes, you need both gh and curl installed as command-line dependencies to perform cross-source updates, index synchronization, and skill installation operations.

What's the best way to keep installed skills current across different sources?▼

The best way to keep installed skills current is to run the cross-source update command, which syncs your local index and skills from all configured upstream sources.

Can I star or favorite skills for quick access during project setup?▼

Yes, you can star and favorite skills using the management scripts, allowing you to maintain a curated list of preferred skills for quick access during future project setups.

How does the local index file work for discovering new skills?▼

The local index file works by cataloging available skills from multiple sources, enabling fast offline search and filtering operations without querying remote repositories on every request.