무료 프롬프트
FREE
스킬
스킬 검색 스킬 (search-awesome-skills) — 공개 스킬 찾아보기
이온디
2026.07.17
3
0
평점
0.0
리뷰 0개
사용 방법
본문을 복사해 AI 도구에서 실행하세요
-
STEP 1
아래 본문에서 역할, 목적, 입력값, 출력 형식을 확인합니다.
-
STEP 2
ChatGPT, Claude, Gemini, Codex의 대화창이나 프로젝트 지침에 붙여넣습니다.
-
STEP 3
예시 입력값을 내 업무 정보로 바꾼 뒤 실행하고 결과를 검토합니다.
search-awesome-skills는 반복 업무를 더 안정적으로 처리하기 위한 AI 에이전트 스킬입니다.
Search Awesome Skills for public agent skills and open-source SKILL.md resources.
사용 방법
Codex나 호환되는 AI 에이전트의 스킬 폴더에 아래 SKILL.md 내용을 저장한 뒤, 설명에 포함된 트리거 문장으로 호출하세요.
사용 예:
search-awesome-skills 스킬 사용해줘.
이 작업은 search-awesome-skills 기준으로 진행해줘.
원본 위치
.codex/skills/gocut-awesome-skill-search/SKILL.md
SKILL.md
---
name: search-awesome-skills
description: Search Awesome Skills for public agent skills and open-source SKILL.md resources.
---
# Search Awesome Skills
Use this skill when an agent needs to find open-source SKILL.md files, MCP tools, browser automation helpers, prompt packs, or AI coding assistant workflows listed by Awesome Skills.
## API
Send a GET request to `/api/agent/skills/search`.
Query parameters:
- `q`: Optional keyword. Match skill names and descriptions.
- `limit`: Optional integer from 1 to 50. Defaults to 10.
- `sort`: Optional ranking when `q` is absent. Use `latest` or `stars`.
Example:
```http
GET /api/agent/skills/search?q=browser&limit=10
Accept: application/json
```
Use the returned `url`, `sourceUrl`, `categories`, and `tags` fields to decide whether a skill is relevant before opening a full skill page.
리뷰
별점과 함께 남기는 사용 후기
아직 리뷰가 없습니다
리뷰를 작성하려면 로그인하세요.
첫 리뷰를 남겨보세요.