一键导入
kimi-vl-integration-protocol
Standardized workflow for implementing and utilizing Kimi-VL multi-modal reasoning capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardized workflow for implementing and utilizing Kimi-VL multi-modal reasoning capabilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A specialized AI agent that ruthlessly evaluates all marketing assets against world-class standards, ensuring only premium content is approved for final delivery.
A specialized framework for generating high-fidelity prompts optimized for Flux.2 (image) and LTX 2.5 (video). Focuses on materiality, optical physics, temporal dynamics, and cinematic technicality to move beyond "vibe-coded" descriptions.
Automates the transformation of narrative Markdown prompts into technical JSON payloads for Z-Image Turbo ComfyUI workflows. Handles extraction, sanitization against banned terms, and dynamic parameter injection (Resolution/Node Targeting).
Transforms narrative script data into cinematic prompt batches for FLUX/LTX.
Expert-tier prompting protocol for Grok Imagine Video Generation (xAI). Focuses on 'Hollywood sequence' narrative prose, SCENE LOCK consistency, and handheld realism.
High-precision prompting protocol for LTX 2.3 (Lightricks) video generation, optimized for ComfyUI VFX pipelines and local control. Incorporates cinematic prose, camera motion selectors, and the community-standard 3-stage sampling hack.
| name | kimi-vl-integration-protocol |
| description | Standardized workflow for implementing and utilizing Kimi-VL multi-modal reasoning capabilities. |
This skill provides the standardized workflow for implementing and utilizing multi-modal (visual) reasoning capabilities via the Kimi-VL client within the Forge NPS intelligence stack.
The KimiVLClient is a specialized extension of the KimiBridge. It is designed to handle visual assets (images/video frames) by encoding them into Base64 and injecting them into an OpenAI-compatible multi-modal message payload. This enables high-precision visual audits, consistency checks, and cinematic quality verification.
KimiVLClient(KimiBridge)analyze_visuals(image_path, system_prompt, user_prompt, schema, ...)ModelTier.VISUAL tier via the KimiModelRouter.When an agent (e.g., QA Agent) needs to perform a visual check:
kimi_bridge provided to the agent is an instance of KimiVLClient.QAAuditSchema) to enforce structured JSON output.
pass in schema fields; use pass_flag instead.analyze_visuals with the absolute path to the asset and the specific audit prompts._handle_visual_remediation loop, which extracts context from the failed payload and sends a text-only correction request.pass. It will break the model's ability to instantiate the object. Use pass_flag, is_passed, etc.FileNotFoundError: Raised if the image_path does not exist.TypeError: Raised by the QA Agent if it attempts a visual audit using a standard KimiBridge instead of KimiVLClient.ValidationError: Handled internally via StrictSchemaGuard and the remediation engine.