BotsChat CLI Skill
Interact with BotsChat directly from OpenClaw. Send messages, manage channels, check task status, and view job history — all with end-to-end encryption.
Install
npx skills add botschat-app/botsChat
Or use directly with npx (no install):
npx @botschat/botschat login
npx @botschat/botschat chat "Hello"
Setup
npx @botschat/botschat login
Opens your browser for OAuth login (Google/GitHub/Apple). Credentials are saved to ~/.botschat/config.json.
Commands
npx @botschat/botschat chat "message"— Send a message and get a responsenpx @botschat/botschat chat -i— Interactive chat modenpx @botschat/botschat channels— List channelsnpx @botschat/botschat sessions <channelId>— List sessionsnpx @botschat/botschat tasks— List background tasksnpx @botschat/botschat tasks run <channelId> <taskId>— Run a tasknpx @botschat/botschat jobs <taskId>— View job historynpx @botschat/botschat messages <sessionKey>— View message historynpx @botschat/botschat models— List available modelsnpx @botschat/botschat status— Check OpenClaw connection statusnpx @botschat/botschat config e2e --password <pwd>— Set E2E encryption password
Use --json for machine-readable output: npx @botschat/botschat --json channels
Source: botschat-app/botsChat — distributed by TomeVault.