QwenClaw v2.0 - Complete Rebuild with ALL 81+ Skills

This commit is contained in:
AI Agent
2026-02-26 20:08:00 +04:00
Unverified
parent 7e297c53b9
commit 69cf7e8a05
475 changed files with 82593 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "qwenclaw",
"version": "2.0.0",
"description": "QwenClaw - Qwen Code CLI Integration (Rebuilt from OpenClaw)",
"description": "Qwen Code CLI's ALWAYS-ON AI Assistant - Built from OpenClaw",
"type": "module",
"bin": {
"qwenclaw": "./bin/qwenclaw.js"
@@ -14,7 +14,15 @@
"setup": "node bin/qwenclaw.js setup",
"help": "node bin/qwenclaw.js help"
},
"keywords": ["qwen", "qwen-code", "cli", "ai-assistant", "openclaw"],
"keywords": [
"qwen",
"qwen-code",
"cli",
"ai-assistant",
"openclaw",
"multi-agent",
"automation"
],
"author": "QwenClaw Team",
"license": "MIT",
"repository": {
@@ -24,5 +32,8 @@
"homepage": "https://github.rommark.dev/admin/QwenClaw-with-Auth#readme",
"bugs": {
"url": "https://github.rommark.dev/admin/QwenClaw-with-Auth/issues"
},
"engines": {
"node": ">=22.0.0"
}
}