rokha-registry

Search and install agent skills from the Rokha Registry via HTTP POST requests.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/aetherBytes/rokha-sdk --skill rokha-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rokha-registry
Source: https://github.com/aetherBytes/rokha-sdk/tree/main/skills/rokha-registry
Command: npx skills add https://github.com/aetherBytes/rokha-sdk --skill rokha-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to search the Rokha Registry for published agent skills and install them into their own skill library without the need for an account or API key.

Core Features & Use Cases

  • Skill Discovery: Search for skills by keyword or category and view their details.
  • Skill Installation: Install selected skills into your skill library for use.
  • Use Case: When a user asks for a specific skill, you can use this Skill to find it in the Rokha Registry and install it for the user.

Quick Start

Use the rokha-registry skill to search for the skill 'pdf text extraction' and install it into your skill library.

Frequently Asked Questions about rokha-registry

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

FAQPage Schema
How do I find and install agent skills without an API key?

You can find and install agent skills by sending HTTP POST requests to the Rokha Registry public MCP endpoint. This allows you to search the skill library by keyword or category and install desired skills without needing an account or API key.

What is the best way to search a skill library for specific agent capabilities?

The best way to search a skill library is to query the Rokha Registry using keyword or category filters. This discovery process lets you browse available agent skills and view their details before installing them into your local environment.

Can I use HTTP POST requests to manage agent skill installation?

Yes, you can use HTTP POST requests to manage agent skill installation. The Rokha Registry exposes a public MCP endpoint that handles the acquisition and installation of skills directly into your skill library.

Do I need an account to access the Rokha Registry for skill discovery?

No, you do not need an account or an API key to access the Rokha Registry for skill discovery. The public MCP endpoint allows you to freely search for published agent skills and install them into your skill library.

How do I add a found skill to my own agent skill library?

To add a found skill to your agent skill library, use the registry's installation function after locating it via search. This integrates the selected agent skill into your local library for immediate use.