用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/luokai0/ai-agent-skills-by-luo-kai --skill skill-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-search |
| description | Search the Agent Skills Catalog to find skills by keyword, vendor, or category. |
| version | 1.0.0 |
| license | MIT |
| author | @anthropic-agent-skills |
| tags | ["search","catalog","discovery"] |
Use this skill to search the skillscatalog.ai catalog for skills.
Skill Key - Get your key at https://skillscatalog.ai/settings/skill-keys
Search for skills:
Search the catalog for PDF tools
Get skill details:
python3 search_catalog.py --get anthropic/document-skills
List skills by vendor:
python3 search_catalog.py --vendor anthropic
Found 5 skills matching "pdf tools":
1. anthropic/document-skills
Create and manipulate PDF documents
Grade: A | Vendor: Anthropic
2. jeffrschneider/pdf-tools
PDF conversion and extraction
Grade: B | Vendor: jeffrschneider
3. acme/office-suite
Office document processing including PDF
Grade: A | Vendor: Acme Corp
python3 search_catalog.py "pdf tools" --json
Returns:
{
"query": "pdf tools",
"count": 5,
"results": [
{
"vendorKey": "anthropic",
"skillKey": "document-skills",
"skillName": "Document Skills",
"description": "Create and manipulate PDF documents",
"rank": 0.95
}
]
}
Basic search:
User: Find skills for creating spreadsheets
Agent: Searching catalog for "spreadsheets"...
Found 3 skills:
1. anthropic/document-skills - Excel and spreadsheet creation
2. datatools/xlsx-generator - Generate XLSX files
3. office/sheets - Google Sheets integration
Get skill details:
User: Get details for anthropic/document-skills
Agent: Fetching skill details...
anthropic/document-skills
Description: Create and manipulate PDF documents
Version: 1.2.0
Safety Grade: A
Vendor: Anthropic