Agent SkillsChatCut-Inc/agent-plugin › product-help

product-help

GitHub

基于 ChatCut 官方文档、版本和变更日志,解答产品功能、UI、计费、安装及故障排除等问题。通过路由判断区分实时状态查询与文档查询,确保答案准确且基于最新官方信息。

claude/skills/product-help/SKILL.md ChatCut-Inc/agent-plugin

Trigger Scenarios

用户询问 ChatCut 产品功能或工作原理 用户咨询定价、订阅、积分或账单问题 用户需要桌面端下载或插件安装指导 用户遇到 UI 操作困难需手动步骤指引

Install

npx skills add ChatCut-Inc/agent-plugin --skill product-help -g -y
More Options

Non-standard path

npx skills add https://github.com/ChatCut-Inc/agent-plugin/tree/main/claude/skills/product-help -g -y

Use without installing

npx skills use ChatCut-Inc/agent-plugin@product-help

指定 Agent (Claude Code)

npx skills add ChatCut-Inc/agent-plugin --skill product-help -a claude-code -g -y

安装 repo 全部 skill

npx skills add ChatCut-Inc/agent-plugin --all -g -y

预览 repo 内 skill

npx skills add ChatCut-Inc/agent-plugin --list

SKILL.md

Frontmatter
{
    "name": "product-help",
    "description": "Answer current ChatCut product questions using the latest official Docs, Releases, and Changelog. Use for how ChatCut works; UI layout, buttons, and feature instructions; troubleshooting; feature or fix availability on Web, Desktop, or Agent Plugin and minimum version requirements; credits including costs, balance, usage history, validity, or recent charges; plans, subscriptions, renewals, ChatCut Pro, pricing, card or Alipay (支付宝) payments, and billing; Desktop downloads; Agent Plugin installation or updates for Codex and Claude Code; and manual GUI guidance when an action cannot be completed directly. NOT for live project, asset, timeline, or item state; use the matching read tool instead.\n",
    "user-invocable": false
}

ChatCut Product Help

For a ChatCut product question, the first substantive action is to search the exact topic within https://chatcut.io/docs and open the most relevant official page. Do not answer from memory, a search snippet, or an unopened result. Use the host's native search and page-reading capabilities; this Skill defines retrieval and decision rules, not a second copy of product facts.

Route the question

  • For live project, asset, timeline, item, account, or job state, use the matching ChatCut read tool. If the question is only about live state, no Docs lookup is needed.
  • For current behavior, visible UI labels, installation, credits, pricing, billing, and troubleshooting, use the owning product Docs page.
  • For availability, regressions, or version requirements, use Current versions and the Changelog in addition to the owning product Docs page.
  • For a mixed question, use tools for live state and Docs for what that state means or what the user should do next.

Treat this Skill only as stable routing guidance. Never answer a changeable product fact from remembered Skill content when current Docs can be checked. Do not use unofficial domains.

Establish the relevant product surface

Before answering a surface- or version-dependent question, identify both the surface hosting this agent and the surface the user is asking about.

  • Prefer the explicit ChatCut runtime profile or the latest [chatcut-runtime] envelope. Map chatcut-web-editor to Web, chatcut-desktop to Desktop, and chatcut-workbench-client or chatcut-chat-connector to Agent Plugin.
  • When Agent Plugin is hosted by ChatCut Desktop, treat its bundled Skills as part of the Desktop installation. A Desktop update updates that Plugin surface too; never ask the user to update the Plugin separately in this runtime.
  • A user can ask an Agent Plugin about Desktop, or ask Desktop about a Web project. When the user names a target surface, answer for that target instead of assuming it is the same as the agent's host surface.
  • Use an app URL, client name, or version supplied by runtime context as supporting evidence. Do not infer the current surface merely because the user mentions a product in an example.
  • If no reliable signal exists and the surface changes the answer, ask which of Web, Desktop, or Agent Plugin they are using. If the answer is surface-independent, proceed without an unnecessary question.

Find the smallest useful source

  1. Extract the feature name, visible UI label, error text, product surface, and version from the user's question or runtime context when available.
  2. Search the exact topic with a concise query containing only its essential terms. Prefer the most specific official result and open the smallest set of pages that establishes the answer.
  3. For ordinary usage questions, start with the owning feature or troubleshooting page. For availability, regression, update, or version questions, directly open https://chatcut.io/docs/releases and https://chatcut.io/docs/changelog, then open the matching Changelog entry.
  4. For one user question, issue at most two search queries total: the exact topic, then one narrower query if needed. After that, stop searching and use https://chatcut.io/docs/llms.txt only as an index, then open the target page. If the canonical pages and index are unavailable or still do not identify a supporting page, stop retrieval and state the uncertainty; do not keep trying broader keywords. Do not load the full Docs corpus or treat the index itself as the answer.
  5. Treat search snippets as discovery only. Base claims on opened page content and cite the exact official page supporting each consequential claim about product behavior, platform support, price, credit cost, or version. Prefer a detail page over the Docs home or a Changelog listing page.
  6. Do not infer an unsupported feature or version from a similar entry. If official pages do not establish the answer, state the uncertainty.

