View and summarize Claude Code skills on GitHub
Features • Installation • Usage • Configuration • Languages
- Auto-Detection - Automatically finds Claude skills in
.claude/skills/orskills/directories - AI Summaries - Get concise 2-3 sentence summaries of what each skill does
- Cloud Service - Use our cloud API for summaries without needing your own API keys
- Multi-Provider LLM - Or use your own Gemini, OpenAI, or Claude API keys
- Draggable Sidebar - Resize the sidebar width (250-600px) to your preference
- 8 Languages - UI and summaries available in English, 简体中文, 繁體中文, 日本語, 한국어, Español, Français, Deutsch
- Dark Mode - Matches your preference
- SPA Support - Works seamlessly with GitHub's single-page navigation
Coming soon
- Download or clone this repository
- Open Chrome and go to
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked
- Select the
extensionfolder
- Visit any GitHub repository that contains Claude Code skills
- The sidebar automatically appears on the right side
- Click on any skill to expand/collapse its summary
- Drag the left edge to resize the sidebar
Click the Settings link in the sidebar footer or the extension icon to configure:
Choose your preferred LLM provider:
| Provider | Model | Get API Key |
|---|---|---|
| Gemini | gemini-2.0-flash | aistudio.google.com |
| OpenAI | gpt-4o-mini | platform.openai.com |
| Claude | claude-3-haiku | console.anthropic.com |
- Interface Language - Language for UI elements
- Summary Language - Language for AI-generated summaries
- Auto-open sidebar when skills are found
- Dark mode
Skill Viewer offers a cloud service for AI-powered summaries without needing your own API keys. sssss
| Plan | Daily Limit | Price |
|---|---|---|
| Free | 5 summaries | $0 |
| Pro | 50 summaries | $9.99 (one-time) |
- Cache hits don't count against your quota
- Summaries are cached for 7 days per language
- Pro access is lifetime with daily limits
- Login with GitHub or Google in the Settings page
- Use the extension normally - cloud summaries are automatic
- Upgrade to Pro if you need more daily summaries
If you've configured your own API keys, the extension will automatically fall back to them when:
- You're not logged in to the cloud service
- Your daily quota is exceeded
- The cloud service is unavailable
| Language | UI | Summaries |
|---|---|---|
| English | ✓ | ✓ |
| 简体中文 (Simplified Chinese) | ✓ | ✓ |
| 繁體中文 (Traditional Chinese) | ✓ | ✓ |
| 日本語 (Japanese) | ✓ | ✓ |
| 한국어 (Korean) | ✓ | ✓ |
| Español (Spanish) | ✓ | ✓ |
| Français (French) | ✓ | ✓ |
| Deutsch (German) | ✓ | ✓ |
- Local storage - API keys and settings stored in your browser
- Cloud service - If you use our cloud service, skill content is sent to our servers for summarization
- No tracking - We don't track your browsing or collect personal data
- Usage stats - We track anonymized view/collect counts for popular skills
# Clone the repository
git clone https://github.com/leweii/skill-viewer.git
# Load in Chrome
# 1. Go to chrome://extensions
# 2. Enable Developer mode
# 3. Load unpacked -> select extension folderMIT
Built for Claude Code