Yichen Jianying Edit logo

Yichen Jianying Edit

CommunityPopular
mcncarl
yichen-jianying-edit

在装有匹配版本剪映的 Apple Silicon Mac 上,无界面生成可编辑草稿、修改已有多轨草稿的独立副本,或按明确要求导出原生 MP4。需要另行检出 Jianying Headless 核心项目;纯转写不使用本 Skill。

Overview

Publishermcncarl
Repositoryyichen-skills
Skill nameyichen-jianying-edit
Stars
3.3K
Forks
1.4K
Bundled files
10
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 10 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by mcncarl on GitHub. Read the source before you install it.

Installation

Install the Yichen Jianying Edit AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mcncarl/yichen-skills.git /tmp/yichen-skills
mkdir -p .claude/skills
cp -r /tmp/yichen-skills/yichen-jianying-edit .claude/skills/yichen-jianying-edit
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Yichen Jianying Edit in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Yichen Jianying Edit on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Yichen Jianying Edit is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

剪映无界面剪辑

默认交付可继续编辑的原生草稿。用户明确要求成片时才运行原生导出。 无界面不等于无需安装剪映;此 Skill 不包含官方程序库或完整剪辑后端。

先确认依赖和本次范围

  1. 安装说明 定位已获授权的核心项目检出目录。Skill 与核心项目 同仓时自动定位;独立安装时设置 JIANYING_HEADLESS_ROOT。不要从用户其他 项目、浏览器或聊天中搜集访问凭据,也不要自动复制官方库。
  2. 运行 python3 SKILL/scripts/headless_draft.py doctor。核心项目缺失或版本/hash 不符时停止原生操作;按报错修复依赖,不改固定版本和哈希来通过检查。
  3. 从请求确定素材、新建或修改、速度、音效/BGM及剪辑力度。沿用本次明确参数, 不沿用历史项目的速度和删减偏好;不明确的语义删减集中询问。
  4. 转写属于独立的可选依赖。存在 $yichen-asr 时按其说明执行;已提供逐词稿时 直接使用。需要付费转写必须有本次授权,不自动充值、切换服务商或重复提交。

选择入口

执行与验收

  • 源片保持不动;使用已授权的本地素材。字幕默认需要,样式按本次画面调整。 BGM 未提出则不加。不要删除难以确认的数字、产品名或核心判断。
  • build 只写本次隔离工作目录。publish / resume-publish 是本机剪映首页登记, 不是线上发布;执行前让用户保存工作并完全退出剪映,不强制结束进程。
  • 所有输出使用本次 work/ 下的新目录。素材副本、hash、一致性和目录锁由工具核对; 不把 --expect-* 等一致性参数误当成需要用户逐项填写的审批问题。
  • 特效资源只能来自本机已合法取得的匹配缓存,保持原有许可字段与字节校验。 不下载、解锁、伪造授权,不能把缓存存在或技术渲染成功当作会员/商用许可。
  • 复合片段只能作为实验性的离线构建、修改与冻结快照导出;正式首页登记仍被阻止。 不把它交付成已经通过原生保存持久化验收的嵌套草稿。
  • 草稿需在剪映中检查画面、字幕、音量和切口,保存、退出并冷重开后回读。 缺少 UI 条件时继续离线部分,但明确标注原生验收未完成。
  • 导出后检查实际画面和声音。encoded-and-decoded 不代表全部内容正确; 默认草稿交付不生成临时 MP4。失败保留现场,不自动重试、去掉效果或替换成旧快照。
  • 保留原始素材和现有草稿;清理仅按本次明确授权执行,不自动永久删除文件。

安装范围与许可

该 Skill 与私有核心项目分别安装;有 Skill 不等于有私有仓库访问权限。 代码许可、剪映协议、素材许可和账号权益分别适用。相关声明见 运行依赖与来源

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Yichen Jianying Edit AI skill do?

在装有匹配版本剪映的 Apple Silicon Mac 上,无界面生成可编辑草稿、修改已有多轨草稿的独立副本,或按明确要求导出原生 MP4。需要另行检出 Jianying Headless 核心项目;纯转写不使用本 Skill。

Why use Yichen Jianying Edit on TypingMind?

Because you install it once and use it with any model. Yichen Jianying Edit is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Yichen Jianying Edit in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mcncarl/yichen-skills/tree/main/yichen-jianying-edit. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Yichen Jianying Edit?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Yichen Jianying Edit?

As many as you like. As long as a model supports skills, you can use Yichen Jianying Edit with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Yichen Jianying Edit AI skill free?

It is published on GitHub by mcncarl. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