Skip to main content

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.

npm PyPI

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 awesome-skill-forge

# Node.js
npm install awesome-skill-forge

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('awesome-skill-forge')

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 (awesome-skill-forge)
js/              npm package source (awesome-skill-forge)
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

awesome_skill_forge-1.0.2.tar.gz (8.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awesome_skill_forge-1.0.2-py3-none-any.whl (8.5 MB view details)

Uploaded Python 3

File details

Details for the file awesome_skill_forge-1.0.2.tar.gz.

File metadata

  • Download URL: awesome_skill_forge-1.0.2.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

Hashes for awesome_skill_forge-1.0.2.tar.gz
Algorithm Hash digest
SHA256 6405c51119ed458f0fc26f2594bac2716045b11dfc2c1293644a053563c7fd9a
MD5 40289956c6f91224b57b2efbdb1034d0
BLAKE2b-256 b1efc1430ee1a7eb484fb900f21adebd0eb349792d81242255f6da956f1d4898

See more details on using hashes here.

File details

Details for the file awesome_skill_forge-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for awesome_skill_forge-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6c366fe440e8700c15ab4e7fe6dfda5b3f5442c17f897e4f4af23939bcc4c412
MD5 c39edaa390ee42cb26e40a2e982bc439
BLAKE2b-256 4e38067ec89d8409013faa5d19135c5f2f820d67ad3260f5ebba045d73813e4f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page