一键导入
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 页面并帮你完成安装。
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 | 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.