sling-hooks
✓Sling レプリケーションとパイプラインの事前/事後アクションとフック。レプリケーションの前後にアクションを追加する場合、SQL クエリを実行する場合、HTTP Webhook を送信する場合、チェックによるデータを検証する場合、シェル コマンドを実行する場合、ファイルのコピー/削除する場合、または通知を実装する場合に使用します。
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 |
Sling レプリケーションとパイプラインの事前/事後アクションとフック。レプリケーションの前後にアクションを追加する場合、SQL クエリを実行する場合、HTTP Webhook を送信する場合、チェックによるデータを検証する場合、シェル コマンドを実行する場合、ファイルのコピー/削除する場合、または通知を実装する場合に使用します。 ソース: slingdata-io/slingdata-ai。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/slingdata-io/slingdata-ai --skill sling-hooks- カテゴリ
- {}データ分析
- 認証済み
- ✓
- 初回登録
- 2026-02-05
- 更新日
- 2026-02-18
クイックアンサー
sling-hooks とは?
Sling レプリケーションとパイプラインの事前/事後アクションとフック。レプリケーションの前後にアクションを追加する場合、SQL クエリを実行する場合、HTTP Webhook を送信する場合、チェックによるデータを検証する場合、シェル コマンドを実行する場合、ファイルのコピー/削除する場合、または通知を実装する場合に使用します。 ソース: slingdata-io/slingdata-ai。
sling-hooks のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/slingdata-io/slingdata-ai --skill sling-hooks インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/slingdata-io/slingdata-ai