Fresh start - excluded large ROM JSON files

This commit is contained in:
OpenClaw Agent
2026-04-11 09:45:12 -05:00
commit 5deb387aa6
395 changed files with 47744 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "@thesethrose/skills-search",
"version": "1.0.0",
"description": "Search skills.sh registry from CLI",
"main": "cli.js",
"bin": {
"skills-search": "./cli.js"
},
"scripts": {
"test": "node cli.js --help"
},
"keywords": ["skills", "skills.sh", "agent-skills", "search", "cli"],
"author": "Seth Rose",
"license": "MIT",
"repository": "https://github.com/TheSethRose/skills-search"
}