skills/skill-search/SKILL.md
Search the Agent Skills Catalog to find skills by keyword, vendor, or category.
npx skillsauth add skillscatalog/registry skill-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
tools
A brief description of what this skill does
development
Validate Agent Skills against the specification. Checks SKILL.md format, frontmatter fields, naming conventions, and directory structure.
development
Run local safety scans on Agent Skills before publishing. Detects secrets, dangerous code patterns, and analyzes required permissions.
development
Submit Agent Skills to catalogs for publication. Validates, scans, and submits skills via the skillscatalog.ai API.