File contents klingai-webhook-config
Configure webhooks for Kling AI job completion notifications
Directory Structure
klingai-webhook-config/
├── 📄 SKILL.md # Main skill definition with YAML frontmatter
└── 📂 examples/ # Optional examples directory
├── 🐍 webhook_server.py # Flask/FastAPI webhook receiver
├── 🐍 signature_verify.py # Webhook signature verification
└── 🐍 webhook_handler.py # Event processing logic
File Descriptions
File
Type
Purpose
SKILL.md
📄 Markdown
Skill definition with webhook configuration guide
webhook_server.py
🐍 Python
HTTP server for receiving webhooks
signature_verify.py
🐍 Python
Verify webhook authenticity
webhook_handler.py
🐍 Python
Process webhook events
Summary
Category: cicd
Target Audience: Developer building event-driven systems
Trigger Phrases: klingai webhook, kling ai callback, klingai notifications, event-driven klingai
What This Skill Does
This skill configures webhooks for real-time Kling AI job notifications. It covers:
Webhook endpoint setup and registration
HTTPS requirements and SSL configuration
Signature verification for security
Event types and payload structure
Retry handling and idempotency
Integration with message queues
Technical Success Criteria
Working webhook receiving real-time notifications
Signature verification implemented
Idempotent event processing
Business Success Criteria
Efficient event-driven video processing
Eliminated polling overhead
Real-time status updates to users
Related Skills
klingai-async-workflows - Webhook-triggered workflows
klingai-batch-processing - Batch completion notifications
klingai-job-monitoring - Webhook-based monitoring
1 --- 2 name: 581-klingai-webhook-config-8c3a88df 3 description: klingai-webhook-config 4 --- 5 # klingai-webhook-config 6 7 > Configure webhooks for Kling AI job completion notifications 8 9 ## Directory Structure 10 11 ``` 12 klingai-webhook-config/ 13 ├── 📄 SKILL.md # Main skill definition with YAML frontmatter 14 └── 📂 examples/ # Optional examples directory 15 ├── 🐍 webhook_server.py # Flask/FastAPI webhook receiver 16 ├── 🐍 signature_verify.py # Webhook signature verification 17 └── 🐍 webhook_handler.py # Event processing logic 18 ``` 19 20 ## File Descriptions 21 22 | File | Type | Purpose | 23 |------|------|---------| 24 | `SKILL.md` | 📄 Markdown | Skill definition with webhook configuration guide | 25 | `webhook_server.py` | 🐍 Python | HTTP server for receiving webhooks | 26 | `signature_verify.py` | 🐍 Python | Verify webhook authenticity | 27 | `webhook_handler.py` | 🐍 Python | Process webhook events | 28 29 ## Summary 30 31 **Category:** cicd 32 **Target Audience:** Developer building event-driven systems 33 **Trigger Phrases:** `klingai webhook`, `kling ai callback`, `klingai notifications`, `event-driven klingai` 34 35 ### What This Skill Does 36 37 This skill configures webhooks for real-time Kling AI job notifications. It covers: 38 39 - Webhook endpoint setup and registration 40 - HTTPS requirements and SSL configuration 41 - Signature verification for security 42 - Event types and payload structure 43 - Retry handling and idempotency 44 - Integration with message queues 45 46 ### Technical Success Criteria 47 48 - Working webhook receiving real-time notifications 49 - Signature verification implemented 50 - Idempotent event processing 51 52 ### Business Success Criteria 53 54 - Efficient event-driven video processing 55 - Eliminated polling overhead 56 - Real-time status updates to users 57 58 ## Related Skills 59 60 - `klingai-async-workflows` - Webhook-triggered workflows 61 - `klingai-batch-processing` - Batch completion notifications 62 - `klingai-job-monitoring` - Webhook-based monitoring
tools-only/X-Skills/tree/main/automation/scripting/581-klingai-webhook-config_8c3a88df commit a69f2c0849
Frequently asked questions How do I install the 581 Klingai Webhook Config 8c3a88df skill? Run npx skillmds@latest add tools-only/581-klingai-webhook-config-8c3a88df in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the 581 Klingai Webhook Config 8c3a88df skill do? klingai-webhook-config It is listed under Integrations & APIs on SkillMD.
Is 581 Klingai Webhook Config 8c3a88df safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: CAUTION, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with 581 Klingai Webhook Config 8c3a88df? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is 581 Klingai Webhook Config 8c3a88df free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published 581 Klingai Webhook Config 8c3a88df? tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.