feat: 初始化 getskills 技能
添加 SKILL.md 文件,将 getskills 工具转换为标准技能格式 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
58
package.json
Normal file
58
package.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user