skill-registry
NewAgent Skills registry for OpenHuman — index.json catalog of installable SKILL.md skills
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/skill-registry.md
@skill-registryUse Cases
Usage Examples
/skill-registry list all
/skill-registry search tag:automation
Install the skill with ID 'web-scraper' from the registry
Security Audits
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..