adnanh/webhook
webhook is a lightweight incoming webhook server to run shell commands observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 96
- Release rhythm 38
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 475
- age_days: 4251
- days_rel: 202
- days_push: 28
- n_releases_24m: 2
Adoption not part of the score
12091 stars · 874 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
webhook is a lightweight Go-based tool that lets you create configurable HTTP endpoints (hooks) on your server to execute shell commands. It parses request headers, payloads, and query variables, applies rule-based matching, and passes data to commands via arguments or environment variables.
Use cases
- run a redeploy script when GitHub pushes to master
- trigger shell commands from Slack or Mattermost outgoing webhooks
- set up HTTP endpoints that execute server-side scripts
- automate deployments from CI webhook events
- pass webhook payload data to scripts as environment variables
- build simple automation hooks without writing a full server
When to choose
- you need a tiny, single-binary tool to trigger shell commands from incoming webhooks
- you want rule-based filtering of webhook requests before command execution
- you prefer a self-hosted, dependency-free alternative to full automation platforms
When to avoid
- you need webhook queuing, replay, or monitoring features
- you want a full workflow engine or GUI for managing hooks
- you need to run complex logic beyond shell commands
Facets
service · maturity stable
webhook http-server workflow-automation deployment cli web-development self-hosted developer-tools windows cross-platform go self-hosted incoming-webhooks shell-commands hook-server ci-cd lightweight devops automation linux macos
1 source
- readme: https://github.com/adnanh/webhook · fetched 2026-08-28 · 52c71e636373
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| adnanh/webhook | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem