manage-skills
Inspect and manage globally enabled Cheatcode tools and integrations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Inspect and manage globally enabled Cheatcode tools and integrations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create or update project-local Cheatcode skills for direct backend routes, local workflows, or non-Composio external APIs. This is the default skill authoring path.
Browser automation CLI for the Cheatcode coding agent. Use when the user needs to interact with websites, take screenshots, fill forms, click elements, navigate pages, or automate any browser task.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Uses the user's connected Gmail, GitHub, Notion, Google Workspace, Slack, and other supported accounts for explicit on-demand actions. Use when the user asks Cheatcode to read, search, create, or update something in a connected service.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use this skill when you need to read a file whose content is NOT already in your context — you only know its path. This skill is a router: it tells you which tool to use for each file type (pdf, docx, xlsx, csv, json, images, archives, ebooks) so you read the right amount the right way instead of blindly running cat on a binary. Do NOT use this skill if the file content is already visible in your context — you already have it.
| name | manage-skills |
| description | Inspect and manage globally enabled Cheatcode tools and integrations. |
| category | Builder & Apps |
| tags | skills, integrations, accounts, composio |
| compatibility | Requires the preinstalled cheatcode-skills runtime and a run-scoped Cheatcode session. |
Use this skill when you need to inspect which Cheatcode tools are available, already enabled, connected, or request that a tool be connected or disabled globally.
This skill manages Cheatcode tools globally across projects, including:
If the user is asking Cheatcode to perform an action on demand, prefer using an already enabled and already connected skill directly. Use this skill only when you need to inspect availability, request account connection, or change global state.
cheatcode-skills manage-skills/manage/list --enabled.cheatcode-skills manage-skills/manage/list --available.cheatcode-skills manage-skills/manage/list only when the user wants the full global state, including both enabled and not-yet-enabled tools.cheatcode-skills manage-skills/manage/connect --skill <slug>.cheatcode-skills manage-skills/manage/list-accounts.cheatcode-skills manage-skills/manage/switch --account-id <connected-account-id>.cheatcode-skills manage-skills/manage/connect --skill <slug> so Cheatcode can present a fresh Connect flow.cheatcode-skills manage-skills/manage/disable --skill <slug>.connect requests in the same turn so all chips can appear together.cheatcode skill to create a reusable custom skill instead of stopping at availability inspection.--enabled when the user is asking what is already connected or currently active.--available when the user is asking what they could connect or enable next.cheatcode-skills manage-skills/manage/list.cheatcode-skills manage-skills/manage/list-accounts before switching when the user needs help identifying which connected account id to use.cheatcode-skills manage-skills/manage/switch --account-id <id> when the user asks to change which connected account Cheatcode should use for future calls.cheatcode-skills manage-skills/manage/connect --skill <slug>. Reserve switch for choosing among accounts that are already connected.cheatcode-skills manage-skills/manage/connect --skill <slug>.connect requests in the same turn so the user receives all chips at once.cheatcode custom skill creation instead of proposing only a one-off script or asking the user to choose between those two paths, unless essential scope or auth details are still missing.cheatcode for custom tool creation and persistence, and use manage-skills only for global availability, enablement, and account connection state.