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