Initial commit: QwenClaw persistent daemon for Qwen Code
This commit is contained in:
69
commands/help.md
Normal file
69
commands/help.md
Normal file
@@ -0,0 +1,69 @@
|
||||
# QwenClaw Commands
|
||||
|
||||
## `/qwenclaw:start`
|
||||
|
||||
Start the QwenClaw daemon.
|
||||
|
||||
**Options:**
|
||||
- `--prompt "<text>"` - Run a one-shot prompt without starting the daemon
|
||||
- `--trigger` - Run a startup trigger prompt before starting the daemon
|
||||
- `--telegram` - Forward the trigger result to Telegram
|
||||
- `--web` - Enable the web dashboard
|
||||
- `--web-port <port>` - Custom port for the web dashboard (default: 4632)
|
||||
- `--debug` - Enable debug logging
|
||||
|
||||
**Examples:**
|
||||
```
|
||||
/qwenclaw:start
|
||||
/qwenclaw:start --web
|
||||
/qwenclaw:start --trigger --prompt "Check my calendar and summarize my day"
|
||||
/qwenclaw:start --web-port 8080
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## `/qwenclaw:stop`
|
||||
|
||||
Stop the running QwenClaw daemon.
|
||||
|
||||
**Example:**
|
||||
```
|
||||
/qwenclaw:stop
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## `/qwenclaw:status`
|
||||
|
||||
Check the status of the QwenClaw daemon.
|
||||
|
||||
**Example:**
|
||||
```
|
||||
/qwenclaw:status
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## `/qwenclaw:send`
|
||||
|
||||
Send a prompt to the running daemon.
|
||||
|
||||
**Options:**
|
||||
- `--telegram` - Forward the result to Telegram
|
||||
|
||||
**Examples:**
|
||||
```
|
||||
/qwenclaw:send What's the weather today?
|
||||
/qwenclaw:send --telegram Check my pending tasks
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## `/qwenclaw:clear`
|
||||
|
||||
Clear QwenClaw state, session, and reset everything.
|
||||
|
||||
**Example:**
|
||||
```
|
||||
/qwenclaw:clear
|
||||
```
|
||||
Reference in New Issue
Block a user