Skip to content

Commit 33d87e6

Browse files
fix: use GitHub org/repo format for npx skills add command
1 parent 2f4e5b6 commit 33d87e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ npx @botschat/botschat config e2e --password <pwd> # Set E2E encryption pa
312312
Use the CLI as an [OpenClaw skill](https://openclawai.com/docs/skills) — your agent can interact with BotsChat directly:
313313

314314
```bash
315-
npx skills add @botschat/botschat
315+
npx skills add botschat-app/botsChat
316316
```
317317

318318
This registers `/botschat` as a skill in OpenClaw, providing commands like `botschat chat`, `botschat channels`, `botschat status`, etc.

packages/plugin/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Interact with [BotsChat](https://botschat.app) directly from OpenClaw. Send mess
1111
## Install
1212

1313
```bash
14-
npx skills add @botschat/botschat
14+
npx skills add botschat-app/botsChat
1515
```
1616

1717
Or use directly with npx (no install):

0 commit comments

Comments
 (0)