https://github.com/adysec/clawbot
iLink bot management tool with CLI and web dashboard.
https://github.com/adysec/clawbot
ai claw clawbot clawhub openclaw wechat
Last synced: 3 days ago
JSON representation
iLink bot management tool with CLI and web dashboard.
- Host: GitHub
- URL: https://github.com/adysec/clawbot
- Owner: adysec
- Created: 2026-06-11T11:30:49.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2026-06-11T11:39:06.000Z (9 days ago)
- Last Synced: 2026-06-15T09:24:50.661Z (5 days ago)
- Topics: ai, claw, clawbot, clawhub, openclaw, wechat
- Language: Rust
- Homepage: https://wechat.adysec.com
- Size: 56.6 KB
- Stars: 37
- Watchers: 0
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clawbot
iLink bot management tool with CLI and web dashboard.
## Usage
```
Usage: clawbot-web
Commands:
login Log in with a QR code and save the account locally
qrcode Request a login QR code and print it as JSON
qrcode-status Query a login QR code status
account Inspect saved accounts
get-context-token Wait for the next inbound message and print its context token
send Send a text, image, or file message
serve Start the web dashboard server
help Print this message or the help of the given subcommand(s)
```
### Commands
```bash
cargo run -- serve
```