Agent skill · Databases

langchain-webhooks-events

Dispatch LangChain 1.0 chain/agent events to external systems \u2014\ \ webhooks, Kafka,\nRedis Streams, SNS \u2014 via async fire-and-forget callbacks,\ \ subgraph-aware wiring,\nand HMAC-signed delivery with idempotency keys. Use when\ \ firing webhooks on tool\ncalls, pushing telemetry to Kafka / Redis Streams, or\ \ fanning progress to multiple\nsubscribers without blocking the chain.\nTrigger\ \ with \"langchain webhook\", \"langchain event dispatch\", \"langchain callback\ \ kafka\",\n\"langchain pubsub\", \"langchain per-tool webhook\", \"BaseCallbackHandler\ \ webhook\",\n\"on_tool_end

jeremylongshoregithub.com/jeremylongshoreGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill langchain-webhooks-events --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 15 KB
Bundled scripts: none
Version: 2.5.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadWriteEditBash(python:*)
Requires: Designed for Claude Code, also compatible with Codex
Path: skills/.curated/langchain-webhooks-events/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,596
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LangChain Webhooks and Event Dispatch (Python) ## Overview A team wires per-tool webhook dispatch from their LangChain agent via FastAPI `BackgroundTasks` — analytics is always N seconds late because `BackgroundTasks` fire **after** the HTTP response closes, not during the stream (P60). Worse: the `BaseCallbackHandler` they attached via `.with_config(callbacks=[h])` fires on the outer agent but

More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the langchain-webhooks-events skill do?

Dispatch LangChain 1.0 chain/agent events to external systems \u2014\ \ webhooks, Kafka,\nRedis Streams, SNS \u2014 via async fire-and-forget callbacks,\ \ subgraph-aware wiring,\nand HMAC-signed delivery with idempotency keys. Use when\ \ firing webhooks on tool\ncalls, pushing telemetry to Kafka / Redis Streams, or\ \ fanning progress to multiple\nsubscribers without blocking the chain.\nTrigger\ \ with \"langchain webhook\", \"langchain event dispatch\", \"langchain callback\ \ kafka\",\n\"langchain pubsub\", \"langchain per-tool webhook\", \"BaseCallbackHandler\ \ webhook\",\n\"on_tool_end

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill langchain-webhooks-events --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,596 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going