hookaidoCreate, review, and operate Hookaido webhook queue setups, including Hookaidofile management, CLI commands, pull-mode consumption, Admin API triage, and prod...
Install via ClawdBot CLI:
clawdbot install 7schmiede/hookaidoImplement and troubleshoot Hookaido with a config-first workflow: edit Hookaidofile, validate, run, exercise ingress/pull flows, then diagnose queue health and DLQ behavior.
Use conservative, reversible changes and validate before runtime operations.
hookaido exists where tools execute.metadata.openclaw.install.bash {baseDir}/scripts/install_hookaido.sh (pinned v1.5.0, SHA256-verified).hookaido (preferred), or install inside sandbox via agents.defaults.sandbox.docker.setupCommand.metadata.openclaw.requires.bins.Hookaidofile minimally.hookaido config fmt --config ./Hookaidofilehookaido config validate --config ./Hookaidofilehookaido run --config ./Hookaidofile --db ./.data/hookaido.dbcurl http://127.0.0.1:2019/healthz?details=1dequeue/ack/nack/extend path works (HTTP pull, plus gRPC pull when enabled)Prefer this baseline:
ingress {
listen :8080
}
pull_api {
listen :9443
grpc_listen :9943 # optional gRPC pull-worker listener
auth token env:HOOKAIDO_PULL_TOKEN
}
/webhooks/github {
auth hmac env:HOOKAIDO_INGRESS_SECRET
pull { path /pull/github }
}
/webhooks/stripe {
auth hmac env:STRIPE_SIGNING_SECRET
deliver "https://billing.internal/stripe" {
retry exponential max 8 base 2s cap 2m jitter 0.2
timeout 10s
}
}
Use:
GET /healthz?details=1GET /backlog/trendsGET /dlqPOST /dlq/requeuePOST /dlq/delete--role read for diagnostics.--enable-mutations --role operate --principal --enable-runtime-control --role admin --pid-file reason for mutation calls and keep it specific.hookaido config validate returns success before runtime start/reload.dequeue, ack, nack, and extend with valid token (HTTP and optional gRPC transport).env: or file: refs.references/operations.md for command snippets and API payload templates.AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui β no mockups needed. Generates bold, memorable designs from plain text requirements with anti-AI-slop aesthetics, mobile-first responsive patterns, and single-file bundling. Use when building landing pages, marketing sites, portfolios, dashboards, or any static web UI. Supports both Vite (pure static) and Next.js (Vercel deploy) workflows.
AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.