BeClaude

skill-registry

New
2GitHub TrendingGeneralby tinyhumansai

Agent Skills registry for OpenHuman — index.json catalog of installable SKILL.md skills

First seen 6/7/2026

Summary

md skills for OpenHuman agents, enabling developers to discover, catalog, and manage agent skills from a community-driven registry.

  • It simplifies skill installation and integration by offering a structured JSON catalog that can be queried and updated programmatically.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/skill-registry.md

3
Invoke with @agent-name
@skill-registry

Use Cases

Discover available agent skills by querying the registry index for skills matching specific tags or categories.
Install a new skill into your agent environment by referencing its entry in the skill-registry catalog.
Update the local skill index to reflect the latest community contributions and skill versions.
Validate the structure and metadata of a SKILL.md file before submitting it to the registry.
Generate a report of all installed skills and their sources from the registry index.

Usage Examples

1

/skill-registry list all

2

/skill-registry search tag:automation

3

Install the skill with ID 'web-scraper' from the registry

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is skill-registry?

The skill-registry skill provides a centralized index of installable SKILL.md skills for OpenHuman agents, enabling developers to discover, catalog, and manage agent skills from a community-driven registry. It simplifies skill installation and integration by offering a structured JSON catalog that can be queried and updated programmatically.

How to install skill-registry?

To install skill-registry: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/skill-registry.md. Finally, @skill-registry in Claude Code.

What is skill-registry best for?

skill-registry is a agent categorized under General. It is designed for: agent. Created by tinyhumansai.

What can I use skill-registry for?

skill-registry is useful for: Discover available agent skills by querying the registry index for skills matching specific tags or categories.; Install a new skill into your agent environment by referencing its entry in the skill-registry catalog.; Update the local skill index to reflect the latest community contributions and skill versions.; Validate the structure and metadata of a SKILL.md file before submitting it to the registry.; Generate a report of all installed skills and their sources from the registry index..