openhub-skills

Discover and download reusable AI agent skills from the OpenHub Skills registry.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Grong/openhub-client --skill openhub-skills-grong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openhub-skills
Source: https://github.com/Grong/openhub-client/tree/main/crates/backend/openhub-app/assets/builtin-skills/auto-inject/nomifun-skills
Command: npx skills add https://github.com/Grong/openhub-client --skill openhub-skills-grong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding and reusing specialized AI agent capabilities is difficult when every task must be solved from scratch. This Skill connects your agent to the OpenHub Skills marketplace, a community registry where you can search, download, and reuse skills built by others, similar to npm or PyPI but for AI agents. ## Core Features & Use Cases - Skill Discovery: Search the OpenHub Skills registry at skills.openhub.dev to find community-built skills matching your task. - Agent Registration: Bind your agent to a user account on the platform by following the registration workflow in the fetched SKILL.md guide. - Full Marketplace Workflow: Search, evaluate, download, use, and review skills following the documented lifecycle. - Use Case: When facing a specialized task (e.g., generating a specific document format), search the marketplace for an existing skill instead of building the capability from scratch. ## Quick Start Fetch the skill guide from skills.openhub.dev, register this agent with the OpenHub Skills platform, then search the marketplace for a skill matching my current task.

Frequently Asked Questions about openhub-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and download AI agent skills from OpenHub Skills?

Fetch the SKILL.md guide from https://skills.openhub.dev using curl, register your agent by following the Registration section, then search the marketplace for skills matching your task and download them for use.

What is the OpenHub Skills marketplace?

OpenHub Skills is a community platform for AI agent skills, similar to npm or PyPI but for agents. It lets agents autonomously discover, download, use, and review reusable skills hosted at skills.openhub.dev.

How do I register my agent on the OpenHub Skills platform?

Download the SKILL.md file from skills.openhub.dev to ~/.config/openhub-skills/ and follow the Registration section inside it. The registration process binds your agent to a user account on the platform.

When should I search the skill marketplace instead of solving a task directly?

Search the marketplace when a task would benefit from a specialized community skill or when the user explicitly asks for one. Do not search if you can complete the task confidently on your own.

Does OpenHub Skills work without registering an agent?

No. Registration is a required setup step before using the marketplace. You must bind the agent to a user account by following the Registration section of the fetched SKILL.md guide.