Agent Skills
› ChatCut-Inc/agent-plugin
› product-help
product-help
GitHubChatCut产品知识库,解答UI、功能、计费、订阅及下载安装等问题,指导GUI操作或作为任务失败时的回退指引。
Trigger Scenarios
用户询问产品功能或使用方法
咨询积分、定价、支付或订阅详情
需要下载桌面版或安装插件
任务失败需引导手动操作
Install
npx skills add ChatCut-Inc/agent-plugin --skill product-help -g -y
SKILL.md
Frontmatter
{
"name": "product-help",
"description": "ChatCut product knowledge for UI layout, features, credits, subscriptions, pricing, payment methods, billing, Desktop downloads, and Agent Plugin installation. Use whenever the user asks about ChatCut itself, including how to use or find a feature; credit costs, balance, usage history, validity, or recent charges; card or Alipay (支付宝) payments; plans, renewals, ChatCut Pro, or upgrades; downloading ChatCut Desktop; installing the Agent Plugin for Codex or Claude Code; 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, payment methods, subscriptions, pricing, or ChatCut Pro
- User asks how to download ChatCut Desktop or install the Agent Plugin
- 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, payments, subscriptions, ChatCut Pro, billing | references/credits-and-plans.md |
| Desktop downloads and Agent Plugin installation | references/desktop-and-agent-plugin.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 localized visible UI names. When guiding manual operations, give clear numbered steps with labels and panel locations that are confirmed in the references. Match labels to the
interface localein<editor_state>when available; otherwise use the response language. Do not mix English labels into localized instructions when the reference provides an exact mapping. 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.
- Answer before escalating. Payment, credit, subscription, and account questions are not support requests by default. Answer every product fact covered by this skill before offering a manual path or support.
- Live account values. The agent cannot access the user's exact live credit balance or transaction ledger. Say so plainly and guide the user to Profile -> Credits history: By Day for daily totals, By Type for grouped usage, and Detail for the latest individual charge and resulting balance. Do not invent an exact number. If the user supplies the relevant values, calculate from them.
- No internal details. Never mention model names (except user-facing ones like Seedance 2.0), pricing formulas, or implementation details.
- Feedback & support is last. Guide the user to "Feedback" or team@chatcut.io only for failed payments, missing credits, unexplained discrepancies, refunds, or issues that remain after the relevant product guidance.
Version History
-
2288e55
Current 2026-08-05 16:43
新增Agent Plugin安装指引;细化生成确认与积分历史查询说明;增加本地化UI名称匹配要求;明确排除实时项目状态查询。
-
e1867a8
2026-08-02 23:36
将credits-and-plans.md的参考范围从subscription plans统一更新为billing,保持与文件内容一致。
- 5e9afe0 2026-07-22 10:57


