init: create claude-agents-skills hub with structure
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "claude-agents-skills",
|
||||
"version": "1.0.0-alpha",
|
||||
"description": "Centralized hub for Claude Skills and Agents for OpenClaw",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"claude",
|
||||
"agents",
|
||||
"skills",
|
||||
"openclaw",
|
||||
"ai"
|
||||
],
|
||||
"author": "Clawd",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.40.0",
|
||||
"@google-cloud/videogeneration": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user