with one click
github-search
// CRITICAL: Use for searching GitHub repositories for skills. Triggers on: cowork search, search skill repos, find skill repo, github topic search, skill repository, 搜索 skill, 查找技能仓库, 搜索仓库
// CRITICAL: Use for searching GitHub repositories for skills. Triggers on: cowork search, search skill repos, find skill repo, github topic search, skill repository, 搜索 skill, 查找技能仓库, 搜索仓库
CRITICAL: Comprehensive guide for CoWork Skills CLI tool. Triggers on: cowork, Skills.toml, skill management, plugin configuration, cowork init, cowork install, cowork config, cowork generate
CRITICAL: Code review skill using GitHub API. Triggers on: review PR, code review, PR review, pull request review, review changes, check this PR, analyze this PR, review #, 代码审查, 审查 PR
CRITICAL: Comprehensive guide for CoWork Skills CLI tool. Triggers on: cowork, Skills.toml, skill management, plugin configuration, cowork init, cowork install, cowork config, cowork generate, cowork audit, cowork verify, cowork test
Meta-router for dynamic skill routing. Use when: cowork, skill management, router generation, Skills.toml, plugin configuration
CRITICAL: Use for generating skills from GitHub repositories. Triggers on: generate skill from repo, create skills from GitHub, cowork generate, generate llms.txt, convert repo to skills, make skills from repository, parse repository, GitHub 转 skill, 从仓库生成 skill, 生成技能, extract API from code
CRITICAL: Use for searching GitHub repositories for skills. Triggers on: search for skills, find skill repositories, cowork search, search GitHub topics, discover skills on GitHub, find repos on GitHub, browse skill repos, 搜索 skill, 查找技能仓库, 搜索仓库, 找技能
| name | github-search |
| description | CRITICAL: Use for searching GitHub repositories for skills. Triggers on: cowork search, search skill repos, find skill repo, github topic search, skill repository, 搜索 skill, 查找技能仓库, 搜索仓库 |
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 |