尧图网络 高端网站定制 · 原创设计
免费咨询热线
400-888-6620
免费获取方案
Connectors
Connectors【免费下载链接】OpenMontageWorlds first open-source, agentic video production system. 12 production pipelines, 100 tools, 700 agent skill and production-knowledge files. Turn your AI coding assistant into a full video production studio.项目地址: https://gitcode.com/GitHub_Trending/op/OpenMontageHeyGen Video AgentFeedstyle_prompt_fullas the visual style block. Usemotion.transitionsfor scene cuts. Orientation: landscape.HTML SlidesMap colors to CSS variables. Usetypography.displayfor h1-h3.### 5.2 ## Design Principles——设计哲学 自由书写驱动该视觉系统的信念、有意的取舍 markdown ## Design Principles Typography drives hierarchy. Color is used sparingly and intentionally. Every element snaps to a baseline grid. White space is a feature.5.3## Extraction Notes——提取来源记录当风格是从既有设计提取而来时记录来源 URL、日期与关键决策## Extraction Notes Extracted from https://example.com on 2026-03-12. Primary colors sampled from hero section. Typography identified via browser dev tools.6. 完整示例瑞士国际主义风格规范文档给出了一份完整的示例文件这也是画廊中最典型的案例——Josef Müller-Brockmann Swiss International Stylereferences/gallery/mueller-brockmann-swiss.visual-style.md--- name: Josef Müller-Brockmann Swiss International Style version: 1.0 tags: - iconic design - sleek minimal author: Bin source_url: created: 2026-03-12 style_prompt_short: Grid-locked Swiss precision. Black and white base with electric blue accent. Helvetica only. Data visualizations as hero elements. style_prompt_full: Josef Müller-Brockmann Swiss International Style. Grid-locked layouts with mathematical precision. Black and white base with ONE accent color (electric blue #0066FF). Strong diagonal compositions. Helvetica typography only. Data visualizations are the hero — animated charts, counters, grids. Every frame snaps to a grid. Transitions are horizontal grid wipes. No organic shapes. No gradients. No stock photography. Everything is geometric, systematic, precise. colors: primary: - name: Pure Black hex: #000000 role: dominant ground, text, structural elements - name: Pure White hex: #FFFFFF role: background fields, negative space accent: - name: Electric Blue hex: #0066FF role: the ONE accent — data highlights, key emphasis neutral: - name: Grid Gray hex: #CCCCCC role: grid lines, secondary structure typography: display: family: Helvetica weight: bold style: uppercase or sentence case, tight tracking body: family: Helvetica weight: regular style: flush left, ragged right, generous leading caption: family: Helvetica weight: light style: small, uppercase, wide tracking rules: - Helvetica ONLY — no other typeface - Type sizes follow a mathematical scale - Always flush left — never centered layout: grid: Strict modular grid — 12 columns alignment: Flush left, grid-snapped aspect_ratio: 16:9 notes: - Every element locked to the grid - Data visualizations are the hero elements motion: transitions: - horizontal grid wipes - elements snapping to grid positions - clean hard cuts animation_style: Geometric precision. Elements snap to grid positions. Charts animate systematically. Nothing bounces. pacing: Measured, confident, unhurried mood: keywords: - precise - systematic - authoritative - geometric era: 1950s–1970s (timeless) cultural_reference: Müller-Brockmann, Grid Systems in Graphic Design avoid: - organic or curved shapes - gradients - stock photography - centered text - decorative elements assets: reference_images: [] gsep_elements: [] html_snippets: [] color_palette_image: url: ---6.1 示例中的字段协同分析这份示例展示了完整字段如何协同工作style_prompt_full把结构化的约束全部用自然语言复述了一遍——包含具体 hex#0066FF、唯一字体Helvetica、转场方式horizontal grid wipes、反模式No organic shapes / No gradients / No stock photography——即使某工具只读取这一个字段也能还原出全部设计意图mood.avoid与style_prompt_full中的否定句一一对应形成了结构化反模式与自然语言反模式的双保险layout.aspect_ratio: 16:9直接服务于后续视频/幻灯片应用的画幅设定画廊版本在此基础上还扩充了第 4 个中性色Dark Gray #333333辅助文字/次级标签、typography.rules中的第 4 条 Weight contrast does the hierarchy、layout.notes中的对角线构图说明以及mood.avoid中更多的反模式如 handwritten or serif typefaces、drop shadows or glows、rounded corners可见画廊文件比规范示例更加收敛风格边界。7. 校验规则与版本策略7.1 Validation五条合法性校验一份合法的visual-style.md必须满足---分隔符之间是合法 YAML frontmatter所有必填字段齐全name、version、style_prompt_short、style_prompt_full、colors.primarycolors.primary至少包含 2 个颜色对象每个颜色对象都包含name、hex、role三个键version必须为1.0。这套校验直接支撑了 SKILL 中 Extract 模式的第五步Validate — Ensure all required fields are present也保证了画廊与模板文件的互操作性。7.2 Versioningversion指规范版本而非风格版本需要特别澄清version字段描述的是格式规范的版本而不是某个具体风格的版本号。规范变更时的处理策略次要变更新增可选字段版本保持1.0破坏性变更必填字段变化版本升级到2.0。这意味着只要读取方支持1.0就能安全地忽略它不认识的可选字段与x_*扩展向后兼容性由版本策略背书。8. 设计决策解读格式背后的四条理由规范最后专门用一节解释关键设计决策理解这些决策有助于写出更合规的文件8.1 为什么style_prompt_full是必填的很多 AI 工具只接受文本提示词。通过强制要求一段完整的自然语言风格描述确保每一份visual-style.md都能被任何工具立即使用——即使它不解析结构化字段。这是AI-consumable目标的核心保障。8.2 为什么不内嵌二进制数据URL 让文件保持小巧、可版本化、可移植。二进制资产参考图、叠加元素、HTML 片段应托管在外部通过 URL 引用。8.3 为什么用x_*命名空间不同工具能力不同。x_前缀允许写入工具专属配置如x_heygen、x_figma、x_paper既满足工具特定需求又不污染核心 schema——对应最佳实践中的 Opinionated defaults, flexible extensions。8.4 为什么要有mood.avoid负面约束与正面约束同等重要。告诉 AI 不要做什么往往比告诉它做什么更有效。这解释了为什么style_prompt_full中总会出现成串的 No ... 句式。9. 实战扩展模板、连接器与画廊格式规范的最终价值体现在 Create / Extract / Apply / Gallery 四类用法中。以下文件均位于 .agents/skills/visual-style/ 目录。9.1 Create两份可直接套用的模板最小模板 minimal.visual-style.md只含必填字段用于快速产出合法文件完整模板 full.visual-style.md覆盖全部可选字段每个字段都带注释说明意图是手工编写的最佳起点。它甚至预留了x_heygen.video_id与x_figma.library_id的占位示例。9.2 Apply连接器如何消费格式Connectors 把visual-style.md的字段翻译成目标工具的指令这反过来验证了规范字段设计的实用性HeyGen Video Agent 连接器connectors/heygen-video-agent.md将style_prompt_full原样追加进生成提示词motion.transitions作为场景转场指令layout.aspect_ratio决定画幅16:9 landscape9:16 portraitmood.avoid转成排除项x_heygen.orientation作为显式画幅覆盖。其提示词模板结构为Create a video about [TOPIC]. Script: [USERS SCRIPT] Visual style: [PASTE style_prompt_full HERE] Additional constraints: - [ITEMS FROM mood.avoid] Motion: - Transitions: [motion.transitions] - Pacing: [motion.pacing] - Animation: [motion.animation_style] Format: [layout.aspect_ratio OR x_heygen.orientation]【免费下载链接】OpenMontageWorlds first open-source, agentic video production system. 12 production pipelines, 100 tools, 700 agent skill and production-knowledge files. Turn your AI coding assistant into a full video production studio.项目地址: https://gitcode.com/GitHub_Trending/op/OpenMontage创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
RELATED

