Codex Skill Manager is a macOS SwiftUI app built with SwiftPM (no Xcode project). It manages local skills for Codex and Claude Code, renders each SKILL.md, and lets you browse remote skills from Clawdhub.
- Browse local skills from
~/.codex/skills/publicand~/.claude/skills - Render
SKILL.mdwith Markdown, plus inline reference previews - Import skills from a folder or zip
- Delete skills from the sidebar
- Browse Clawdhub skills with search + latest drops
- Download remote skills into Codex and/or Claude Code
- Show Clawdhub author info in the detail view
- Visual tags for installed status (Codex/Claude) and versions
- macOS 26+
- Swift 6.2+
swift build
swift run CodexSkillManager
./Scripts/compile_and_run.sh
- Markdown rendering via https://github.com/gonzalezreal/swift-markdown-ui
- Remote skill catalog via https://clawdhub.com
