skillhub-registry

Search, inspect, install, and publish agent skills via SkillHub registry API.

4.9k|780|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/iflytek/skillhub --skill skillhub-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillhub-registry
Source: https://github.com/iflytek/skillhub/tree/main/web/src/docs
Command: npx skills add https://github.com/iflytek/skillhub --skill skillhub-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The skillhub-registry skill solves the challenge of searching, inspecting, installing, and publishing agent skills within a SkillHub registry. It provides a user-friendly interface to interact with SkillHub, simplifying the process of managing skills across your organization.

Core Features & Use Cases

  • Skill Discovery: Easily search for and inspect skill metadata within SkillHub.
  • Skill Installation: Install skills directly through the CLI or scripts.
  • Skill Publishing: Push new skill packages to SkillHub for broader access.
  • Namespace Management: Organize skills within different namespaces for better team collaboration and governance.
  • Authentication & Visibility: Securely manage access and visibility to skills based on user roles and permissions.

Quick Start

Use the skillhub-registry skill to search for a skill named 'my-skill':

npx clawhub search my-skill

Frequently Asked Questions about skillhub-registry

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

FAQPage Schema
How do I search for and install agent skills in a registry?

You can search for and install agent skills in a registry by using the ClawHub CLI, such as running the `npx clawhub search` command to find specific skill metadata and then installing them directly through the command line.

What is the best way to manage agent skill lifecycles within an organization?

Managing agent skill lifecycles within an organization is best handled through a registry interface that supports namespace management, allowing teams to organize, govern, and control the visibility of published skills.

Can I publish new skill packages to SkillHub programmatically?

Yes, you can publish new skill packages to SkillHub programmatically by utilizing the provided API, which facilitates access for pushing skills and automating the publication process.

Does the ClawHub CLI support user authentication and role-based visibility for skills?

Yes, the ClawHub CLI supports user authentication and role-based visibility, securely managing access to skills based on specific user roles and permissions within the SkillHub environment.

How do I inspect skill metadata before installing it from SkillHub?

You can inspect skill metadata before installation from SkillHub by executing a search command via the ClawHub CLI, which allows you to easily review the details and information of the desired agent skill.