원클릭으로
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.