Skip to content

Commit 5e0838e

Browse files
fix: correct Agent Skill section — it's universal, not OpenClaw-specific
1 parent 7bfd509 commit 5e0838e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,15 @@ npx @botschat/botschat config # View config
307307
npx @botschat/botschat config e2e --password <pwd> # Set E2E encryption password
308308
```
309309

310-
### OpenClaw Skill
310+
### Agent Skill
311311

312-
Use the CLI as an [OpenClaw skill](https://openclawai.com/docs/skills) — your agent can interact with BotsChat directly:
312+
Install BotsChat as a skill for your AI coding agent (Claude Code, Cursor, Codex, Amp, Cline, and [40+ more](https://github.com/nichochar/skills)):
313313

314314
```bash
315315
npx skills add botschat-app/botsChat
316316
```
317317

318-
This registers `/botschat` as a skill in OpenClaw, providing commands like `botschat chat`, `botschat channels`, `botschat status`, etc.
318+
This gives your agent access to `botschat chat`, `botschat channels`, `botschat status`, and other commands — letting it interact with BotsChat directly.
319319

320320
---
321321

0 commit comments

Comments
 (0)