ワンクリックで
pptx
Use when the task centers on a workspace .pptx file and needs native slide creation, editing, slide mutation, or chart updates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the task centers on a workspace .pptx file and needs native slide creation, editing, slide mutation, or chart updates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
Use when the task centers on a workspace .docx file and needs native Word-style creation, editing, templating, or validation.
SOC 職業分類に基づく
| name | pptx |
| version | 1.0.0 |
| description | Use when the task centers on a workspace .pptx file and needs native slide creation, editing, slide mutation, or chart updates. |
| invocation | blue pptx action=create path=decks/launch_plan.pptx title='Launch Plan' sections='[{"heading":"Overview","bullets":["Status","Risks","Timeline"]}]' |
| examples | ["blue pptx action=create path=decks/launch_plan.pptx title='Launch Plan' sections='[{\"heading\":\"Overview\",\"bullets\":[\"Status\",\"Risks\",\"Timeline\"]}]'","blue pptx action=edit path=decks/launch_plan.pptx replacements='{\"{{owner}}\":\"Platform Team\"}'","blue pptx action=duplicate_slide path=decks/launch_plan.pptx slide=2","blue pptx action=update_chart_data path=decks/launch_plan.pptx slide=2 chart_index=1 chart='{\"type\":\"bar\",\"categories\":[\"Q1\",\"Q2\"],\"series\":[{\"name\":\"Revenue\",\"values\":[12,18]}]}'","blue pptx action=validate_template path=decks/launch_plan.pptx"] |
| capability_tags | ["documents","office","pptx","slides"] |
| interaction_mode | stateless |
| card_support | none |
Use this skill when the .pptx deck is the source of truth and the task needs native slide layout, slide mutations, or chart-aware updates.
blue pptx action=create path=decks/launch_plan.pptx title="Launch Plan" sections='[{"heading":"Overview","bullets":["Status","Risks","Timeline"]}]'
blue pptx action=edit path=decks/launch_plan.pptx replacements='{"{{owner}}":"Platform Team"}'
blue pptx action=duplicate_slide path=decks/launch_plan.pptx slide=2
blue pptx action=update_chart_data path=decks/launch_plan.pptx slide=2 chart_index=1 chart='{"type":"bar","categories":["Q1","Q2"],"series":[{"name":"Revenue","values":[12,18]}]}'
blue pptx action=validate_template path=decks/launch_plan.pptx
action=create accepts direct Markdown through content, markdown, body, or text..pptx.generate_image only for standalone slide visuals or image assets, not for editable .pptx files.docx for document-style reports and xlsx for spreadsheets.computer_use for host presentation-app UI work such as menus, toolbars, dialogs, or screenshots.