skill-search

Search the Agent Skills Catalog to find skills by keyword, vendor, or category.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-search" with this command: npx skills add skillscatalog/registry/skillscatalog-registry-skill-search

Instructions

Use this skill to search the skillscatalog.ai catalog for skills.

Prerequisites

Skill Key - Get your key at https://skillscatalog.ai/settings/skill-keys

How to Use

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

Output

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

JSON Output

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
    }
  ]
}

Examples

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

Limitations

  • Requires internet connection
  • Search results limited to public catalog
  • Private org catalogs require org membership

Dependencies

  • Python 3.9+
  • requests library

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...

Registry SourceRecently Updated
2871Profile unavailable
Web3

Agent Arena Skill - on-chain ERC-8004 agent registry with x402-gated search and registration API

On-chain ERC-8004 agent registry across 16 chains with x402-paid search, agent profiles, registration, and on-chain reputation reviews using USDC.

Registry SourceRecently Updated
4550Profile unavailable
Security

Skill Hunter

Find, evaluate, and install ClawHub skills. Semantic search across 10,000+ skills, security vetting before install, side-by-side comparison. The skill that m...

Registry SourceRecently Updated
5192Profile unavailable
General

skill-create

No summary provided by upstream source.

Repository SourceNeeds Review