通过将 GLM-5V-Turbo 作为视觉语言认知控制器,与 Claude Code、AutoClaw / OpenClaw 等 Agent 框架及官方技能库(Skills)协同,可实现“目标 URL 视觉探索与资产抓取 -> 全栈前端复刻”、“PRD 驱动网页构建”以及“多模态时空视频分析”的完整闭环。
适合的任务:基于目标网站 URL 的 GUI 自主探索与高保真复刻、PRD 需求文档驱动的 Web 应用生成、电商/品牌故事多页 UI 设计、长视频按秒目标追踪、3D 空间边界框检测。
不适合的任务:脱离执行层沙箱的纯理论复杂后端架构推导;或在未配置外部工具执行器(如缺少文件系统读写、浏览器自动化能力)时期望单模型直接完成物理操作。
适用的模型版本:glm-5v-turbo;支持视频、图像、文本、文档混合输入,上下文长度 200K,最大输出 128K tokens。
适用的客户端、Agent 或 API:Claude Code、OpenClaw、AutoClaw、ZCode、Z.AI Official Chat Completions API。
推荐的推理档位和参数:官方推荐开启思考模式 thinking.type="enabled";在复杂全栈生成和 PRD 解析任务中保持思考过程,以保证视觉层次与代码结构的严格对齐。
glmv-web-replication 技能)Given a target website URL: <TARGET_URL>, please explore it via GUI, collect the necessary assets, and recreate the webpage in HTML code with high visual fidelity and functional completeness.glmv-prd-to-app 技能)Based on my PRD document, please use your PRD skills to build a website for the project in the act folder. The working directory is ./act_workspace.You are a master of frontend recreation and web design. Please complete the following design tasks and implement everything in HTML code.
1. Recreate all pages of such a shopping website, using valid image URLs.
2. Create a welcome page and then transition into the shopping interface.
3. On the “About Brand” page, use parallax scrolling to tell the brand story, allowing text to appear rhythmically as the image background moves.
4. Design a color scheme that preserves a premium aesthetic in dark mode and resolves the issue of product images blending into dark backgrounds.
5. Design a one-page checkout interface to reduce user drop-off, including dynamic shipping calculation and address autocomplete.
In addition to the above, also implement all button functionalities, such as Home, Products, About Brand, and Checkout.Please recreate the mobile app interface based on the provided image, and additionally mock several possible follow-up pages or user interactions that fit the same product design and functionality.Based on the description of the objects appearing in the video "<OBJECT_OR_ACTION_DESCRIPTION>", please track the objects corresponding to this description at every second (tracks per second) of the given video, and provide the bounding box and a globally consistent label for each object. Output using valid JSON format.Please locate the 3D bounding box of <TARGET_OBJECT> and output it in JSON format, where the 9 coordinate values correspond to the center point (x, y, z) and the sizes (x_size, y_size, z_size) across three dimensions all in meters, and the three rotation angles in radians.环境与技能准备:在 OpenClaw / AutoClaw 或 Claude Code 中引入官方技能(如 clawhub.ai/zai-org/glmv-web-replication 或 clawhub.ai/zai-org/glmv-prd-to-app)。
多模态感知阶段:传入目标 URL、设计稿或视频素材,GLM-5V-Turbo 充当视觉语言控制器(Vision-Language Controller),调用浏览器截图、裁剪、DOM 检查或 OCR 工具提取可视元素与布局约束。
规划与代码实现阶段:模型进行高维任务分解,生成包含内嵌 CSS/JS 的结构化代码,或将任务分派到工作空间目录。
Agent 执行与视觉对齐验证:Claude Code / AutoClaw 在本地沙箱中启动服务,截取渲染画面回传模型,模型对照参考原图进行像素级/交互级差异修复。
产物打包与交付:输出可运行的前端项目代码、假设清单及视觉回归检查项。
官方论文将 GLM-5V-Turbo 定位为原生多模态智能体基准模型(Native Foundation Model for Multimodal Agents),集成了 CogViT 视觉编码器与 Multimodal MTP 架构。
官方发布了完整的官方技能清单(Table 2),覆盖 glmv-web-replication、glmv-prd-to-app、glmv-pdf-to-web、glmv-pdf-to-ppt、glmv-stock-analyst 等,并已在 ClawHub 开源。
论文 Section 3.2 明确指出了与 Claude Code 和 AutoClaw 的协同范式:Claude Code 负责终端与文件系统执行,AutoClaw 负责浏览器与 GUI 自动化,GLM-5V-Turbo 负责高层视觉理解与规划调度。
自动化复刻需要执行环境具备外网访问权限或本地沙箱支持;若目标页面包含强反爬/验证码,需要外部自动化层介入。
官方提示词中的“valid image URLs”在离线或封闭环境中需要替换为本地占位图或素材提取脚本下载的路径。
3D 边界框和逐秒视频跟踪依赖清晰的分辨率与正确的相机内参假设,不能替代激光雷达等高精度传感器数据。
官方技术报告强调:“GLM-5V-Turbo acts as the vision-language controller for AutoClaw, enabling sophisticated agentic workflows... facilitating a complete perception–planning–execution loop.”(arXiv:2604.26752 Section 3.2)。
GLM-5V Turbo