원클릭으로
xlsx
Use when the task centers on a workspace .xlsx file and needs native spreadsheet creation, mutation, analysis, or validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the task centers on a workspace .xlsx file and needs native spreadsheet creation, mutation, analysis, 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.
Use when the task centers on a workspace .docx file and needs native Word-style creation, editing, templating, or validation.
| name | xlsx |
| version | 1.0.0 |
| description | Use when the task centers on a workspace .xlsx file and needs native spreadsheet creation, mutation, analysis, or validation. |
| invocation | blue xlsx action=create path=reports/scorecard.xlsx sheets='[{"name":"Scorecard","rows":[{"Metric":"Launch","Value":"Ready"}]}]' |
| examples | ["blue xlsx action=create path=reports/scorecard.xlsx sheets='[{\"name\":\"Scorecard\",\"rows\":[{\"Metric\":\"Launch\",\"Value\":\"Ready\"}]}]'","blue xlsx action=append_rows path=reports/scorecard.xlsx sheet='Scorecard' rows='[{\"Metric\":\"Risk\",\"Value\":\"Low\"}]'","blue xlsx action=update_cells path=reports/scorecard.xlsx sheet='Scorecard' cells='{\"B2\":\"Green\"}'","blue xlsx action=sheet_compare path=reports/current.xlsx compare_path=reports/baseline.xlsx"] |
| capability_tags | ["documents","office","xlsx","spreadsheet"] |
| interaction_mode | stateless |
| card_support | none |
Use this skill when the .xlsx workbook is the source of truth and the task needs native spreadsheet edits, structural mutations, or workbook analysis.
blue xlsx action=create path=reports/scorecard.xlsx markdown=$'# Scorecard\n\n## Metrics\n| Metric | Value |\n| --- | --- |\n| Launch | Ready |'
blue xlsx action=create path=reports/scorecard.xlsx sheets='[{"name":"Scorecard","rows":[{"Metric":"Launch","Value":"Ready"}]}]'
blue xlsx action=append_rows path=reports/scorecard.xlsx sheet="Scorecard" rows='[{"Metric":"Risk","Value":"Low"}]'
blue xlsx action=update_cells path=reports/scorecard.xlsx sheet="Scorecard" cells='{"B2":"Green"}'
blue xlsx action=sheet_compare path=reports/current.xlsx compare_path=reports/baseline.xlsx
action=create can take direct Markdown through content, markdown, body, or text..xlsx.group_by, top_n, profile_sheet, or sheet_compare.docx for narrative reports.pptx for slide decks.pdf for final printable documents.computer_use for host-window interaction instead of spreadsheet file edits.