@maudecode/openclaw-cowtail 0.1.0

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 ADDED
@@ -0,0 +1,9 @@
1
+ # Cowtail OpenClaw Plugin
2
+
3
+ Native OpenClaw channel plugin for Cowtail mobile realtime.
4
+
5
+ Load it from an OpenClaw config with `plugins.entries.cowtail.path` pointing at this package. When loading from this source checkout, run `bun install && bun run build` in this directory first so the `dist/` entrypoints exist.
6
+
7
+ Configure `channels.cowtail.url` with the Cowtail realtime WebSocket endpoint and `channels.cowtail.bridgeToken` with the same bridge token configured on the Cowtail realtime service.
8
+
9
+ V1 supports a single owner and OpenClaw's default `main` agent only.