r/opencode • u/Own-Attitude-6156 • 36m ago
I got tired of manually configuring coding agents and skills, so I built OpenHub (a TUI to discover and set them up)
I've been spending way too much time hunting down custom skills, prompts, and MCP servers for AI coding tools, then manually setting up SKILL.md files or configuring local binaries.
To make this easier, I built OpenHub, a terminal app for discovering and installing AI agent skills and tools from one place.
What it does:
- Search indexed skills and repositories.
- Export prompt/rule-based skills as a
SKILL.mdfile into your current workspace with one command. - Install skills that require local binaries or MCP servers.
- Keyboard-driven terminal interface for searching, exporting, installing, and copying.
Install:
pipx install git+https://github.com/24KaratAu/openhub.git
Run:
openhub
GitHub: https://github.com/24KaratAu/openhub
I built this to scratch my own itch, but figured others might find it useful too. It's open source, and I'd love any feedback, bug reports, feature requests, or contributions.




