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 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
- ### OpenClaw Skill
310
+ ### Agent Skill
311
311
 
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)):
313
313
 
314
314
  ```bash
315
- npx skills add @botschat/botschat
315
+ npx skills add botschat-app/botsChat
316
316
  ```
317
317
 
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.
319
319
 
320
320
  ---
321
321
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botschat",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "A self-hosted chat interface for OpenClaw AI agents",
5
5
  "workspaces": [
6
6
  "packages/*"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botschat/botschat",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "BotsChat channel plugin for OpenClaw — connects your OpenClaw agent to the BotsChat cloud platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",