jianying-editor

jianying-editor is a skill for Claude Code, Codex from yehyakin/hermes-skills. It costs 52 tokens per session (1,568 once invoked), scanned A, original, MIT.

An automation workflow for editing videos in the Jianying desktop app on Mac or Windows. Jianying is a video-editing application commonly used in China.

In plain words
What is it for?
Use it to import material, generate subtitles, add AI voice-over, apply effects and transitions, and export videos, while accounting for the documented import limitation.
Why use it?
It can create an editable project draft with a timeline, but the supplied notes report a Mac material-import problem: the video files may not actually appear in the project.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for hermes-agent. Also seen: built for hermes-agent.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/yehya/Movies/JianyingPro/User.

Good fit Use it to import material, generate subtitles, add AI voice-over, apply effects and transitions, and export videos, while accounting for the documented import limitation.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jianying-editor

README.md
[![agentmods](https://agentmods.dev/badge/skills/yehyakin/hermes-skills/jianying-editor/github.svg)](https://agentmods.dev/skills/yehyakin/hermes-skills/jianying-editor)
Your own site
<a href="https://agentmods.dev/skills/yehyakin/hermes-skills/jianying-editor"><img src="https://agentmods.dev/badge/skills/yehyakin/hermes-skills/jianying-editor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jianying-editor

Your own site · 80×15
<a href="https://agentmods.dev/skills/yehyakin/hermes-skills/jianying-editor"><img src="https://agentmods.dev/badge/skills/yehyakin/hermes-skills/jianying-editor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.01568
Opus 5 $0.00026 $0.00784
Sonnet 5 $0.00010 $0.00314
Haiku 4.5 $0.00005 $0.00157

Measured 12d ago against content hash 07463aaa9bc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jianying-editor scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 39 executable files (examples/_bootstrap.py, examples/all_elements_regen.py, examples/auto_exposure_align_demo.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

不能用 git clone(认证问题),用 GitHub API + curl 下载:
jianying-editor/SKILL.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

剪映编辑器 Skill(Mac 版)

状态

⚠️ 草稿能生成,但存在素材导入 bug(2026-04-28 实测更新)

  • 草稿 JSON 文件生成成功,路径正确,剪映 5.9 能识别
  • 真正问题:skill 创建了时间线引用(material_id),但没有把视频文件真正导入草稿素材库
    • draft_materials 数组是空的
    • Resources/ 目录是空的
    • 结果:时间线上有片段,但剪映里看不到任何内容("幽灵引用")
  • 草稿路径:/Users/yehya/Movies/JianyingPro/User Data/Projects/com.lveditor.draft

剪映 5.9 真实草稿结构

草稿文件夹/
├── draft_meta_info.json    ✅ JSON
├── draft_content.json      ✅ JSON(时间线)
├── draft_info.json         ✅ JSON
├── draft_cover.jpg        ✅ 封面图
├── draft_settings/        ✅ 配置文件
├── Resources/             ✅ 素材二进制(视频/音频)
└── common_attachment/     ✅ 附件

草稿文件格式对比

文件 skill 生成 真实剪映 5.9 状态
draft_info.json JSON ✅ JSON ✅ 兼容
draft_content.json JSON ✅ JSON ✅ 兼容
draft_meta_info.json JSON ✅ JSON ✅ 兼容
Resources/ 空 ❌ 有视频文件 ✅ bug
draft_materials 空 ❌ 有素材列表 ✅ bug

当前结论

skill 的 jy_wrapper.py 有素材导入缺陷 — 草稿框架完整,但视频文件从未被复制到草稿的 Resources/ 目录,也没有写入 draft_materials 素材库。需要深入研究 pyJianYingDraftmaterial 相关操作来修复此问题。


Mac 安装要点

1. 剪映 5.9 下载地址

夸克网盘:https://pan.quark.cn/s/81566e9c6e08 (6.0+ 弹窗太多,自动化脚本会失效)

2. Skill 安装(GitHub: luoluoluo22/jianying-editor-skill)

不能用 git clone(认证问题),用 GitHub API + curl 下载:

# 目录结构
~/.hermes/skills/jianying-editor/
├── SKILL.md
├── requirements.txt
├── scripts/
│   ├── jy_wrapper.py
│   ├── utils/          # 注意:必须有 skill_path.py, media_normalizer.py
│   ├── core/
│   └── vendor/
│       └── pyJianYingDraft/
│           ├── metadata/      # 注意:17个文件在 metadata/ 子目录下
│           │   ├── __init__.py
│           │   ├── effect_meta.py
│           │   ├── filter_meta.py
│           │   └── ...(共17个)
│           └── assets/
│               ├── draft_content_template.json
│               └── draft_meta_info.json
└── examples/

3. 必须修复的问题

问题1:Mac 路径未支持

  • 文件:scripts/utils/formatters.py
  • 问题:get_default_drafts_root() 只支持 Windows,不识别 Mac
  • 修复:添加 Darwin 分支检测 ~/Movies/JianyingPro/User Data/Projects/com.lveditor.draft

Read the full file on GitHub · 158 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 158 lines · 52 tokens per session scan A 07463aaa9bc8

Subscribe to this mod's changes

jianying-editor is a skill published in the GitHub repository yehyakin/hermes-skills (9 stars, last pushed 3mo ago), licensed MIT. It adds 52 tokens to every session and 1,568 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens