Agent skill · Frontend

product-help

OpenChatCut product knowledge — UI layout, editor features, and how generation providers are configured. Use when the user asks about the product interface, how to use a feature, where to find something, or needs GUI guidance for something the agent cannot do directly. Also use as fallback when a task fails and the user needs to complete it manually in the UI. NOT for live project-state queries ("where are my folders?", "what's on my timeline?", "where is clip X?") — those are answered by `read_project`, not by this skill.

sline582★ · +329/wk · 1 repos on radarProfile →
claude-codecodexAGPL-3.0
Install
npx skills add 0xsline/OpenChatCut --skill product-help --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 2 KB
Bundled scripts: none
Path: src/agent/skills/product-help/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 805 · +210 this week
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenChatCut Product Help Product knowledge base for answering user questions and guiding GUI operations. ## When to Use - User asks about the product, a feature, or how something works - User asks how to configure AI providers / API keys - User needs to perform a GUI action that the agent cannot do directly - A task fails and you need to guide the user through manual steps as a fallback ## Reference Files Read the relevant file on demand — do NOT read all files at once. | Question about | File | | --- | --- | | Product UI, layout, panels, buttons, features | `references/ui-and-features.md` | | API keys, providers, which features need a key | `references/providers-and-keys.md` | | What generation models/tools are wired | `references/generation-capabilities.md` | | Official generation API documentation | `references/generation-official-docs.md` | ## Guidelines 1. **Try to do it first.** If the task is something you can handle (adding captions, changing aspect ratio, etc.), do it. Only guide GUI operations as a fallback. 2. **Use visible UI names.** When guiding manual operations, give clear numbered steps with labels and panel locations that are confirmed in the references. If the

What's inside
Steps it walks through
  1. When to Use
  2. Reference Files
  3. Guidelines
Ships with 4 files
  • references/generation-capabilities.md
  • references/generation-official-docs.md
  • references/providers-and-keys.md
  • references/ui-and-features.md
More from OpenChatCut
All skills →
About this skill
What does the product-help skill do?

OpenChatCut product knowledge — UI layout, editor features, and how generation providers are configured. Use when the user asks about the product interface, how to use a feature, where to find something, or needs GUI guidance for something the agent cannot do directly. Also use as fallback when a task fails and the user needs to complete it manually in the UI. NOT for live project-state queries ("where are my folders?", "what's on my timeline?", "where is clip X?") — those are answered by `read_project`, not by this skill.

How do I install it?

Run `npx skills add 0xsline/OpenChatCut --skill product-help --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.

Keep going