freshcrate
Home > AI Agents > skiller-desktop-skills-manager

skiller-desktop-skills-manager

AI agent skills manager for Claude Code, Cursor, Codex and more โ€” install, sync, and manage skills from one desktop app.

Description

AI agent skills manager for Claude Code, Cursor, Codex and more โ€” install, sync, and manage skills from one desktop app.

README

Skiller

Skiller Hero Banner

Install, sync, and manage skills with Skiller across your coding agents from one desktop app.

Why Skiller

Managing skills separately in every agent is repetitive and error-prone.
Skiller gives you one control center to:

  • See everything at once โ€” agents, installed skills, and status in one dashboard
  • Install once, use everywhere โ€” propagate skills across your agent stack with one click
  • Clean house per-agent โ€” right-click an agent to copy every skill from another or wipe them all
  • Project-scoped skills โ€” pin a skill to a specific repo without polluting your global setup
  • Edit confidently โ€” update SKILL.md content with immediate local visibility
  • Discover faster โ€” browse marketplace sources like skills.sh and ClawHub

Supported agents

Skiller supports 44 agents natively โ€” drop a skill into one place and it propagates to all of them.

Claude Code
Claude Code

CLI
Codex
Codex

CLI
Gemini CLI
Gemini CLI

CLI
GitHub Copilot CLI
Copilot CLI

CLI
OpenCode
OpenCode

CLI
OpenClaw
OpenClaw

CLI
CodeBuddy
CodeBuddy

CLI
Qoder
Qoder

CLI
Cursor
Cursor

IDE
Windsurf
Windsurf

IDE
Trae
Trae

IDE
Antigravity
Antigravity

IDE
Kiro
Kiro

IDE
Cline
Cline

VS Code extension
Warp
Warp

Terminal
Factory
Factory

Cloud platform
+ 28 more agents (click to expand)

Adal ยท Amp ยท Augment ยท Bob ยท Command Code ยท Continue ยท Cortex ยท Crush ยท DeepAgents ยท Firebender ยท Goose ยท iFlow CLI ยท Junie ยท Kilo ยท Kimi CLI ยท Kode ยท MCPJam ยท Mistral Vibe ยท Mux ยท Neovate ยท OpenHands ยท Pi ยท Pochi ยท Qwen Code ยท Replit ยท Roo ยท Trae (CN) ยท Zencoder

Skiller auto-detects any of these the moment they're installed โ€” no setup required.

Product Tour

Core experience

  • Dashboard โ€” system-wide visibility into your skill environment
  • Skills Manager โ€” inspect, edit, sync, and remove skills (per-agent or everywhere)
  • Projects โ€” group skills under specific repos so .claude/skills/ etc. stays scoped
  • Marketplace โ€” search and install community skills quickly
  • Settings โ€” configure behavior, sources, and runtime preferences

Skills Manager

Browse every installed skill, see which agents consume it, edit SKILL.md inline, and sync with one click.

Skills Manager

Marketplace

Search skills.sh and ClawHub in-app, preview a skill's target agents and repository, and install without touching the filesystem.

Marketplace

Settings

Theme, accent color, window blur, language, close behavior, and cache controls โ€” all in one place.

Settings

Installation

Grab the installer for your OS from the latest release:

OS File Notes
macOS (Apple Silicon) Skiller-<version>-macos-arm64.dmg Signed + notarized. Open the DMG and drag Skiller to Applications.
macOS (Intel) Skiller-<version>-macos-x64.dmg Signed + notarized. Same flow as the Apple Silicon build.
Windows (x64) Skiller-<version>-win-x64.exe NSIS installer. SmartScreen may show a one-time warning โ€” click "More info" โ†’ "Run anyway".
Linux (x64) Skiller-<version>-linux-x86_64.AppImage, .deb, or .tar.xz AppImage: chmod +x, run โ€” static squashfuse runtime, no libfuse2 required (works on CachyOS/Manjaro/EndeavourOS out of the box). .deb for Ubuntu/Debian. .tar.xz: extract, cd Skiller-*, run ./install.sh once (sets SUID on chrome-sandbox, registers a .desktop entry). Passing --uninstall to the same script removes the menu entry.

Every release is built and published by the CI matrix in .github/workflows/release.yml โ€” tagging vX.Y.Z produces all three platforms automatically.

If you had an older stable-*-Skiller.* build: those were produced by a previous Electrobun-based packaging pipeline and can't auto-update to the current Electron-based builds. Grab the new installer above; your local data in ~/Library/Application Support/com.beautyfree.skiller/ (or the Windows/Linux equivalent) stays intact.

