A desktop application for managing Claude Code Skills, supporting browsing, installation, import, and security scanning for system-level and project-level Skills.
Download the latest version directly from Releases.
For a smarter way to find skills, use this CLI tool: https://github.com/Harries/skills-cli
If you have any issues, please report them in Issues.


Supports two import methods: - GitHub Import: Enter a GitHub repository URL to automatically clone to local - Local Folder: Import existing Skills from a local folder
- Customize multiple project paths
- Automatically scan .claude/skills folders under projects
- Cross-platform support (Windows, macOS)
npm install
npm run tauri dev
This will start both the Vite development server and the Tauri application.
npm run tauri build
Build artifacts will be in the src-tauri/target/release/bundle/ directory.
C:\Users\[username]\.claude\skills~/.claude/skillsConfigure the project root directory in the settings page, and the system will automatically scan:
[project_root]/.claude/skills/
Each Skill folder must contain a SKILL.md file in the following format:
---
name: skill-name
description: Skill description
author: Your Name
version: 1.0.0
---
# Skill Instructions
Your skill content here...
| Platform | File |
|---|---|
| macOS (Apple Silicon) | Skill.Desktop_x.x.x_arm64.dmg |
| macOS (Intel) | Skill.Desktop_x.x.x_x64.dmg |
| Windows (Installer) | Skill.Desktop_x.x.x_x64-setup.exe |
| Windows (MSI) | Skill.Desktop_x.x.x_x64_en-US.msi |
Issues and Pull Requests are welcome!
This project is built upon and extends the foundation of skills-manager-client. We sincerely thank the original authors for their pioneering work and open-source contribution.
MIT License
$ claude mcp add skills-desktop \
-- python -m otcore.mcp_server <graph>