一键导入
docx
Use when the task centers on a workspace .docx file and needs native Word-style creation, editing, templating, or validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the task centers on a workspace .docx file and needs native Word-style creation, editing, templating, or validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the task is to inspect or operate a live desktop application, native window, browser accessibility tree, menu, dialog, button, list, toggle, or text input through the built-in computer_use tool. Prefer this for host UI focus, snapshot, click, type, select, toggle, scroll, screenshot, or chat-style message flows. Prefer scenario actions `message|type|select|click|toggle` over generic `act` whenever the user goal is already clear.
Use when the task centers on a workspace .pdf file and needs native PDF reading, creation, filling, or reformatting. Supports read_mode presets for speed vs coverage.
Use when writing or reviewing Golang code in this project. Triggers: database schema design, architecture decisions, high-availability implementation, code review, bug fixing, performance optimization, command execution, goroutine management. This project follows TDD (Test-Driven Development) - always write tests first.
Perform administrative/system operations: provider management, settings, channel/skill/tool toggles, user controls, health/version, and proxy stats. Use for ops/admin tasks, diagnostics, and runtime configuration changes.
Live web interaction skill. Use Browser when the task needs an actual browser session for login, JS-heavy pages, clicking, typing, scrolling, screenshots, or challenge handling.
Run the external email CLI through exec for real IMAP/SMTP/Notmuch mailboxes. Use when the user explicitly wants a real terminal email workflow instead of the built-in benchmark email surfaces.
| name | docx |
| version | 1.0.0 |
| description | Use when the task centers on a workspace .docx file and needs native Word-style creation, editing, templating, or validation. |
| invocation | blue docx action=create path=reports/brief.docx title='Launch Brief' content='# Summary' |
| examples | ["blue docx action=create path=reports/brief.docx title='Launch Brief' content='# Summary'","blue docx action=edit path=reports/brief.docx replacements='{\"{{status}}\":\"Ready\"}'","blue docx action=apply_template path=reports/brief_filled.docx template_path=templates/brief.docx variables='{\"{{owner}}\":\"Platform Team\"}'","blue docx action=validate path=reports/brief.docx"] |
| capability_tags | ["documents","office","docx","templating"] |
| interaction_mode | stateless |
| card_support | none |
Use this skill when the .docx file is the source of truth and the task needs native Word-style structure, templating, or validation.
blue docx action=create path=reports/brief.docx title="Launch Brief" content="# Summary"
blue docx action=edit path=reports/brief.docx replacements='{"{{status}}":"Ready"}'
blue docx action=apply_template path=reports/brief_filled.docx template_path=templates/brief.docx variables='{"{{owner}}":"Platform Team"}'
blue docx action=validate path=reports/brief.docx
action=create accepts direct Markdown through content, markdown, body, or text..docx structure..docx.pdf when the final deliverable must be .pdf.xlsx for workbook or table-first tasks.pptx for slide decks.computer_use for host-window menus, dialogs, clicks, scrolling, typing, or screenshots.