Native Mac app that finds every agent skill on your machine and lets you copy or drop them into prompts.
Free and open source. MIT license. No account. No paywall.
Skills live in ~/.cursor, ~/.claude, plugins, and project folders. Referencing them in a prompt means remembering a slash command or digging through Finder.
Clove scans every SKILL.md on your Mac and puts them in one searchable library.
- Search names, descriptions, and tags across Cursor, Claude, Codex, Agents, plugins, and projects
- Copy prompt-ready references like
/animationsor@nextjs, not file paths - Pin a floating panel beside your editor (
⌘⇧K) - Group skills and copy a whole stack at once
- Drag a skill straight into a prompt
- Download the latest
.dmgfrom Releases - Drag Clove into Applications
- Open it and finish the short setup
Requires macOS 26 or later. Intel and Apple Silicon.
If Gatekeeper blocks the first launch: System Settings → Privacy & Security → Open Anyway.
git clone git@github.com:keshav-exe/clove.git
cd clove
open Clove.xcodeprojOr from the command line:
xcodebuild -scheme Clove -configuration Release -destination 'platform=macOS' buildXcode 26 and the macOS 26 SDK.
To package a drag-to-Applications disk image:
./tools/MakeDMG.shSigned and notarized builds:
SIGN_ID="Developer ID Application: Your Name (TEAMID)" NOTARIZE=1 ./tools/MakeDMG.shSkills never leave your Mac. Clove reads SKILL.md frontmatter and never writes to those files. Groups are saved in one JSON file inside Application Support.
Optional update checks are the only network call. No analytics. No telemetry. No account.
