🐾 QwenClaw v2.0 - Rebuilt from OpenClaw

Qwen Code CLI's ALWAYS-ON AI Assistant

QwenClaw is now a complete rebuild based on OpenClaw, adapted specifically for Qwen Code CLI as the main AI provider.


Quick Start

# Install
npm install -g qwenclaw

# Or use from source
cd qwenclaw
npm link

# Setup
qwenclaw setup

# Start using
qwenclaw start
qwenclaw send "Check my tasks"

Features

81 Skills Available

Category Skills
Content Research writer, changelog generator
Development Code mentor, plugin dev, testing
Design UI/UX Pro Max, shadcn/ui patterns
Automation GUI automation (Playwright)
Multi-Agent Agents Council (Claude, Codex, Qwen)
Economic ClawWork (220 GDP tasks, 44 sectors)
Tools QwenBot, file operations

Qwen Code CLI Integration

  • Uses Qwen Code CLI as main AI provider
  • Always-on daemon mode
  • Persistent sessions
  • Web dashboard (http://127.0.0.1:4632)
  • Multi-agent orchestration via Agents Council
  • Economic accountability via ClawWork
  • FULL RAG capabilities

Commands

qwenclaw start          # Start daemon
qwenclaw status         # Check status
qwenclaw send "task"    # Send task
qwenclaw skills         # List skills
qwenclaw setup          # Setup wizard
qwenclaw help           # Show help

Architecture

QwenClaw
├── Qwen Code CLI (Main Provider)
├── Agents Council (Multi-Agent)
│   ├── Qwen Code
│   ├── Claude Code
│   └── Codex
├── ClawWork (Economic Layer)
│   ├── 220 GDP Tasks
│   └── 44 Economic Sectors
└── FULL RAG
    ├── Vector Store
    └── Document Retrieval

Installation

npm install -g qwenclaw
qwenclaw setup
qwenclaw start

From source

git clone https://github.rommark.dev/admin/QwenClaw-with-Auth.git
cd QwenClaw-with-Auth
npm install
npm link
qwenclaw setup

Configuration

QwenClaw auto-configures during setup. Manual config location:

~/.qwen/qwenclaw/settings.json

Default settings:


Usage Examples

Send Task

qwenclaw send "Summarize my GitHub notifications"

Multi-Agent Code Review

qwenclaw send "Start code review council for my PR"

Economic Tasks

qwenclaw send "Check my ClawWork balance and start a task"

GUI Automation

qwenclaw send "Screenshot https://example.com"

Skills (Selection)

Development

  • Code mentor
  • Plugin development
  • Test-driven development
  • Code review

Automation

  • GUI automation (Playwright)
  • Web scraping
  • File operations

Multi-Agent

  • Agents Council orchestration
  • Cross-agent collaboration

Economic

  • ClawWork integration
  • 220 GDP validation tasks
  • 44 professional sectors

Troubleshooting

Daemon not starting

# Check Qwen Code CLI is installed
qwen --version

# Restart daemon
qwenclaw start

Skills not available

# List enabled skills
qwenclaw skills

# Re-run setup
qwenclaw setup

Resources


License

MIT License - Based on OpenClaw (MIT)


Built with 🐾 for Qwen Code CLI

Description
No description provided
Readme MIT 4.6 MiB
Languages
Python 54.2%
Shell 31.3%
TypeScript 7.1%
JavaScript 7.1%
Batchfile 0.3%