https://github.com/chsword/openclaw-channel
OpenClaw Channel SDK
https://github.com/chsword/openclaw-channel
Last synced: 26 days ago
JSON representation
OpenClaw Channel SDK
- Host: GitHub
- URL: https://github.com/chsword/openclaw-channel
- Owner: chsword
- Created: 2026-02-07T08:06:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T08:07:40.000Z (5 months ago)
- Last Synced: 2026-05-18T08:03:04.471Z (2 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenClaw Channel SDK
Build custom channels for OpenClaw.
## Description
This repository contains the OpenClaw Channel SDK, providing tools and interfaces for building custom messaging channels that integrate with OpenClaw.
## Features
- Generic channel interface
- Message routing and handling
- Media support
- Authentication and security
## Quick Start
```bash
# Clone the repository
git clone https://github.com/chsword/openclaw-channel.git
cd openclaw-channel
# Install dependencies
npm install
# Build
npm run build
```
## Documentation
See the [docs](docs/) directory for detailed documentation.
## Contributing
Pull requests are welcome!
## License
MIT