langchain-debug-bundle

An on-call engineer pages you at 2am: the production agent loops, ToolMessage outputs are empty strings, the user sees "...

github

langchain-cost-tuning

An engineer shipped a new research agent Tuesday. By Friday the Anthropic bill had grown 6x while traffic grew 1.4x. The...

github

langchain-content-blocks

On Claude, AIMessage.content is list[dict] even for pure text — so any code from an OpenAI-first tutorial that calls mes...

github

langchain-common-errors

The same twelve-plus LangChain 1.0 / LangGraph 1.0 tracebacks show up every week in production: ImportError: cannot impo...

github

langchain-ci-integration

A PR passes every test on your laptop. You push. GHA runs pytest and aborts during collection — before a single test exe...

github

klingai-webhook-config

Instead of polling task status, pass a callbackurl when creating a task. Kling AI will POST the completed task result to...

github

klingai-video-extension

Extend an existing video by appending additional seconds. The extension endpoint takes the taskid of a completed video a...

github

klingai-style-transfer

Apply artistic styles through prompt engineering, use the Effects API for pre-built visual transformations, and leverage...

github

klingai-reference-architecture

Production architecture for video generation platforms built on Kling AI. Covers API gateway, job queue, worker pool, st...

github

klingai-rate-limits

Kling AI enforces rate limits per API key. When exceeded, the API returns 429 Too Many Requests. This skill covers detec...

github

klingai-prod-checklist

Checklist covering authentication, error handling, cost controls, monitoring, security, and content policy before deploy...

github

klingai-model-catalog

Kling AI offers multiple model versions across video generation, image generation, lip sync, virtual try-on, and effects...

github

klingai-known-pitfalls

Documented mistakes, gotchas, and anti-patterns from real Kling AI integrations. Each pitfall includes the symptom, root...

github

klingai-job-monitoring

Every Kling AI generation returns a taskid. This skill covers polling strategies, batch tracking, timeout handling, and ...

github

klingai-image-to-video

Animate static images using the /v1/videos/image2video endpoint. Supports motion prompts, camera control, dynamic masks ...

github

klingai-hello-world

Generate your first AI video in under 20 lines of code. This skill walks through the complete create-poll-download cycle...

github

klingai-debug-bundle

Structured logging, request tracing, and diagnostic tools for Kling AI API integrations. Captures request/response pairs...

github

klingai-content-policy

Kling AI enforces content policies server-side. Tasks with policy-violating prompts return taskstatus: "failed" with a c...

github

klingai-compliance-review

Security and compliance assessment framework for Kling AI integrations. Covers data handling, credential management, con...

github

klingai-ci-integration

Automate video generation in CI/CD pipelines. Common use cases: generate product demos on release, create marketing vide...

github

klingai-camera-control

Add controlled camera movements to text-to-video and image-to-video generation using the cameracontrol parameter. Suppor...

github

klingai-batch-processing

Generate multiple videos efficiently using controlled parallelism, rate-limit-aware submission, progress tracking, and r...

github

klingai-audit-logging

Compliance-grade audit logging for Kling AI API operations. Every task submission, status change, and credential usage i...

github

klingai-async-workflows

Kling AI video generation is inherently async: you submit a task, then poll or receive a callback when done. This skill ...

github