graft-webhook-bridge — self-hosted graft-webhook-bridge, community, self-hosted, ide skills, webhook, Claude Code, Cursor, Windsurf

v1.0.0

关于此技能

Graft: Self-Hosted Webhook Bridge

# 核心主题

DongDuong2001 DongDuong2001
[0]
[0]
更新于: 3/26/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
1/11
Quality Score
30
Canonical Locale
en
Detected Body Locale
en

Graft: Self-Hosted Webhook Bridge

核心价值

Graft: Self-Hosted Webhook Bridge

适用 Agent 类型

Suitable for operator workflows that need explicit guardrails before installation and execution.

赋予的主要能力 · graft-webhook-bridge

! 使用限制与门槛

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

graft-webhook-bridge 是什么?

Graft: Self-Hosted Webhook Bridge

如何安装 graft-webhook-bridge?

运行命令:npx killer-skills add DongDuong2001/graft。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

graft-webhook-bridge 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add DongDuong2001/graft。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    graft-webhook-bridge 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

graft-webhook-bridge

Graft: Self-Hosted Webhook Bridge

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Graft — Agent Skill

Purpose

Graft receives signed (optional) webhooks on /hook/…, transforms JSON with Go text/template, and forwards to destination URLs. Admin APIs live under /api/v1/ with API key auth. Agents must keep the codebase safe for small teams running on the public internet and must not merge behavior without tests for the touched surface.

When this skill applies

Use for any task in this repository: new features, bug fixes, refactors, dependency bumps, or release prep.

Efficiency (how to work this codebase)

  1. Scope — Change only packages that the task requires (internal/httpapi, internal/connectors, internal/storage, internal/router, etc.). Avoid drive-by refactors.
  2. Discover first — Read the handler and storage path for the feature before editing; mirror existing patterns (constructors, error messages, JSON field names).
  3. Single verification pass — After edits, run go fmt ./..., go vet ./..., and go test ./... once at the end of the task batch (not after every micro-edit).
  4. CGOgithub.com/mattn/go-sqlite3 needs CGO for real DB tests. Local runs with CGO_ENABLED=0 will skip SQLite-backed tests; CI / pre-release must use CGO=1 (see workflow doc).
  5. Dependencies — Add third-party modules only when necessary; prefer the standard library.

Quality bar (non-negotiable)

  1. Errors — Check err != nil; wrap with %w where useful. Do not return stack traces or internal details in HTTP responses.
  2. Security — Follow .agents/security-guidelines.md (admin auth, signature verification, encryption at rest, rate limits, body limits, timeouts).
  3. Handlers — Keep HTTP thin: validate input, call storage, connectors, transformer, etc., then write status and JSON. Prefer small helpers over duplicating security checks.
  4. Logging — Do not log raw webhook bodies or decrypted secrets.

Testing contract (before public / every feature)

See .agents/FEATURE-TEST-MATRIX.md for the canonical map of feature → package → test file.

Rules:

  • Every new feature or behavior change must include or update unit tests in the listed package (table-driven where there are multiple cases).
  • Integration: internal/integration covers admin + webhook + forward end-to-end; run with CGO when validating releases.
  • If SQLite is unavailable in an environment, skipped tests are acceptable only for developer machines; release pipelines must run with CGO so storage, admin, and webhook tests execute.

Mandatory completion checklist

  1. go fmt ./...
  2. go vet ./...
  3. go test ./... (local; CGO optional)
  4. Before public release or CI merge: go test -race ./... with CGO_ENABLED=1 and a C toolchain (see .agents/workflows/test-and-lint.md).

Cross-references

DocumentRole
.agents/coding-standards.mdArchitecture, DI, concurrency
.agents/security-guidelines.mdSecurity requirements
.agents/workflows/test-and-lint.mdExact commands and CI notes
.agents/FEATURE-TEST-MATRIX.mdRequired tests per area

相关技能

寻找 graft-webhook-bridge 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具