botschat 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
- package/packages/plugin/package.json +1 -1
package/README.md
CHANGED
|
@@ -307,15 +307,15 @@ npx @botschat/botschat config # View config
|
|
|
307
307
|
npx @botschat/botschat config e2e --password <pwd> # Set E2E encryption password
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
###
|
|
310
|
+
### Agent Skill
|
|
311
311
|
|
|
312
|
-
|
|
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)):
|
|
313
313
|
|
|
314
314
|
```bash
|
|
315
|
-
npx skills add
|
|
315
|
+
npx skills add botschat-app/botsChat
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
This
|
|
318
|
+
This gives your agent access to `botschat chat`, `botschat channels`, `botschat status`, and other commands — letting it interact with BotsChat directly.
|
|
319
319
|
|
|
320
320
|
---
|
|
321
321
|
|
package/package.json
CHANGED