System requirements
| Requirement | Details |
|---|---|
| OS | macOS 11 (Big Sur) or later |
| Architecture | Apple Silicon (M1+) |
| Disk space | ~115 MB |
| Runtime | No additional dependencies required |
Download
Download the latest.dmg from skillcreator.ai.
Download the DMG
Visit skillcreator.ai and click Download for macOS.
What happens on first launch
When SkillCreator starts for the first time, it:- Creates a local SQLite database at
~/Library/Application Support/SkillCreator/skillcreator/ - Starts a local RPC server for CLI and MCP access
- Auto-registers the MCP server with detected agent runtimes (Claude Code, Cursor, Gemini CLI, Claude Desktop)
- Installs the
skillcreatorCLI to~/.local/bin/(withscalias)
The app works fully offline. No account or internet connection is required for core functionality.
CLI installation
The CLI is bundled with the desktop app and installed automatically. Verify it works:~/.local/bin to your PATH:
Auto-updates
SkillCreator checks for updates automatically on launch. When an update is available, a banner appears at the top of the app. Updates are downloaded in the background and applied on next restart.Uninstall
- Quit SkillCreator
- Delete from Applications
- Optionally remove data:
rm -rf ~/Library/Application\ Support/SkillCreator - Optionally remove CLI:
rm ~/.local/bin/skillcreator ~/.local/bin/sc