Agent Skills
› ChatCut-Inc/agent-plugin
› product-help
product-help
GitHub提供ChatCut产品知识库,解答界面、功能、计费及Pro版问题。指导无法直接执行的操作或任务失败时的手动GUI步骤,排除项目状态查询。
触发场景
询问产品功能或界面操作
咨询积分、定价或订阅计划
需要引导用户进行手动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, ChatCut Pro, pricing, and billing. Use when the user asks about the product interface, how to use a feature, where to find something, credit costs, or ChatCut Pro \/ 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 ChatCut Pro
- 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, ChatCut Pro, 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.
版本历史
-
e1867a8
当前 2026-08-02 23:36
将credits-and-plans.md的参考范围从subscription plans统一更新为billing,保持与文件内容一致。
- 5e9afe0 2026-07-22 10:57


