GitHub
Skills harvested from GitHub repositories
14810 skills availablelangchain-debug-bundle
An on-call engineer pages you at 2am: the production agent loops, ToolMessage outputs are empty strings, the user sees "...
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...
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...
langchain-common-errors
The same twelve-plus LangChain 1.0 / LangGraph 1.0 tracebacks show up every week in production: ImportError: cannot impo...
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...
klingai-webhook-config
Instead of polling task status, pass a callbackurl when creating a task. Kling AI will POST the completed task result to...
klingai-video-extension
Extend an existing video by appending additional seconds. The extension endpoint takes the taskid of a completed video a...
klingai-style-transfer
Apply artistic styles through prompt engineering, use the Effects API for pre-built visual transformations, and leverage...
klingai-reference-architecture
Production architecture for video generation platforms built on Kling AI. Covers API gateway, job queue, worker pool, st...
klingai-rate-limits
Kling AI enforces rate limits per API key. When exceeded, the API returns 429 Too Many Requests. This skill covers detec...
klingai-prod-checklist
Checklist covering authentication, error handling, cost controls, monitoring, security, and content policy before deploy...
klingai-model-catalog
Kling AI offers multiple model versions across video generation, image generation, lip sync, virtual try-on, and effects...
klingai-known-pitfalls
Documented mistakes, gotchas, and anti-patterns from real Kling AI integrations. Each pitfall includes the symptom, root...
klingai-job-monitoring
Every Kling AI generation returns a taskid. This skill covers polling strategies, batch tracking, timeout handling, and ...
klingai-image-to-video
Animate static images using the /v1/videos/image2video endpoint. Supports motion prompts, camera control, dynamic masks ...
klingai-hello-world
Generate your first AI video in under 20 lines of code. This skill walks through the complete create-poll-download cycle...
klingai-debug-bundle
Structured logging, request tracing, and diagnostic tools for Kling AI API integrations. Captures request/response pairs...
klingai-content-policy
Kling AI enforces content policies server-side. Tasks with policy-violating prompts return taskstatus: "failed" with a c...
klingai-compliance-review
Security and compliance assessment framework for Kling AI integrations. Covers data handling, credential management, con...
klingai-ci-integration
Automate video generation in CI/CD pipelines. Common use cases: generate product demos on release, create marketing vide...
klingai-camera-control
Add controlled camera movements to text-to-video and image-to-video generation using the cameracontrol parameter. Suppor...
klingai-batch-processing
Generate multiple videos efficiently using controlled parallelism, rate-limit-aware submission, progress tracking, and r...
klingai-audit-logging
Compliance-grade audit logging for Kling AI API operations. Every task submission, status change, and credential usage i...
klingai-async-workflows
Kling AI video generation is inherently async: you submit a task, then poll or receive a callback when done. This skill ...