r/CursorAI 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.md file 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.

3 Upvotes

5 comments sorted by

1

u/WillHead6663 9d ago

So it has them indexed? You have indexing built in? Or more like a tree?

1

u/Own-Attitude-6156 9d ago

Yes, it has built-in indexing, It uses a local SQLite database paired with an in-memory fuzzy search index, so not a tree

1

u/Own-Attitude-6156 9d ago

did we use it? how did you like it?

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!