jianying-edit
v0.1.0Turn edit-plan JSON into native, fully editable JianYing Pro drafts via a deterministic headless engine — video/text/audio tracks, non-destructive generation, verified output.
By Full Stack Skills / PartMe.AILicense: Apache-2.00 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install jianying-edit for Codex
codex plugin marketplace add partme-ai/partme-jianying-plugin
codex plugin marketplace upgrade partme-ai-jianying-edit
codex plugin add jianying-edit@partme-ai-jianying-editPaste and run these commands in a terminal with Codex. They add and refresh the partme-ai-jianying-edit catalog, then install this plugin.
Compatibility: the page URL and API slug “jianying-edit” remain stable.
- Codex:
jianying-edit@agent-plugin-marketplace→jianying-edit@partme-ai-jianying-edit
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/partme-ai/partme-jianying-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/jianying-edit/SKILL.md├── skills/jianying-setup/SKILL.md└── skills/jianying-use/SKILL.md
Included Skills3
Turn an edit-plan JSON (jianying-plan/v1: video/text/audio tracks with per-clip material, start, duration, volume, speed) into a native, fully editable JianYing Pro draft via the vendored jy-headless engine. Deterministic, offline, non-destructive to existing drafts.
Diagnose and fix the JianYing editing environment: app installation, draft root discovery, engine vendor state, ffmpeg presence, and per-OS guidance (macOS/Windows). Advisory only.
Route JianYing (剪映专业版) editing requests: capability preflight first (native app, draft root, vendored engine), then edit-plan to native draft generation, or environment setup. Drafts open as fully editable native JianYing projects.
Plugin manifests1
{
"name": "jianying-edit",
"version": "0.1.0",
"description": "Turn edit-plan JSON into native, fully editable JianYing Pro drafts via a deterministic headless engine — video/text/audio tracks, non-destructive generation, verified output.",
"author": {
"name": "Full Stack Skills / PartMe.AI",
"url": "https://github.com/partme-ai"
},
"homepage": "https://github.com/partme-ai/partme-jianying-plugin",
"repository": "https://github.com/partme-ai/partme-jianying-plugin",
"license": "Apache-2.0",
"keywords": [
"jianying",
"capcut",
"video-editing",
"draft-generation",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "JianYing Edit",
"shortDescription": "Edit-plan JSON to native JianYing drafts",
"longDescription": "Generate native, fully editable JianYing Pro drafts from edit-plan JSON through a deterministic headless engine: multi-track video/text/audio assembly, non-destructive generation with replace gates, draft-root detection on macOS and Windows, and verbatim-vendored engine with digest manifest. Drafts open in 剪映 as normal projects for fine-tuning and export.",
"developerName": "Full Stack Skills / PartMe.AI",
"category": "Creativity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/partme-ai/partme-jianying-plugin",
"privacyPolicyURL": "https://github.com/partme-ai/partme-jianying-plugin/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/partme-ai/partme-jianying-plugin/blob/main/TERMS.md",
"defaultPrompt": [
"Detect my JianYing environment",
"Turn this edit plan into a JianYing draft",
"Assemble my episode clips into a JianYing draft"
],
"brandColor": "#1E90FF",
"composerIcon": "./assets/composer-icon.png",
"logo": "./assets/official-logo.png",
"logoDark": "./assets/official-logo.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[jianying-edit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jianying-edit)