相关推荐

code-review 双轴评审:用 Standards 与 Spec 并行子代理检查一次 Git diff

code-review 双轴评审:用 Standards 与 Spec 并行子代理检查一次 Git diff

code-review 双轴评审:用 Standards 与 Spec 并行子代理检查一次 Git diff 【免费下载链接】skills Skills for Real Engineers. Straight from my .agents directory. 项目地址: https://gitcode.com/GitHub_Trending/skills13/skills 本指南讲解 GitHub推荐…

📅 2026/9/11 13:59:17
神策分析3.0.4版本出海业务数据追踪优化解析

神策分析3.0.4版本出海业务数据追踪优化解析

1. 神策分析3.0.4版本核心升级解析作为国内领先的用户行为分析平台,神策分析在3.0.4版本中重点强化了出海业务场景下的全链路数据追踪与分析能力。这次更新并非简单的功能迭代,而是针对全球化业务特点进行了系统性架构优化。从技术架构来看,3…

📅 2026/9/11 13:59:17
YooAsset资源全解析:从AssetBundle到热更实践

YooAsset资源全解析:从AssetBundle到热更实践

做Unity开发的朋友应该都有印象,最近两三年在资源管理方案的讨论里,YooAsset的出场率越来越高。尤其是涉及到热更的项目,群里一问用什么管理AssetBundle,十个人里有六个会提YooAsset,剩下四个在犹豫要不要从Addressabl…

