一键导入
forge-visual-audit-protocol
End-to-end workflow for implementing high-precision visual continuity auditing using KimiVL and canvas frame capture.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-to-end workflow for implementing high-precision visual continuity auditing using KimiVL and canvas frame capture.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
基于 SOC 职业分类
| name | forge-visual-audit-protocol |
| description | End-to-end workflow for implementing high-precision visual continuity auditing using KimiVL and canvas frame capture. |
This skill outlines the end-to-end workflow for implementing high-precision visual continuity auditing within the Forge NPS architecture. It combines canvas-based client-side frame capture with KimiVL's multimodal analysis to validate video/image renders against character "Lore Bible" DNA.
kimi_vl_client.py)Implement an audit_frame() method in the KimiVLClient class.
is_consistent (bool)confidence_score (float 0-1)mismatch_details (str, optional)suggested_fix (str, optional)forge_dashboard.py)Create a POST endpoint /api/visual-audit.
EpisodicMemory system to allow the agent to learn from recurring visual errors.video-player.js)Implement a dedicated ForgeVideoPlayer class to manage the lifecycle of video playback and auditing.
<canvas> element.<video>.ctx.drawImage(video, 0, 0) onto the canvas.canvas.toDataURL('image/jpeg', 0.9) to generate a high-quality JPEG base64 string.app.js)Modify the rendering loop to differentiate between image and video assets.
/\.(mp4|webm|mov)$/i) on file paths.createRenderCard() function that returns different HTML structures based on asset type.openVideoLightbox() to inject the ForgeVideoPlayer into a modal overlay, providing a focused environment for analysis.image/jpeg with quality compression (0.8-0.9) to balance detail vs. network latency.openVideoLightbox.