0xsline/product-help
| OpenChatCut product knowledge — UI layout, editor features, and how generation providers are configured. Use 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. 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.
npx skills add https://github.com/0xsline/OpenChatCut --skill product-help
Product knowledge base for answering user questions and guiding GUI operations.
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 |
Take 0xsline/product-help from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.