Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add EthanYoQ/Skill-hub --skill jianying-editorgit clone --depth 1 https://github.com/EthanYoQ/Skill-hubWrote 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.
[](https://agentmods.dev/skills/ethanyoq/skill-hub/jianying-editor)<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/jianying-editor"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/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.
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/jianying-editor"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/jianying-editor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00101 | $0.02582 |
| Opus 5 | $0.00051 | $0.01291 |
| Sonnet 5 | $0.00020 | $0.00516 |
| Haiku 4.5 | $0.00010 | $0.00258 |
Grade A, and why
jianying-editor scanned grade A with 0 findings 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 11d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to jianying-editor — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
JianYing Editor Skill
Use this skill when the user wants to automate video editing, generate drafts, or manipulate media assets in JianYing Pro.
Agent execution playbook: docs/agent-playbook.md
Minimal command SOP: docs/minimal-command-sop.md
Natural language usage guide: usage.md
Draft inspector CLI:
python <SKILL_ROOT>/scripts/draft_inspector.py list --limit 20
python <SKILL_ROOT>/scripts/draft_inspector.py summary --name "DraftName"
python <SKILL_ROOT>/scripts/draft_inspector.py show --name "DraftName" --kind content --json
For generic editing requests, always follow the "Quick Edit Runtime Template" and "Acceptance Checklist" in that playbook.
🚨 重要开发原则 (CRITICAL DEVELOPER RULES)
- 脚本位置:禁止在 Skill 内部目录创建剪辑脚本。所有的剪辑逻辑实现代码(
.py脚本)必须存放在用户当前项目的根目录(或子目录,如scripts/),以保持 Skill 库的纯净和可移植性。 - 版本与架构:
- 双平台适配:已全面支持 MacOS (路径探测/录屏) 与 Windows。
- Auto-healing:支持 v5.9+ (
draft_info.json)。若草稿损坏或版本冲突,使用overwrite=True初始化JyProject可触发自动修复。
- 配乐选择:
- 简单演示使用默认音乐。实际项目,应优先检索并推荐
data/cloud_music_library.csv中的相关曲目,或根据视频主题(如“科技”、“温暖”)进行关键词过滤。 - 询问用户:“我发现了几首符合主题的云端音乐,要不要试试?(如:
Illuminate- 科技感)”。
- 简单演示使用默认音乐。实际项目,应优先检索并推荐
规则指南 (Rules)
Read the individual rule files for specific tasks and constraints:
- rules/setup.md - Mandatory initialization code for all scripts.
- rules/core.md - Core operations: Saving, Exporting, and Draft management.
- rules/cli.md - CLI contracts and machine-readable output conventions.
- rules/media.md - Importing assets & AI Video Analysis Optimization (30m/360p).
- rules/text.md - Adding Subtitles, Text, and Captions.
- rules/keyframes.md - Advanced: Adding Keyframe animations.
- rules/effects.md - Searching for and applying Filters, Effects, and Transitions.
- rules/recording.md - New: Screen Recording & Smart Zoom automation.
- rules/web-vfx.md - Advanced: Web-to-Video generation.
- rules/generative.md - Chain of Thought for generative editing.
- rules/audio-voice.md - New: TTS Voiceover & BGM sourcing.
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.
- .editorconfig 230 B
- .github/pull_request_template.md 538 B
- .github/workflows/ci.yml 1.9 KB
- .gitignore 294 B
- .pre-commit-config.yaml 450 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/config.json 109 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/content.json 283 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/effect.prefab 3.4 KB
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/image/1.png 23 KB
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/image/1.png.meta 262 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/main.scene 4.3 KB
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/material/effect.material 440 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/material/shadow.material 493 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/rt/outputTex.rt 417 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/sticker.config 374 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/texture/lieheng.png 17 KB
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/texture/lieheng.png.meta 262 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/xshader/depth.frag 200 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/xshader/effect.frag 13 KB
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/xshader/effect.vert 956 B
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/xshader/effect.xshader 2.8 KB
- assets/artistEffect/7127669365423508767/ac476c738e3109c848bfe76f9df8eced/xshader/shadow.xshader 2.8 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/config.json 109 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/content.json 304 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/effect.prefab 3.0 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/image/红碎屑.png 8.5 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/image/红碎屑.png.meta 262 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/main.scene 3.9 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/material/effect.material 440 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/material/shadow.material 493 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/rt/outputTex.rt 417 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/sticker.config 374 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/texture/122.texture 318 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/texture/lieheng.png 17 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/texture/lieheng.png.meta 262 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/xshader/depth.frag 200 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/xshader/effect.frag 13 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/xshader/effect.vert 956 B
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/xshader/effect.xshader 2.8 KB
- assets/artistEffect/7187739440347958589/266eb863a42498a72c5c67bb8845c24c/xshader/shadow.xshader 2.8 KB
- assets/artistEffect/7351316503771368713/95cd57a11522b49969efe0210afb1044/1709118789822.png 127 KB
- assets/artistEffect/7351316503771368713/95cd57a11522b49969efe0210afb1044/config.json 143 B
- assets/artistEffect/7351316503771368713/95cd57a11522b49969efe0210afb1044/cover_icon.png 12 KB
- assets/artistEffect/7351316503771368713/95cd57a11522b49969efe0210afb1044/effectStyle.json 3.5 KB
- assets/audio.mp3 128 KB
- assets/click_marker.png 754 B
- assets/cover.png 1150 KB
- assets/subtitle.srt 239 B
- assets/video.mp4 3006 KB
- assets/使用思路.jpg 207 KB
- assets/快速上手.png 68 KB
- assets/片段特效_annotation.jpg 13 KB
- CHANGELOG.md 1.6 KB
- CONTRIBUTING.md 823 B
- data/cloud_music_library.csv 256 KB
- data/cloud_sound_effects.csv 2.4 KB
- data/cloud_text_styles.csv 438 B
- data/cloud_video_assets.csv 87 KB
- data/filters.csv 32 KB
- data/jy_cached_audio.csv 263 B
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.
- 11d ago First seen · 171 lines · 101 tokens per session scan A 7e58f444c47d
jianying-editor is a skill published in the GitHub repository EthanYoQ/Skill-hub (9 stars, last pushed 4d ago), licensed MIT. It adds 101 tokens to every session and 2,582 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to jianying-editor, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
skin-creator
Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
cli-anything-photoshop
A command-line tool that controls Adobe Photoshop through Windows automation. It can work with Photoshop documents, layers, selections, text, image adjustments, and exports.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
adobe-automation
Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.
transistor
Operate Transistor.fm podcast hosting from the terminal: verify API access, browse shows and episodes with JSON:API-aware output, run the episode publish lifecycle (create draft, attach audio, publish or schedule via the dedicated publish endpoint), pull download analytics, and manage private podcast subscribers and…