CRITICAL: Use for searching GitHub repositories for skills...
Search GitHub for skill-related repositories and discover new skills to install.
Use this skill when the user wants to:
agent-skill tagged repositories# Search by keyword
cowork search tokio
# Search by topic
cowork search agent-skill --topic
# Verbose output with details
cowork search rust-skills --verbose
# Limit results
cowork search async --limit 5
The search returns:
After finding a repository:
# Generate skills from it
cowork generate owner/repo
# Or install existing skills
cowork install owner/repo
Response:
Let me search for Rust async-related repositories.
cowork search "rust async" --verbose
Response:
I'll search for repositories with the agent-skill topic.
cowork search agent-skill --topic --verbose
| Option | Description |
|---|---|
--topic |
Search by GitHub topic instead of keyword |
--verbose, -v |
Show detailed information |
--limit, -n <N> |
Maximum results (default: 10) |
# Repositories tagged with agent-skill
cowork search agent-skill --topic
# Claude Code specific skills
cowork search claude-code-skill --topic
# Popular Rust crates
cowork search "rust library" --limit 20
# TypeScript utilities
cowork search "typescript utility"
# Web frameworks
cowork search "web framework rust"
# Data processing
cowork search "data pipeline python"
GITHUB_TOKEN environment variable must be set1. cowork search <topic> # Find repositories
2. cowork generate <repo> # Generate skills from it
3. cowork install --list # Verify installation
| When | See |
|---|---|
| Generate skills from repo | github-generate |
| Install skills | cowork install |
| List installed skills | cowork list |