v2.0.1: Add /qwenclaw slash commands for Qwen Code CLI

This commit is contained in:
AI Agent
2026-02-26 21:18:00 +04:00
Unverified
parent 69cf7e8a05
commit c2a97e0995
5 changed files with 1388 additions and 5 deletions

View File

@@ -64,6 +64,8 @@ qwenclaw send "Check my tasks"
## Commands
### Terminal Commands
```bash
qwenclaw start # Start daemon
qwenclaw status # Check status
@@ -73,6 +75,35 @@ qwenclaw setup # Setup wizard
qwenclaw help # Show help
```
### Inside Qwen Code CLI (Slash Commands)
After setup, use `/qwenclaw:` commands directly in Qwen Code chat:
```
/qwenclaw:start - Start daemon
/qwenclaw:status - Check daemon status
/qwenclaw:send "task" - Send task to daemon
/qwenclaw:skills - List available skills
/qwenclaw:help - Show help
```
**Example:**
```
/qwenclaw:status
```
**Response:**
```
🐾 QwenClaw Status
════════════════════════════════════════
Daemon: Ready
Provider: Qwen Code CLI
Skills: 81 available
Web Dashboard: http://127.0.0.1:4632
```
**Note:** Commands execute in your terminal and show output in Qwen Code chat.
---
## Usage Examples