klingai-webhook-configClaude Skill
Configure webhooks for Kling AI job completion notifications.
1.4k Stars
173 Forks
2025/10/10
| name | klingai-webhook-config |
| description | Configure webhooks for Kling AI job completion notifications. Use when building event-driven video pipelines or need real-time job status updates. Trigger with phrases like 'klingai webhook', 'kling ai callback', 'klingai notifications', 'video completion webhook'. |
| allowed-tools | Read, Write, Edit, Grep |
| version | 1.0.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
Kling AI Webhook Configuration
Overview
This skill shows how to configure webhook endpoints to receive real-time notifications when video generation jobs complete, fail, or change status in Kling AI.
Prerequisites
- Kling AI API key configured
- Public HTTPS endpoint for webhook receiver
- Python 3.8+ or Node.js 18+
Instructions
Follow these steps to configure webhooks:
- Create Endpoint: Set up a webhook receiver endpoint
- Register Webhook: Configure webhook URL with Kling AI
- Verify Signatures: Validate webhook authenticity
- Handle Events: Process different event types
- Implement Retries: Handle delivery failures
Webhook Event Types
Kling AI Webhook Events:
video.created - Job submitted, processing started
video.processing - Generation in progress (progress updates)
video.completed - Video generation successful
video.failed - Generation failed with error
video.cancelled - Job was cancelled
Payload Structure:
{
"event": "video.completed",
"timestamp": "2025-01-15T10:30:00Z",
"data": {
## Detailed Reference
See `{baseDir}/references/implementation.md` for complete webhook setup guide.
Similar Claude Skills & Agent Workflows
foo-skill
23.7k
A dummy skill that returns a fixed response.
fetch-unresolved-comments
23.7k
Fetch unresolved PR review comments using GitHub GraphQL API, filtering out resolved and outdated feedback.
add-review-comment
23.7k
Add a review comment to a GitHub pull request.
create-pr
169.7k
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation.
repomix-explorer
21.3k
Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix.
pdf-processing
5.6k
Process and extract information from PDF documents.