Agent Skills
› 0xsline/OpenChatCut
› product-help
product-help
GitHub提供OpenChatCut产品的知识支持,涵盖UI布局、编辑器功能及AI提供商配置。用于解答产品使用问题、指导GUI操作或在任务失败时作为手动操作的备用指南,不包含实时项目状态查询。
Trigger Scenarios
询问产品功能或使用方法
需要配置AI提供商或API密钥
需要执行Agent无法直接完成的GUI操作
任务失败需引导用户手动完成
Install
npx skills add 0xsline/OpenChatCut --skill product-help -g -y
SKILL.md
Frontmatter
{
"name": "product-help",
"description": "OpenChatCut product knowledge — UI layout, editor features, and how generation providers are configured.\nUse 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.\nAlso use as fallback when a task fails and the user needs to complete it manually in the UI.\nNOT 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.\n",
"user-invocable": false
}
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
- 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.
- 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 user says they cannot find an entry, re-anchor from major visible regions such as the AI panel, top bar, asset/library panels, and timeline.
- Missing keys. If a provider is not configured, say which key is missing and how to set it in Settings.
- Generation confirmations. Some generation tools may show an in-app confirmation (skill guard / proposal) before running.
- Provider costs. If the user asks about cloud cost, point them at their provider dashboard; do not invent rates.
Version History
- 0c0c02d Current 2026-08-12 09:08