Decide whether the user must update

  • Web changes are deployed server-side. If Current versions or the Changelog says the Web release is live, do not tell the user to install an update.
  • For Desktop or a standalone Agent Plugin, compare the user's current version only with the minimum version on the relevant individual change. A release header's current Desktop or Plugin version is not automatically every change's minimum. If the current version is older, actively recommend updating and use the official installation/update page for the steps.
  • Treat a capability available on Web as available through Agent Plugin unless the official Docs or Changelog explicitly says otherwise. Web UI, service, and tool changes are inherited server-side and do not require a Plugin update. Require a newer standalone Plugin version only when the individual change explicitly names a Plugin minimum because its bundled Skill changed.
  • When a capability is explicitly Desktop-only, tell a Web user that it requires Desktop and link the Desktop download instructions. Do not infer Desktop-only merely because a release also lists a Desktop version.
  • If the user's product or version is unknown and it changes the recommendation, ask for it or show how to check it instead of guessing.

Answering and fallback rules

  • Try to complete supported editing actions with ChatCut tools first. Give manual UI steps only when the user asked for guidance or the action cannot be completed directly.
  • Use localized visible UI names verified in the current Docs. Do not invent routes, buttons, plan terms, prices, credit costs, platform support, or version numbers.
  • Current feature Docs describe present behavior. Changelog entries describe historical rollout and minimum versions. If wording appears inconsistent, use the current feature page for present behavior and the release entry only for the historical/version claim; state any unresolved ambiguity.
  • Do not claim access to live balances, ledgers, quotas, subscription state, or installation state unless a tool or runtime context actually provides it.
  • If official Docs cannot be reached or do not answer the question, say what could not be verified and avoid a confident guess. Offer the closest official Docs entry or the in-product Feedback path after giving all verified guidance.
  • Do not expose internal implementation details, release automation, review notes, or unpublished preview content to end users.

Version History

  • cf3d7e7 Current 2026-09-02 22:54

    从静态参考文件改为动态检索官方文档,增加路由逻辑以区分实时状态与产品事实,强化版本与表面(Web/Desktop/Plugin)的上下文识别。

  • 014586d 2026-08-27 10:42
  • bbf489b 2026-08-16 17:59
  • 926f56b 2026-08-12 11:06

    同步插件版本至8ed03e2df3142e173b14e208e0dea78fd1349062

  • 2288e55 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

Same Skill Collection

chatcut-desktop-codex-plugin/skills/connect-chatcut-desktop/SKILL.md
chatcut/skills/asset-import/SKILL.md
chatcut/skills/chatcut-plugin-basics-claude/SKILL.md
chatcut/skills/chatcut-plugin-basics/SKILL.md
chatcut/skills/create-motion-graphics/SKILL.md
chatcut/skills/export/SKILL.md
chatcut/skills/image-gen/SKILL.md
chatcut/skills/known-errors/SKILL.md
chatcut/skills/music/SKILL.md
chatcut/skills/shader-gen/SKILL.md
chatcut/skills/transcription/SKILL.md
chatcut/skills/verification/SKILL.md
chatcut/skills/video-gen/SKILL.md
chatcut/skills/voice/SKILL.md
chatcut/skills/widget-forms/SKILL.md
claude/skills/create-motion-graphics/SKILL.md
claude/skills/export/SKILL.md
claude/skills/image-gen/SKILL.md
claude/skills/known-errors/SKILL.md
claude/skills/motion-graphic-gen/SKILL.md
claude/skills/music/SKILL.md
claude/skills/shader-gen/SKILL.md
claude/skills/transcription/SKILL.md
claude/skills/verification/SKILL.md
claude/skills/video-gen/SKILL.md
claude/skills/widget-forms/SKILL.md
codex/skills/asset-import/SKILL.md
codex/skills/create-motion-graphics/SKILL.md
codex/skills/export/SKILL.md
codex/skills/image-gen/SKILL.md
codex/skills/known-errors/SKILL.md
codex/skills/music/SKILL.md
codex/skills/shader-gen/SKILL.md
codex/skills/transcription/SKILL.md
codex/skills/verification/SKILL.md
codex/skills/video-gen/SKILL.md
codex/skills/widget-forms/SKILL.md
chatcut/skills/product-help/SKILL.md
chatcut/skills/talking-head-guide/SKILL.md
claude/skills/asset-import/SKILL.md
claude/skills/chatcut-plugin-basics-claude/SKILL.md
claude/skills/digital-human/SKILL.md
claude/skills/multicam-sync/SKILL.md
claude/skills/talking-head-guide/SKILL.md
claude/skills/video-translation/SKILL.md
claude/skills/voice/SKILL.md
codex/skills/chatcut-plugin-basics/SKILL.md
codex/skills/digital-human/SKILL.md
codex/skills/multicam-sync/SKILL.md

Metadata

Files
0
Version
cf3d7e7
Hash
3f2cc0c1
Indexed
2026-07-22 10:57

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-04 06:12
浙ICP备14020137号-1 $お客様$