Skip to main content

find-skills

Discover and install agent skills from the open ecosystem. Use IMMEDIATELY when the user asks "how do I do X", "find a skill for X", "is there a skill for X", "can you do X" for specialized capabilities, wants to extend agent functionality, mentions a domain they wish they had help with, or asks about tools/templates/workflows that might exist as installable skills.

설치로 이동

소스 정보

저장소
poteto/noodle
최근 소스 활동
2026년 3월 19일 04:43
감지된 SKILL.md 언어
영어
스타
277
포크
16

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
find-skills
description
Discover and install agent skills from the open ecosystem. Use IMMEDIATELY when the user asks "how do I do X", "find a skill for X", "is there a skill for X", "can you do X" for specialized capabilities, wants to extend agent functionality, mentions a domain they wish they had help with, or asks about tools/templates/workflows that might exist as installable skills.
# Find Skills Search for and install skills from the open agent skills ecosystem. ## Commands ```bash # Search for skills by keyword pnpx skills find [query] # Install a skill (always project-local, NEVER use -g) pnpx skills add <owner/repo@skill> -y ``` **Never use `-g` (global flag)** — always install project-local. **Browse available skills:** https://skills.sh/ ## Workflow 1. Run `pnpx skills find [query]` with keywords matching the user's need 2. Present results with the skill name, what it does, and the install command 3. If the user wants it, install with `pnpx skills add <owner/repo@skill> -y` ## When No Results Found 1. Acknowledge no existing skill was found 2. Offer to help with the task directly using general capabilities 3. Mention `pnpx skills init my-skill-name` if they want to create their own
GitHub에서 보기