A minimal REST-based channel plugin for OpenClaw. Integrate any external web application (webchat, mobile app, internal tool, etc.) with OpenClaw using simple HTTP requests.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
latest^5.8.0^6.0.0>=2026.1.019
commits
feat: add user info handling in chat page and API integration
3afbb4fView on GitHubfix: handle HTTP/HTTPS media URLs in outbound delivery (v1.2.2)
231211fView on GitHubfix: add messaging adapter and conform outbound to SDK interface (v1.2.1)
50a0f92View on GitHubRefactor plugin structure: consolidate channel logic into channel.ts, update outbound delivery to support media attachments, and adjust TypeScript configuration for improved type handling.
613c12aView on GitHubRefactor chat page structure: create new ChatPage component, implement conversation ID handling, and set up message polling; update RootPage to redirect to new conversation URL. Enhance TypeScript configuration with typeRoots.
9788e97View on GitHubPass inbound metadata to agent via UntrustedContext, add BodyForAgent, fix webchat double-message bug
2c0ae04View on GitHubUpdate README.md: enhance configuration section with plugin settings and media attachment size limit
050dcaaView on GitHubAdd GitHub Actions workflow for npm publish and GitHub release on tag push
0d0a043View on GitHubAdd session recording so chat history appears in OpenClaw web UI
92096eeView on GitHubFix attachment pipeline: download media to local files with SSRF policy and configurable size limit
6e19b8bView on GitHub