Files
QwenClaw-with-Auth/commands/help.md

70 lines
1.1 KiB
Markdown

# 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
```