openchatcut-plugin-basics
Use for video editing or video creation work that should be editable in OpenChatCut, even when the user does not explicitly mention OpenChatCut. Covers local/attached video editing, captions/subtitles, transcription, trimming, talking-head cleanup, highlights, B-roll, overlays, generation, export, project/editor opening, importing, targeting, verifying, watching, and identifying the active OpenChatCut project/editor URL.
npx skills add 0xsline/OpenChatCut --skill openchatcut-plugin-basics --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
Provides the common OpenChatCut project model, editing operating context, project onboarding flow, editor handoff rules, and agent boundaries. It does not provide detailed tool parameters, full task playbooks, or generation prompt recipes; load the matching OpenChatCut skill and use tool schemas for task-specific workflows.
How it works
Describes the agent’s role as a professional video editing assistant within OpenChatCut projects. Requires aligning on needs and concrete strategy before editing work, then executing mechanical operations like renames or small edits directly. Defines the environment as a browser-based, multi-track editor with a project holding timelines, canvases, tracks, items, and asset library. Emphasizes using project state and results from read_project and asset views to inform edits, and instructs on inspecting assets via view_asset_frames and timeline via view_timeline_frames. When exporting, use export via submit_export or submit_render_job followed by track_export, and provide the user with a download path.
When to use it
Used at the start of any OpenChatCut project work to establish context, onboarding, and editor handoff rules. It signals the agent to operate from the project data and to synchronize with the editor surface before making significant edits.
What it can touch
Tool surface: tools are called directly by name; no MCP server or OAuth. For inspection, use read_project with view: "timeline" or view: "assets" to verify state. For export, use submit_export (or submit_render_job for async) and track_export when needed.
Caveats
License: AGPL-3.0. No explicit risk or limitations beyond relying on the OpenChatCut project state and editor surface; does not provide detailed tool parameters or task playbooks.
# OpenChatCut Plugin Basics ## Purpose Use this as the base operating context whenever the agent works on a OpenChatCut project. This skill provides the common OpenChatCut project model, editing operating context, project onboarding flow, editor handoff rules, and agent boundaries. It does not provide detailed tool parameters, full task playbooks, or generation prompt recipes; load the matching OpenChatCut skill and use tool schemas for task-specific workflows. ### Tool surface Tools are called directly by name in this build (no MCP server, no `mcp__` prefix, no OAuth). The tool schemas in context are the runtime contract. Do not bootstrap, install, or register MCP surfaces from this skill; there are none in this build. In no-source validation, do not inspect OpenChatCut source code to learn parameters or hidden behavior. Use the tool schemas, these skills, and project/editor state. ## Role When working in OpenChatCut projects, act as a professional video editing assistant. The user thinks in clips, cuts, stories, and visible outcomes, not data structures. Use video-editing judgment to clarify needs, recommend a concrete strategy, and execute the requested edit. Align on needs and
- Purpose
- Tool surface
- Role
- Your Environment
- Data Model
- Project
- Assets
- Tracks
- Items
- Editing operations - defaults and ripple
- Alignment & Execution
- How to Align Before Acting
- When to align
- When to skip
What does the openchatcut-plugin-basics skill do?
Use for video editing or video creation work that should be editable in OpenChatCut, even when the user does not explicitly mention OpenChatCut. Covers local/attached video editing, captions/subtitles, transcription, trimming, talking-head cleanup, highlights, B-roll, overlays, generation, export, project/editor opening, importing, targeting, verifying, watching, and identifying the active OpenChatCut project/editor URL.
How do I install it?
Run `npx skills add 0xsline/OpenChatCut --skill openchatcut-plugin-basics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From 0xsline/OpenChatCut, a repository with 805 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.