Search 90,896 Hermes Agent skills offline — instant CLI + API over the RA-Skills registry
Project description
ra-skills 🛡️
Search 90,896 Hermes Agent skills offline — and download any skill's full folder on demand.
ra-skills is a lightweight, dependency-free CLI + library over the
RA-Skills registry. It bundles the
~45 MB metadata index so you can search instantly offline, then download
a skill's complete folder (SKILL.md + scripts, references, assets) straight
from GitHub when you need it.
Install
pip install ra-skills
CLI
ra-skills search github --limit 5 # search by keyword
ra-skills search "" --source ClawHub # filter by source
ra-skills show apple-notes # show one skill's metadata
ra-skills stats # registry totals by source
ra-skills list --source built-in # list skills
ra-skills get aso-playbook # download the FULL skill folder
ra-skills get apple-notes --md-only # just SKILL.md to stdout
(ra is a shorthand alias for ra-skills.)
Python API
from ra_skills import search, stats, show, download, fetch_content
search("security", source="ClawHub", limit=5) # -> list of skill dicts
stats() # -> {total, by_source, ...}
show("github-pr-workflow") # -> one skill's metadata
download("aso-playbook", dest="./skills") # -> full folder on disk
fetch_content("aso-playbook") # -> SKILL.md text
Notes
- Search/stats/show work fully offline from the bundled registry.
- Download pulls live from the RA-Skills GitHub repo. Set
GITHUB_TOKENto raise GitHub's API rate limit (5,000/hr vs 60/hr). - 88% of community skills exist as complete folders upstream; the rest are genuinely delisted/removed at their source.
MIT © Lord1Egypt
Project details
Release history Release notifications | RSS feed
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 ra_skills-1.0.0.tar.gz.
File metadata
- Download URL: ra_skills-1.0.0.tar.gz
- Upload date:
- Size: 8.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75b468b8fc5960be4261c76fa3dd8264450fad105a873d8adcde9afa1336aa5b
|
|
| MD5 |
424d29aa3e68d9dc65696ae92065e05c
|
|
| BLAKE2b-256 |
96d6300ab3e72bd08e15b1f95e947c7928a4afe0ae14b13de694118d9d036970
|
File details
Details for the file ra_skills-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ra_skills-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.2 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 |
6681c087e444eaf71e6f33b36ba57e6cf9e2e55131ea5e6a31745a60507845ee
|
|
| MD5 |
dc7a66234890a59d850bc9e765696e43
|
|
| BLAKE2b-256 |
8122d3105036fc2af8bfd365acfce96b1d7d8bb947bacbae445556993edb9c24
|