一键导入
documents
Use when a user asks to create, read, edit, review, or inspect a DOCX or Word document through the bundled Documents artifact plugin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a user asks to create, read, edit, review, or inspect a DOCX or Word document through the bundled Documents 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 | documents |
| description | Use when a user asks to create, read, edit, review, or inspect a DOCX or Word document through the bundled Documents artifact plugin. |
Use only the runtime shipped in this plugin. Treat its JSON response as the source of truth about available document operations.
SKILL.md.python3 <plugin-root>/runtime/artifact_runtime.py --capabilities before promising any document operation.status and capabilities.capabilities and status permits execution.status is not_implemented, stop. Tell the user that no document was created or changed and include the runtime message.Do not substitute imagined scripts, office applications, or external connectors for a missing runtime capability.
| Runtime result | Action |
|---|---|
not_implemented | Report the limitation; produce no success claim |
| Requested capability absent | Explain that the operation is unavailable |
| Capability advertised | Follow the runtime contract returned by that runtime |
For “Create a DOCX from these notes,” query capabilities first. If the runtime returns {"status":"not_implemented","capabilities":[]}, state that the plugin cannot create the DOCX yet and that no output file exists.