Auto-updates

Once installed, Skiller keeps itself current:

  • Checks for new versions on launch, then every 6 hours in the background.
  • Downloads the full updated bundle on demand (click Download update in Settings โ†’ App Updates).
  • Shows status and a one-click Restart & install button once ready.

Powered by electron-updater reading from this repo's GitHub Releases.

For Developers

All development, build, and debugging details are in docs/DEVELOPMENT.md.

Contributing

Contributions are welcome.
Open an issue first if you want to discuss a feature or behavior change.

License

MIT

Release History

VersionChangesUrgencyDate
v0.2.11Latest release: v0.2.11High4/21/2026
v0.2.10## [0.2.10](https://github.com/beautyfree/skiller-desktop-skills-manager/compare/v0.2.9...v0.2.10) (2026-04-21) ### Features * **updater:** show progress bar while download is running ([e2ac03b](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/e2ac03b5c48194e74839e25589ed5808b31f118b)) ### Bug Fixes * **updater:** adopt returned snapshot so "Restart & install" shows at once ([7b43a21](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/7b43a21ecc470a69275High4/21/2026
v0.2.9## [0.2.9](https://github.com/beautyfree/skiller-desktop-skills-manager/compare/v0.2.8...v0.2.9) (2026-04-21) ### Features * **agents:** add 28 agents from vercel-labs/skills + project_skills_dir ([ada55ec](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/ada55ec5634ae6a8d97981835e1673fe0dd0108d)) * **onboarding:** add informational wizard with Skiller branding ([5aa98b4](https://github.com/beautyfree/skiller-desktop-skills-manager/commit/5aa98b4291d5b9f9c056945e22240c6a88dHigh4/21/2026
v0.2.8Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **macOS (Intel):** `Skiller-<version>-macos-x64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App UHigh4/20/2026
v0.2.7Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **macOS (Intel):** `Skiller-<version>-macos-x64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App UHigh4/20/2026
v0.2.6Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App Updates**. Updates are downloaded on demand and applied on next restart โ€” powered by `electron-updatHigh4/19/2026
v0.2.4Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App Updates**. Updates are downloaded on demand and applied on next restart โ€” powered by `electron-updatHigh4/19/2026
v0.2.3Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App Updates**. Updates are downloaded on demand and applied on next restart โ€” powered by `electron-updatHigh4/19/2026
v0.2.2Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App Updates**. Updates are downloaded on demand and applied on next restart โ€” powered by `electron-updatHigh4/19/2026
v0.2.1Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App Updates**. Updates are downloaded on demand and applied on next restart โ€” powered by `electron-updatHigh4/19/2026
v0.2.0Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `Skiller-<version>-macos-arm64.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `Skiller-<version>-win-x64.exe` (NSIS installer) - **Linux (x64):** `Skiller-<version>-linux-x86_64.AppImage` or `.deb` After the first install, Skiller checks this release on launch and via **Settings โ†’ App Updates**. Updates are downloaded on demand and applied on next restart โ€” powered by `electron-updatHigh4/17/2026
v0.1.0Desktop installers โ€” download the one that matches your OS: - **macOS (Apple Silicon):** `stable-macos-arm64-Skiller.dmg` (signed + notarized โ€” drag to Applications) - **Windows (x64):** `stable-win-x64-Skiller-Setup.zip` (extract and run `Skiller.exe`) - **Linux (x64):** `stable-linux-x64-Skiller-Setup.tar.gz` (extract and run `bin/launcher`) After the first install, Skiller checks this release on launch and via **Settings โ†’ App Updates**. Updates are downloaded in the background (delta patchHigh4/16/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

cc-sddTurn approved specs into long-running autonomous implementation. A minimal, adaptable SDD harness with Agent Skills for Claude Code, Codex, Cursor, Copilot, Windsurf, OpenCode, Gemini CLI, and Antigrav3.0.2
ccpokeYour AI agent pokes you when it's done โ€” zero-config, one command: npx -y ccpoke1.7.14
@windyroad/agent-pluginsOne-command installer for all Windy Road AI agent plugins and skills0.1.6
cherry-studioAI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMsv1.9.2
nexuThe simplest desktop client for OpenClaw ๐Ÿฆž โ€” bridge your Agent to WeChat, Feishu, Slack & Discord in one click. Works with Claude Code, Codex & any LLM. BYOK, Oauth, local-first, chat from your phonev0.1.12