Community plugin repository for Omni Code. Add third-party services (ASR, TTS, and more) via JSON manifest files.
- Create a
manifest.jsonfor your plugin — see the Manifest Writing Guide (EN) / 插件编写指南 (中文). - Add your plugin entry to
community-plugins.json. - Open a PR to this repository.
| Plugin | Capabilities | Description |
|---|---|---|
| Doubao Batch ASR | speech.batch_asr |
Volcengine video caption / batch speech recognition |
| Doubao TTS | speech.tts |
Volcengine streaming text-to-speech synthesis |
| Doubao Realtime ASR | speech.realtime_asr |
Volcengine real-time streaming speech recognition |
community-plugins.json # Plugin index
plugins/ # Plugin manifest files
{plugin-id}/
manifest.json
docs/ # Plugin development guides
en/
zh/