Plugin Directory
Explore official and reference plugins available for Octarq from the octarq-plugins repository.
Official & Reference Plugins
1. π€ Telegram (octarq-plugin-telegram)
- Category: Integration / Notifications
- Description: Connects your Octarq instance with Telegram bots. Send instant notification alerts, receive system status updates, and trigger automated tasks directly from Telegram chat commands.
- Repository: octarq-org/octarq-plugin-telegram
2. πͺ Webhook (octarq-plugin-webhook)
- Category: Integration / Webhooks
- Description: Outbound webhook delivery system for event-driven workflows. Features exponential backoff retries, secret signature verification (HMAC-SHA256), payload customization, and event filtering.
- Repository: octarq-org/octarq-plugin-webhook
3. βοΈ Mail Links (octarq-plugin-maillink)
- Category: Agent-Native / Automation
- Description: An agent-native reference plugin that intercepts incoming OTP and magic link emails via
OnEmailhooks, automatically generates short links using Octarqβs links service, and exposes them as tools over the MCP server for Claude Code and Cursor to consume. - Repository: octarq-org/octarq-plugins
π Starter Template
Want to create your own plugin? Start with the official plugin template:
_template: Pre-configured Go module + React TS frontend workspace with@octarq/plugin-sdkready for instant copy-and-edit development.