sling-hooks
Pre/post actions and hooks for Sling replications and pipelines. Use when adding actions before/after replications, executing SQL queries, sending HTTP webhooks, validating data with checks, running shell commands, copying/deleting files, or implementing notifications.
Installation
SKILL.md
Hooks are custom actions that execute at specific points in replications. Steps are the same concept used in pipelines.
| start | Before any stream runs | Setup, notifications | | end | After all streams complete | Cleanup, notifications | | pre | Before each stream | Validation, setup | | post | After each stream | Logging, notifications | | premerge | Before merge (in transaction) | Session settings | | postmerge | After merge (in transaction) | Additional SQL |
| type | Hook type (required) | | id | Identifier for referencing output | | if | Conditional execution | | onfailure | abort, warn, quiet, skip, break |
Pre/post actions and hooks for Sling replications and pipelines. Use when adding actions before/after replications, executing SQL queries, sending HTTP webhooks, validating data with checks, running shell commands, copying/deleting files, or implementing notifications. Source: slingdata-io/slingdata-ai.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/slingdata-io/slingdata-ai --skill sling-hooks- Category
- {}Data Analysis
- Verified
- —
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is sling-hooks?
Pre/post actions and hooks for Sling replications and pipelines. Use when adding actions before/after replications, executing SQL queries, sending HTTP webhooks, validating data with checks, running shell commands, copying/deleting files, or implementing notifications. Source: slingdata-io/slingdata-ai.
How do I install sling-hooks?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/slingdata-io/slingdata-ai --skill sling-hooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/slingdata-io/slingdata-ai