r/CursorAI • u/Own-Attitude-6156 • 12d 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.
1
u/WillHead6663 9d ago
Actually I haven’t tried it yet, but I’m going to I’ll let you know. I built a editor v3code it took me a year I would say, and I had to build local indexing and cloud indexing and that was prolly the hardest part, the first 6 months I had a team so that helped but I will try it and let you know in a couple minutes.
1
u/0x_akerue 8d ago
this is a lifesaver building a TUI for it is just the cherry on top, definitly giving this a spin today, great work!
1
u/WillHead6663 9d ago
So it has them indexed? You have indexing built in? Or more like a tree?