Skip to content

tinyhumansai/skill-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OpenHuman Skill Registry

Community index of installable Agent Skills for OpenHuman.

How it works

OpenHuman's skill browser fetches index.json from this repo to populate the catalog. Each entry points to a SKILL.md file that follows the Agent Skills specification.

Adding a skill

  1. Create a directory under skills/ with your skill slug (lowercase, hyphens only).
  2. Add a SKILL.md following the agentskills.io spec.
  3. Add an entry to index.json with the download_url pointing to the raw GitHub URL.
  4. Open a PR.

Index format

{
  "skills": [
    {
      "id": "my-skill",
      "name": "My Skill",
      "description": "What it does and when to use it.",
      "format": "agentskills",
      "author": "your-name",
      "version": "1.0.0",
      "tags": ["tag1", "tag2"],
      "download_url": "https://raw.githubusercontent.com/tinyhumansai/skill-registry/main/skills/my-skill/SKILL.md"
    }
  ]
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors