Omgskills
Description
Search for Claude & Codex skills from your macOS menu-bar
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
omgskills
A macOS menubar app for browsing and installing Claude, Codex, and agent skills from GitHub. Two independent parts: a Node.js scraper that builds the public skill library, and a Swift menubar app that reads bundled or remotely refreshed library data.
MCP server
Agents can search the omgskills library through the published read-only MCP server:
npm install -g omgskills-mcp
Add it to your MCP client:
{
"mcpServers": {
"omgskills": {
"command": "omgskills-mcp"
}
}
}
The npm package uses hosted library data by default from:
https://omgskills.com/data/manifest.json
No local repo checkout is required for MCP users. Full tool docs live in [mcp/README.md](mcp/README.md).
Trust and safety
This repo is public so people can inspect how omgskills works before running it. It is source-available, not open source. You may read and audit the code, but you may not copy, redistribute, or repackage it without permission.
The app:
- reads public skill-library data bundled with the app or served from
omgskills.com - scans local Claude, Codex, and agent skill folders to show installed skills
- installs skills from public GitHub repositories only when you choose to install them
- uses Developer ID signing and Apple notarization for public macOS releases
Local crawl logs, browser traces, `.env` files, signing certificates, API tokens, and release credentials are intentionally not part of the public repo.
Security reports should follow [SECURITY.md](SECURITY.md).
Release first
For any public macOS download, use:
./scripts/release-mac.sh
Do not use `menubar/build.sh` for public distribution. It is dev-only and uses ad-hoc signing, which will trigger Gatekeeper warnings.
Required env vars:
DEVELOPER_ID_APPLICATIONASC_PRIVATE_KEY_PATHASC_KEY_IDASC_ISSUER_ID
Tem
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11