📅 2026/9/11 13:59:17
MORE NEWS

更多资讯

📰

洁净车间环境监控系统设计与实践

1. 洁净车间环境监控的行业痛点在制药、电子制造、食品加工等行业,洁净车间的温湿度控制直接关系到产品质量和生产安全。传统的人工巡检方式存在三大致命缺陷:数据滞后性:每小时记录一次的手工台账无法捕捉突发性环境波动,等发现问…

📰

Windows全局文件搜索神器Everything:原理、配置与搜索技巧完全指南

电脑全局搜索Everything:丢掉“等它转圈”的日子,找回指尖即达的检索快感如果你每天都在Windows上找文件,一定经历过这种崩溃:明明知道文件名里有个关键词,但打开资源管理器右上角的搜索框,它转啊转&#x…

📰

CMSIS-6静态工程:嵌入式开发的编译期硬件建模革命

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

📰

StaffML Vault 大规模构建 Runbook 实战:基于覆盖率分析与 Gemini 迭代生成的题库批量扩充管线

StaffML Vault 大规模构建 Runbook 实战:基于覆盖率分析与 Gemini 迭代生成的题库批量扩充管线 【免费下载链接】cs249r_book Machine Learning Systems 项目地址: https://gitcode.com/GitHub_Trending/cs/cs249r_book 导读 本指南完整讲解 cs249r / Staff…

📰

如何使用 supervisord 管理 Appsmith Docker 容器内的后端与 Caddy 进程

如何使用 supervisord 管理 Appsmith Docker 容器内的后端与 Caddy 进程 【免费下载链接】appsmith Platform to build admin panels, internal tools, and dashboards. Integrates with 25 databases and any API. 项目地址: https://gitcode.com/GitHub_Trending/ap/appsmi…

📰

PythonRobotics 动态窗口法(Dynamic Window Approach)实现解析:2D 移动机器人局部避障与轨迹规划实战

PythonRobotics 动态窗口法(Dynamic Window Approach)实现解析:2D 移动机器人局部避障与轨迹规划实战 【免费下载链接】PythonRobotics Python sample codes and textbook for robotics algorithms. 项目地址: https://gitcode.com/GitHub_…

TODAY

今日更新

THIS WEEK

本周精选

THIS MONTH

本月热门

读完文章,想聊聊您的网站?

告诉我们您的行业与需求,资深顾问一对一梳理方案与报价,全程免费。

📞 💬