Files
openclaw-workspace/skills/skills-search/package.json
2026-04-11 09:45:12 -05:00

17 lines
422 B
JSON

{
"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"
}