Dimillian/CodexSkillManager
↗ GitHubmacOS app to manage your Codex skills
978
Stars
58
Forks
7
Watchers
7
Open Issues
Safety Rating A
No security concerns were identified. The repository contains a straightforward macOS SwiftUI application with no hardcoded secrets, no suspicious code patterns, no dependency manifests with known CVEs, and no prompt injection attempts in the README or other content. The project uses MIT license and references two well-known external dependencies (swift-markdown-ui and the Clawdhub API).
ℹAI-assisted review, not a professional security audit.
AI Analysis
Codex Skill Manager is a macOS SwiftUI application built with Swift Package Manager (no Xcode project required) that manages local and remote 'skills' for Codex and Claude Code AI coding assistants. It provides a sidebar-based UI for browsing skills stored in ~/.codex/skills and ~/.claude/skills, renders SKILL.md files with Markdown, supports importing skills from folders or zip archives, and integrates with the Clawdhub remote skill catalog for discovery and download.
Use Cases
- Managing and organizing local skill definitions for Codex and Claude Code AI assistants on macOS
- Browsing and downloading remote skills from the Clawdhub community catalog
- Rendering and previewing SKILL.md documentation with inline reference previews
- Importing skill packages from local folders or zip archives
- Tracking installed status and version information across Codex and Claude Code skill directories
Tags
Project Connections
clawguard
→Both projects operate within the Clawdhub/OpenClaw ecosystem. ClawGuard monitors AI agent activity and security, while Codex Skill Manager handles skill discovery and management from the same Clawdhub catalog platform.
ClawWork
→ClawWork benchmarks AI agents using LLM-based tasks, and skills managed by Codex Skill Manager could be used to extend or configure the AI assistants (Codex/Claude Code) that inform such agent workflows.