v2.0.1: Add /qwenclaw slash commands for Qwen Code CLI
This commit is contained in:
31
README.md
31
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user