Skip to main content
PluginOpt inclawql-automation

Plugins hub · Registry reference

Automation

Plugin ID: clawql-automation
Package: packages/clawql-automationAutomationPlugin

Registers optional automation and GitOps MCP tools. Each tool is gated independently.

MCP tools

ToolEnable flagPurpose
scheduleCLAWQL_ENABLE_SCHEDULE=1Persisted jobs + synthetic HTTP checks
notifyCLAWQL_ENABLE_NOTIFY=1Slack chat.postMessage wrapper
workflowCLAWQL_ENABLE_WORKFLOW=1Argo Workflows submit/wait/logs (#243)
argocdCLAWQL_ENABLE_ARGO_CD=1Argo CD Application observe/sync (#244)

Prerequisites

  • notify — Slack in spec merge + bot token (SLACK_BOT_TOKEN, CLAWQL_SLACK_TOKEN, …)
  • workflow / argocd — Kubernetes RBAC, namespace allowlists; see Helm values.yaml

Learn more