一键导入
excel-live-control
Use when a user asks to inspect or change a workbook already open in Microsoft Excel through the bundled Spreadsheets artifact plugin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a user asks to inspect or change a workbook already open in Microsoft Excel through the bundled Spreadsheets artifact plugin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
物流单据录入与生成方法论。当需要把客户微信文字、语音、手写单图片等碎片信息整理成物流单、发货单、发车单/派车单或运单,校验字段完整性,合并追问缺失信息,实时更新白红黄三联 HTML 效果图,或在确认后按用户选择分别生成 PDF 与/或 Excel 时使用。
OnMyAgent frontend primitive refactor workflow. Use when editing UI components, aligning same-type component sizes, reducing arbitrary Tailwind classes, migrating repeated button/input/badge/icon/status/loading/code/card patterns into shared primitives, or preventing design-token drift while coding.
OnMyAgent UI regression audit for theme consistency, i18n copy, settings pages, and screenshot-based visual checks. Use when scanning UI regressions, verifying design-system token usage, checking mixed Chinese/English copy, or producing page-by-page visual audit reports.
创业庄园知识模块·商业财务。包含商业模型约束、财务仪表盘、现金流、预算。对应《创业可以学》第5-6章。被 manor-judge 调用,不直接面向用户触发。当用户问题涉及"商业模式/财务/现金流/预算/模型太重/盈利/成本"时由 manor-judge 读取本 skill。
创业庄园知识模块·成长转型。包含手艺磨练、实战环境、转型观、三阶段人生。对应《创业可以学》第11-12章 + 创能量 + 创业的盲点。被 manor-judge 调用,不直接面向用户触发。当用户问题涉及"成长/转型/手艺/学习/阶段/倦怠/职业发展/创能量"时由 manor-judge 读取本 skill。
创业庄园知识模块·客户GTM。包含目标人群、客户选择、GTM框架、销售阶段、关键活动。对应《创业可以学》第3-4章。被 manor-judge 调用,不直接面向用户触发。当用户问题涉及"客户/目标人群/GTM/销售阶段/钩子/客户选择/切入点"时由 manor-judge 读取本 skill。
| name | excel-live-control |
| description | Use when a user asks to inspect or change a workbook already open in Microsoft Excel through the bundled Spreadsheets artifact plugin. |
Treat the plugin runtime as the only evidence that a live Excel session can be reached. An open workbook, window title, or app manifest does not establish a readable or writable connection.
SKILL.md.python3 <plugin-root>/runtime/artifact_runtime.py --capabilities before claiming a live Excel connection.status and capabilities.not_implemented, stop. Relay the runtime message and state that no workbook or application state was changed.Do not infer connection state from the user's statement that Excel is open. Do not invent connector, add-in, UI automation, or workbook-session operations.
| Runtime result | Action |
|---|---|
not_implemented | Report no live connection and no change |
| Read or write capability absent | Explain the requested live operation is unavailable |
| Full operation advertised | Follow the returned runtime contract and verify by read-back |
For “Set B2 to 15% in my open workbook,” query capabilities first. If they are empty, explain that live Excel control is unavailable and that B2 was not changed.