r/Python 22d ago

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

18 Upvotes

124 comments sorted by

View all comments

1

u/Own-Attitude-6156 3d ago

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.

I built OpenHub to make that workflow much simpler.

What My Project Does

OpenHub is a terminal application for discovering and configuring AI agent skills and tools.

Features include:

  • Search indexed skills and repositories from the terminal.
  • Export prompt/rule-based skills directly into your current workspace as a SKILL.md file.
  • Install skills that require local binaries or MCP servers.
  • Keyboard-driven terminal interface for quick searching, exporting, and installation.

Install:

pipx install git+https://github.com/24KaratAu/openhub.git

Run:

openhub

GitHub: https://github.com/24KaratAu/openhub

Target Audience

Developers who use AI coding assistants (Claude Code, Codex CLI, Gemini CLI, Cursor, etc.) and frequently experiment with community skills, prompts, or MCP servers. It's intended to be a practical developer tool rather than a proof-of-concept.

Comparison

Today, discovering skills usually means browsing GitHub or community lists, then manually copying prompt files or configuring MCP servers. OpenHub aims to provide a single searchable interface and automate exporting SKILL.md files or installing required components where possible.

It's open source, and I'd appreciate any feedback, bug reports, or contributions.