Files
QwenClaw-with-Auth/qwen-agent/package.json

49 lines
1.0 KiB
JSON

{
"name": "qwenclaw-agent",
"version": "1.0.0",
"description": "QwenClaw - Persistent AI assistant daemon for Qwen Code CLI",
"main": "index.js",
"type": "module",
"qwen": {
"type": "agent",
"displayName": "QwenClaw 🐾",
"description": "Persistent AI assistant daemon with full automation capabilities",
"autoStart": true,
"alwaysOn": true,
"priority": 1,
"commands": [
{
"name": "qwenclaw",
"description": "Interact with QwenClaw daemon",
"handler": "./commands/qwenclaw.js"
}
],
"skills": [
"qwenclaw-integration",
"gui-automation",
"qwenbot-integration"
],
"config": {
"daemon": {
"autoStart": true,
"webDashboard": true,
"port": 4632
}
}
},
"keywords": [
"qwen",
"qwenclaw",
"agent",
"daemon",
"automation",
"ai-assistant"
],
"author": "QwenClaw Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.rommark.dev/admin/QwenClaw-with-Auth.git"
}
}