Files

17 lines
949 B
Markdown

# Plugins
Community and third-party plugins that extend takopi.
| Plugin | Type | Description |
|--------|------|-------------|
| [takopi-matrix](https://github.com/Zorro909/takopi-matrix) | Transport | Matrix protocol backend with E2EE, voice transcription, and multi-room support |
| [takopi-scripts](https://github.com/asianviking/takopi-scripts) | Command | Dynamic script runner for executing Python scripts via `/run` command |
| [takopi-discord](https://github.com/asianviking/takopi-discord) | Transport | Discord bot backend for interacting with takopi via Discord |
| [takopi-slack](https://github.com/richardliang/takopi-slack-plugin) | Transport | Slack bot backend for interacting with takopi via Slack |
## See also
- [Plugin API](plugin-api.md) - API reference for plugin development
- [Write a plugin](../how-to/write-a-plugin.md) - Step-by-step guide
- [Plugin system](../explanation/plugin-system.md) - Architecture and design