SkillScope CLI
Search, discover, and install AI Agent skills from your terminal.
SkillScope is a decision engine for 26,000+ AI Agent skills — it doesn't just search, it tells you which skill is best for your task with personalized recommendations based on quality, safety, platform, region, and budget.
Install
pip install skillscope
Quick Start
# Smart recommendation — describe what you need
skillscope recommend "translate a PDF document to Chinese"
# With context for personalized results
skillscope recommend "write unit tests" --region cn --budget free --platform macos
# Search by keyword
skillscope search "web scraping"
# View skill details
skillscope detail steipete/weather
# Install a skill (China mirror, clawhub-compatible)
skillscope install steipete/weather
Commands
| Command | Description |
|---|---|
recommend |
Get personalized skill recommendation for a task |
search |
Search skills by keyword or description |
detail |
Show detailed info about a skill |
install |
Install a skill to Claude Code or Codex |
config |
Manage configuration (API key, base URL) |
version |
Show CLI version |
Install Skills
SkillScope downloads skills from the China mirror and writes them to your local skills directory. Compatible with the clawhub lockfile format.
# Install to Claude Code (default: ~/.claude/skills/)
skillscope install steipete/weather
# Install to Codex (~/.codex/skills/)
skillscope install steipete/weather --target codex
# Install to current project
skillscope install steipete/weather --project
Smart Recommendations
The recommend engine scores candidates across 6 dimensions:
- Task relevance (30%) — semantic match to your description
- Quality (25%) — code quality score (0-10)
- Safety (15%) — security grade (A/B/C/D)
- Community (10%) — downloads, stars, installs
- Platform (10%) — OS compatibility
- Personalization (10%) — region, budget, skill level
# CN users: avoids skills depending on blocked services (Google, Slack, etc.)
skillscope recommend "send team notifications" --region cn
# Free budget: filters out skills requiring paid APIs
skillscope recommend "generate images" --budget free
# Beginner: prefers well-documented skills
skillscope recommend "deploy to AWS" --skill_level beginner
Configuration
# Set API key for higher rate limits
skillscope config set api_key sk-your-key
# Use international endpoint
skillscope config set base_url https://skillscope.sh
# Show current config
skillscope config
Config is stored in ~/.skillscope/config.yml. Environment variables (SKILLSCOPE_API_KEY, SKILLSCOPE_BASE_URL) take precedence.
Rate Limits
| Tier | Recommend | Other endpoints |
|---|---|---|
| Anonymous | 5/min, 10/day | 20/min, 200/day |
| API Key | 5/min, 100/day | 60/min, 5000/day |
Links
- Website: skillscope.cn (China) / skillscope.sh (International)
- API Docs: SKILL.md
Release files for skillscope 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| skillscope-0.1.1.tar.gz | 8.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| skillscope-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.6 kB
Release files / skillscope-0.1.1.tar.gz
| Download URL | skillscope-0.1.1.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e59f873e6e4556fceee55869951516e53b0518bd84bbffe0db792ff4f8c19e63
|
|
BLAKE2b-256 checksum How to use checksums |
5b7f764f8dd1722bb67c0cced69680d983b2989d8a5edfa9014217be5900c557
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.7
|
Release files / skillscope-0.1.1-py3-none-any.whl
| Download URL | skillscope-0.1.1-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
930145595b12a74a51f85afae9c7c9085ffeea19f6104bc7fa9c3f2cf5a0b1fe
|
|
BLAKE2b-256 checksum How to use checksums |
2d15c21cb9288dbdb899d3668ddb0b12dbd607adf15aec3a28336eb45b572bb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.7
|