OpenILink Webhook Plugins
March 23, 2026 · View on GitHub
Official-style repository for OpenILink webhook plugins.
Structure
plugins/— one directory per plugindocs/— repository-wide docs and conventionsscripts/— helper scripts for validation and maintenance
Plugins
plugins/command-service-bridge— forwards text messages to an HTTP command service
Plugin Development Rules
- Use ES5 syntax
- Include a valid
// ==WebhookPlugin==metadata block - Set
ctx.req.bodywithJSON.stringify(...) - Declare
@connectand@grantexplicitly