System requirements
Download
Download the latest.dmg from skillcreator.ai.
1
Download the DMG
Visit skillcreator.ai and click Download for macOS.
2
Install
Open the
.dmg file and drag SkillCreator into your Applications folder.3
Launch
Open SkillCreator from Applications. On first launch, macOS may ask you to confirm since the app was downloaded from the internet.
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