OpenCut 视频编辑器的重构与未来:全平台、插件化与 AI 集成 ✍ OpenCut🕐 2026-05-27📦 4.5 KB 🟢 已读 𝕏 文章列表 开源视频编辑器 OpenCut 宣布从零重构,将原 Web 引擎移植以支持桌面、Android 和 iOS 全平台。新版将引入插件系统、无头模式(用于批处理和服务器渲染)、脚本标签页以及 MCP 服务器支持,实现与 Claude 等智能体的交互。文章还预告了全新的 UI 设计、键盘优先模式及更强大的渲染器,致力于打造一个可编程、可扩展的视频编辑平台。 OpenCut视频编辑开源MCPAgent插件系统全平台开发TypeScript自动化无头模式 # We're rewriting OpenCut. **作者**: OpenCut **日期**: 2026-05-26T19:44:54.000Z **来源**: [https://x.com/opencutapp/status/2059360143909802128](https://x.com/opencutapp/status/2059360143909802128) ---  OpenCut started as an open source video editor. That's still true. But what it's becoming is something much bigger. We're rebuilding from the ground up. Here's what that means. ## Everything in this post comes from one decision.  The engine is TypeScript running in a browser. That's fine when web is the only platform. It's not anymore.  OpenCut is expanding to Desktop, Android, and iOS. Each platform becomes a thin UI layer, wrapped around the same underlying engine.  We're also adding 4 things that weren't possible before. ## First, the things you've been asking for Before we get to the big stuff, here's what's new on the surface: - A brand new UI (revolutionary) - Keyboard-first mode (opt-in) - Auto caption fixes - Transitions and filters - A faster, more stable renderer - Group elements (finally) - A much bigger effects library These are coming with the rewrite because we're building everything fresh. ## Plugins OpenCut is getting a plugin system. You'll be able to install third-party plugins from the Store, or build and publish your own. Built-in features and third-party plugins run on the same Plugin API. You can disable any built-in feature you don't want. Some plugin ideas: - Custom snapping: snap to audio peaks in the timeline - Cross-platform publishing: publish to TikTok, YouTube, Instagram, and more all inside the editor. - Silence remover: scan the timeline and cut any silence longer than a threshold you set. ## Headless mode OpenCut has always been an editor. You open it, you edit some stuff, and maybe export it. But what if you never opened it at all? Headless mode lets you run the engine without a UI. You script what you want and it renders a finished video. Some things it makes possible: - Batch rendering: queue 50 clips with the same template, come back to finished files. - Template pipelines: define your format once, swap the assets, re-render. What took an hour of clicking is now a script you run. - Server-side rendering: Build anything on top of OpenCut. Your users click a button and a render comes out. They never see the editor. ## A scripting tab Plugins are for things you want to add permanently. But sometimes, you just want to automate something once, or try something weird, or do something the UI doesn't expose. That's what the scripting tab is for. It's a tab in the editor where you can write scripts that talk directly to OpenCut. ## An MCP server  If you don't know what MCP is, this one's not for you. OpenCut will expose an MCP server. While you're editing, an agent can work alongside you. Manipulate the timeline, add clips, apply transitions, run scripts, and so on. Will work with Cursor, Claude, and any other MCP-compatible clients. ## The Editor API Everything you'll be able to do in the editor, you'll be able to do through a fully public API. Build on it, script it, automate it, ship products on top of it. A complete picture:  ## Follow along We're building this in the open. You can watch the progress, ask questions, and follow along on the tracking issue on GitHub. Sneak peeks and early builds go to Discord first. - Tracking issue: https://github.com/OpenCut-app/OpenCut/issues/811 - Discord: https://discord.gg/Xh3STHDCNQ ## 相关链接 - [OpenCut](https://x.com/opencutapp) - [@opencutapp](https://x.com/opencutapp) - [12K](https://x.com/opencutapp/status/2059360143909802128/analytics) - [https://github.com/OpenCut-app/OpenCut/issues/811](https://github.com/OpenCut-app/OpenCut/issues/811) - [https://discord.gg/Xh3STHDCNQ](https://discord.gg/Xh3STHDCNQ) - [Upgrade to Premium](https://x.com/i/premium_sign_up) - [3:44 AM · May 27, 2026](https://x.com/opencutapp/status/2059360143909802128) - [12.6K Views](https://x.com/opencutapp/status/2059360143909802128/analytics) - [View quotes](https://x.com/opencutapp/status/2059360143909802128/quotes) --- *导出时间: 2026/5/27 09:52:14* --- ## 中文翻译 # 我们正在重写 OpenCut。 **作者**: OpenCut **日期**: 2026-05-26T19:44:54.000Z **来源**: [https://x.com/opencutapp/status/2059360143909802128](https://x.com/opencutapp/status/2059360143909802128) ---  OpenCut 最初是一个开源视频编辑器。这一点至今未变。但它正在演变成一个更加宏大的事物。 我们正在从零开始重构。这意味着什么? ## 本文中的一切都源于一个决定。  之前的引擎是在浏览器中运行的 TypeScript。当 Web 还是唯一的平台时,这没问题。但现在不再是了。  OpenCut 正在扩展到桌面端、Android 和 iOS。每个平台都将成为一个薄薄的 UI 层,包裹在同一个底层引擎之外。  我们还将添加以前无法实现的 4 项功能。 ## 首先,你们一直要求的功能 在我们谈论重大功能之前,先看看表层有哪些新东西: - 全新的 UI(革命性的) - 键盘优先模式(可选) - 自动字幕修复 - 转场和滤镜 - 更快、更稳定的渲染器 - 元素编组(终于实现了) - 更庞大的特效库 这些都会随着重写而来,因为我们正在从零构建所有东西。 ## 插件 OpenCut 将引入插件系统。你将能够从商店安装第三方插件,或者构建并发布你自己的插件。 内置功能和第三方插件运行在同一个插件 API 上。你可以禁用任何你不想要的内置功能。 一些插件构想: - 自定义吸附:在时间轴上吸附到音频峰值 - 跨平台发布:在编辑器内直接发布到 TikTok、YouTube、Instagram 等平台。 - 静音移除:扫描时间轴并切掉所有超过你设定阈值的静音部分。 ## 无头模式 OpenCut 始终是一个编辑器。你打开它,编辑一些东西,然后可能导出它。 但如果你根本不需要打开它呢? 无头模式允许你在没有 UI 的情况下运行引擎。你编写脚本描述你想要的内容,它就会渲染出一个完成的视频。 它实现了一些可能: - 批量渲染:将 50 个片段排队使用同一个模板,回来时成品文件就准备好了。 - 模板流水线:一次定义你的格式,替换素材,重新渲染。以前需要一小时的点击操作,现在变成了你运行的一个脚本。 - 服务端渲染:在 OpenCut 之上构建任何东西。你的用户点击一个按钮,一个渲染结果就出来了。他们甚至看不到编辑器。 ## 脚本标签页 插件适用于你想要永久添加的功能。但有时,你只想自动化一次某个操作,或者尝试一些奇怪的东西,或者做一些 UI 没有暴露出来的操作。 这就是脚本标签页的用途。它是编辑器里的一个标签页,你可以在其中编写直接与 OpenCut 对话的脚本。 ## MCP 服务器  如果你不知道 MCP 是什么,那这个功能就不适合你。 OpenCut 将公开一个 MCP 服务器。当你编辑时,一个代理可以与你并肩工作。操作时间轴、添加片段、应用转场、运行脚本等等。 将与 Cursor、Claude 以及任何其他兼容 MCP 的客户端一起工作。 ## 编辑器 API 你在编辑器里能做的任何事情,你都能通过完全公开的 API 来完成。基于它构建、编写脚本、自动化它、在此基础上发布产品。 全景图:  ## 跟进进展 我们在公开开发这个项目。你可以在 GitHub 的追踪 issue 上观看进度、提问并跟随我们的步伐。 抢先看和早期版本会首先发布在 Discord 上。 - 追踪 issue: https://github.com/OpenCut-app/OpenCut/issues/811 - Discord: https://discord.gg/Xh3STHDCNQ ## 相关链接 - [OpenCut](https://x.com/opencutapp) - [@opencutapp](https://x.com/opencutapp) - [12K](https://x.com/opencutapp/status/2059360143909802128/analytics) - [https://github.com/OpenCut-app/OpenCut/issues/811](https://github.com/OpenCut-app/OpenCut/issues/811) - [https://discord.gg/Xh3STHDCNQ](https://discord.gg/Xh3STHDCNQ) - [Upgrade to Premium](https://x.com/i/premium_sign_up) - [3:44 AM · May 27, 2026](https://x.com/opencutapp/status/2059360143909802128) - [12.6K Views](https://x.com/opencutapp/status/2059360143909802128/analytics) - [View quotes](https://x.com/opencutapp/status/2059360143909802128/quotes) --- *导出时间: 2026/5/27 09:52:14*
2 2026年剪辑器正在被Agent接管 文章探讨了2026年剪辑器被Agent接管的趋势,通过ChatCut、OpenCut和Palmier Pro三条路径分析了MCP协议在实现人机共编中的应用,指出剪辑器正从GUI操作转向自然语言交互,并预测MCP协议将成为行业标准。 技术 › Agent ✍ AIGCLINK🕐 2026-07-15 AI剪辑MCPAgentChatCutOpenCutPalmierPro视频编辑人机协作
H Hermes Agent 推出 Bundle 功能:一键打包 Skills 与 MCP 本文介绍了 Hermes Agent 推出的 Bundle 功能,通过一条命令即可完成 Skills、MCP、Rules 和 Hooks 的配置。文章详细解析了 Bundle 包含的四大核心组件,展示了社区预设的 developer、content-creator 等技能包,并强调了其自进化能力,即 Agent 能在任务后自动生成新的 Skill,极大提升了 AI Agent 的落地效率。 技术 › Agent ✍ 知野🕐 2026-05-30 HermesAgentSkillsMCP工具链自动化自进化DevOps开源效率
构 构建每日晨间简报的 Claude 研究助手 本文介绍了一个完整的构建方案,利用 Claude Desktop、N8N、Filesystem MCP 和 Brave Search 创建一个自动化研究助手。该助手每天早晨自动读取互联网信息,过滤噪音,并将结构化的 5 分钟简报存入 Obsidian,帮助用户节省时间并获取关键信息。 技术 › Agent ✍ CyrilXBT🕐 2026-05-26 ClaudeMCPN8NObsidian自动化工作流Brave SearchAgent效率开源
6 6000 Stars的飞书CLI到底能干嘛?我用Claude Code接了一遍 文章详细介绍了飞书开源的 CLI 工具,该工具拥有 6000+ Stars 和 19 个预置 Agent Skills。作者阐述了在 AI 时代 CLI 相比 API 的优势,其三层命令架构设计,以及如何通过 Claude Code、Cursor (MCP) 和 OpenClaw 接入 AI。文章还展示了日程查询、自动发消息、会议纪要生成等实战场景,并提供了安装指南和风险提示。 技术 › 工具与效率 ✍ Jason Zhu🕐 2026-04-02 飞书CLIClaude CodeAgent自动化开源WorkflowMCP效率工具Lark
扫 扫了1000+个仓库,测了200+个技能,终于找到这90个真正能用的AI神器! 作者经过数周实测,从1000多个GitHub仓库和200多个Claude技能中筛选出90个真正实用的AI工具。文章详细介绍了22个Claude Skills(涵盖办公、设计、开发、SEO等领域)、3个改变工作流的MCP服务器(Tavily、Context7、Task Master),以及25个核心开源Agent项目(如OpenClaw、AutoGPT、Dify)。此外还列出了40个值得关注的新鲜仓库,涉及Agent编排、基础设施、记忆系统及开发工具。 技术 › 工具与效率 ✍ 纯棉短裤🕐 2026-03-22 ClaudeAgentMCPGitHubOpenAI技能推荐开源开发工具自动化AI评测
如 如何(以及为何)构建 Agent First 应用 文章介绍了如何使用 Agent-Native 框架构建 Agent First 应用。通过统一的前端动作与 Agent 工具,实现 UI 与 Agent 的双向同步。应用支持通过聊天交互、集成外部 Agent、A2A 通信及自动化任务,且完全开源。 技术 › Agent ✍ Steve (Builder.io)🕐 2026-07-29 AgentAgent-NativeClaude前端A2A开源自动化框架UI
浪 浪费20亿Token之后,我做了一个帮自己定义目标的Skill 作者分享了一个名为Leader.skill的开源工具,旨在解决Agent交互中目标定义模糊的问题。该工具基于“目标七问”方法论,将模糊需求转化为清晰的目标任务书,支持多模型组合(如Claude规划、GPT执行),显著提升长程任务的完成率与Token利用率。 技术 › Skill ✍ 数字生命卡兹克🕐 2026-07-27 AgentGoal Engineering目标定义自动化开源LLM效率工具方法论ClaudeGPT
百 百度网盘 + 闲鱼 MCP 一键发布实战指南 本文介绍了如何通过 MCP 协议将百度网盘与闲鱼连接,利用 AI Agent 自动化完成从网盘选取资料、生成文案到闲鱼发布商品的流程。文章详细讲解了环境配置、接口接入及常见坑点,帮助读者建立自动变现系统。 技术 › Agent ✍ mousepotato🕐 2026-07-27 MCP自动化闲鱼百度网盘AgentPython实战教程
2 29k star的AI克隆任意网站开源skill 介绍了一个获得29k star的开源AI工具,能像素级还原任意网站。其成功关键在于将大任务拆解为小任务、使用详细的规格文件作为“合同”、正确识别页面交互逻辑,并通过git worktree实现并行工作,最终与原站进行视觉对比。 技术 › Agent ✍ AIGCLINK🕐 2026-07-22 AI开源网站克隆Agent自动化Git视觉对比
微 微软开源 Resource2Skill 项目 微软开源了 Resource2Skill 项目,并发表了相关 arXiv 论文。该项目通过自动将教程视频、文章、代码等人类资源蒸馏成 Agent 可直接执行的技能,解决了技能来源问题。Agent 能够浏览、组合和运行这些技能,生成网页、PPT、Excel、Blender 场景甚至音频作品,标志着技能生成从手写进入自动提炼阶段。 技术 › Agent ✍ Jason Zhu🕐 2026-07-21 微软Resource2SkillSkillAgent开源自动化论文
开 开源发布灵剪 lingjian-video 作者开源了灵剪(lingjian-video)项目,这是一种可以逐关审核的AI短视频生成工具。它将脚本、分镜、配音等流程自动化,但允许用户在每个环节对候选内容进行审核和决策。项目支持4种首发风格,基于Apache-2.0协议开源,并可用作Agent Skill。 技术 › Skill ✍ 爆裂队长NEXT🕐 2026-07-19 开源灵剪视频生成AIAgent自动化审核Apache-2.0工具
使 使用 Hermes Agent Blender MCP 免费构建 3D 产品模型 文章介绍了 Hermes Agent Blender MCP 工具,它能将文字描述直接转化为可编辑的 Blender 3D 场景。用户无需深入学习 Blender 的复杂节点和参数,只需描述想法,Agent 即可自动完成建模、材质、灯光和渲染。这种方式大大降低了 3D 创作门槛,特别适合产品模型快速制作。 技术 › Hermes ✍ Julian Goldie SEO🕐 2026-07-18 3D建模BlenderAgentAI设计产品渲染自动化HermesMCP创意工具工作流