90,000+ universal AI agent skills — works with Claude Code, OpenAI Agents, Hermes, AutoGen, LangChain, and any LLM
Project description
awesome-skill-forge
90,000+ universal AI agent skills — works with Claude Code, OpenAI Agents, Hermes, AutoGen, LangChain, and any LLM.
Sources
| Registry | Skills |
|---|---|
| ClawHub | 69,842 |
| skills.sh | 19,938 |
| LobeHub | 505 |
| browse.sh | 389 |
| gstack | 52 |
| Built-in | 75 |
| Optional | 95 |
| Total | 90,896 |
Install
# Python
pip install forge-skills
# Node.js
npm install forge-skills
Usage
from forge_skills import load, search, stats
# Search for skills
results = search("github", limit=5)
for s in results:
print(s["name"], "-", s["description"])
# Load a skill with full content
skill = load("github-pr-workflow")
print(skill.prompt)
# Stats
print(stats())
const { load, search, stats } = require('forge-skills')
const results = search('security', { limit: 5 })
results.forEach(s => console.log(s.name, '-', s.description))
const skill = load('code-review')
console.log(skill.prompt)
CLI
forge search github --limit 5
forge show github-pr-workflow
forge stats
forge list --source built-in
Structure
skills/ Official built-in skills (SKILL.md format)
lord1egypt-skills/ Lord1Egypt custom skills
optional-skills/ Optional skill collection
data/ Source registry data
python/ PyPI package source (forge-skills)
js/ npm package source (forge-skills)
tools/ Registry tools (fetch, build, sync)
Hermes SKILL.md Format
Each skill follows the Hermes Agent SKILL.md specification:
---
name: skill-name
description: What this skill does
category: software-dev
tags: [git, github, pr]
platforms: [claude-code, openai-agents]
---
# Skill Content
Full instructions for the AI agent...
License
MIT — Lord1Egypt
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file awesome_skill_forge-1.0.1.tar.gz.
File metadata
- Download URL: awesome_skill_forge-1.0.1.tar.gz
- Upload date:
- Size: 8.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40e8cfe0f611bf6fd55b0ee734a7ddc7e74261bc1a1b9435e42e302c8d3fbd00
|
|
| MD5 |
54598792898e791250d65b65399a3c7b
|
|
| BLAKE2b-256 |
d829c7004f81e8dc03d72410eff88aa6e14666c89f90b3ecf491efb7c97ed087
|
File details
Details for the file awesome_skill_forge-1.0.1-py3-none-any.whl.
File metadata
- Download URL: awesome_skill_forge-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3df538bee3bddf8f66c83b15b2b110ca8dbf6d0d7bd82b00011feabba0e67d8
|
|
| MD5 |
53d3debdcd3b203aff0b3470c61d7be7
|
|
| BLAKE2b-256 |
0c2ef2e9955fb7e42b52abe9a0c2c2f369121f7c394bc7ccb3e0211c61e43a6a
|