添加 SKILL.md 文件,将 getskills 工具转换为标准技能格式 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@workskills/getskill",
|
|
"version": "1.1.0",
|
|
"description": "Search, install, and update OpenClaw skills with automatic Git integration and configurable API endpoint",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"getskill": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node verify.js",
|
|
"verify": "node verify.js",
|
|
"start": "node index.js",
|
|
"prepublishOnly": "npm run verify"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/workskills/getskill.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/workskills/getskill/issues"
|
|
},
|
|
"homepage": "https://github.com/workskills/getskill#readme",
|
|
"keywords": [
|
|
"openclaw",
|
|
"workskills",
|
|
"skill",
|
|
"skills",
|
|
"search",
|
|
"install",
|
|
"update",
|
|
"git",
|
|
"cli",
|
|
"claude",
|
|
"ai",
|
|
"automation"
|
|
],
|
|
"author": {
|
|
"name": "workskills.store",
|
|
"url": "https://workskills.store"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"files": [
|
|
"index.js",
|
|
"README.md",
|
|
"EXAMPLES.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
} |