Agentchengfeng/chengfeng-videocut-skills

用 Claude Code Skills 做的视频剪辑 Agent

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 23rd, 2026
Created on January 14th, 2026
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 388
Total Stargazers: 3,011 (+1)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.5 days
Mean response time: 17.3 days
90th percentile: 46.1 days
Tracked items: 10

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 208 days
Stale 30+ days: 18
Stale 90+ days: 18

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Chengfeng-videocut-skills is a plugin system that provides Claude Code Skills for video editing agents. The project serves as the public installation entry point for plugins that extend a video editing agent's capabilities, with the core runtime and studio source code maintained separately.

The tool solves the problem of enabling agents to perform video editing operations by providing methods and confirmation tools through a plugin architecture. The approach separates concerns into three distinct components: the plugin that exposes methods to agents, the runtime that executes project operations and provides a workbench interface, and the video completion workflow. The current release introduces workbench operation skills including locating phrases, overlaying or removing visuals, deleting segments, splitting and moving existing clips, and canvas adaptation with readback functionality.

Developers adopting this tool need to understand that it requires Node.js 18 or higher, Git, and a Codex CLI that supports the codex plugin command. The plugin operates with fixed version identities to ensure reproducible installations without automatic upgrades or modifications to projects. Compatibility matters: the new workbench skills require Runtime version 0.5.9 or later, though publicly available downloads may still be at an earlier version. When required capabilities are missing, the tool reports the issue and stops rather than attempting automatic installation or upgrades. The project provides seven default entry points for various editing functions, with workbench operations available as an additional selection.

The project maintains strict version pinning through installer manifests and release receipts, deliberately avoiding drift from main or stable branches during installation. Installation procedures require reviewing source code before execution and verifying commit hashes against release documentation. The tool does not hot-load new plugins into existing desktop sessions automatically, and installation and task discovery validation occur separately.