Agent Skills
› ChatCut-Inc/agent-plugin
› product-help
product-help
GitHub提供ChatCut产品知识,涵盖UI布局、功能使用、积分定价及订阅方案。用于解答界面操作、费用疑问或指导无法直接执行的GUI任务,失败时作为手动操作回退指引,不处理实时项目状态查询。
触发场景
询问产品功能或使用方法
咨询积分、价格或订阅计划
需要执行Agent无法直接完成的GUI操作
任务失败需引导用户手动完成
安装
npx skills add ChatCut-Inc/agent-plugin --skill product-help -g -y
SKILL.md
Frontmatter
{
"name": "product-help",
"description": "ChatCut product knowledge — UI layout, features, credits, subscription plans, pricing, and billing. Use when the user asks about the product interface, how to use a feature, where to find something, credit costs, or plan \/ upgrade questions, 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.\n",
"user-invocable": false
}
ChatCut 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 about credits, pricing, or subscription plans
- 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 |
| Credits, pricing, subscriptions, billing | references/credits-and-plans.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.
- Generation confirmation help. Credit confirmation cards for Motion Graphics, Video Generation, and Image Generation appear in the AI chat area. The persistent setting lives in the Agent settings popover beside the Agent mode selector at the bottom of the AI panel. If a confirmation was denied, cancelled, or timed out, explain what happened and wait for the user's next instruction before retrying.
- No internal details. Never mention model names (except user-facing ones like Seedance 2.0), pricing formulas, or implementation details.
- Feedback & support. If the user encounters a problem you cannot resolve, guide them to click "Feedback" in the user profile menu, or email team@chatcut.io.
版本历史
- 5e9afe0 当前 2026-07-22 10:57


