word-maker
Guided Word document generation for editable DOCX reports, proposals, minutes, contracts, SOPs, and enterprise templates.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=openakita-openakita-plugins-word-maker-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name word-maker description Guided Word document generation for editable DOCX reports, proposals, minutes, contracts, SOPs, and enterprise templates. word-maker Skill Card Use this plugin when the user asks to create, revise, audit, or export a Word document. Prefer it over ad-hoc DOCX scripts when the task needs guided requirements, source files, template variables, section iteration, or a downloadable editable DOCX. Trigger Scenarios Weekly, monthly, or daily reports. Meeting minutes. Project proposals and acceptance reports. Contract or agreement drafts. SOPs, policies, and internal process documents. Preparing a structured brief before making a PPT. Tool Order word_start_project word_ingest_sources when files or notes are provided word_upload_template and word_extract_template_vars when a template is used word_clarify_requirements when requirements are vague or incomplete word_generate_outline word_confirm_outline word_extract_fields when a template needs values from sources word_fill_template word_audit word_export Do not claim a document is generated unless word_export returns a real output path. Ask the user to confirm missing template fields instead of silently leaving them blank. Brain Usage Use Brain for lightweight sub-tasks only: requirement clarification; outline generation; template field extraction; section rewriting; summary for future PPT generation. If brain.access is unavailable, continue with manual fields and template rendering. Output Schema Every tool response should include enough state for the user to continue: project_id ; status ; next_action when a user decision is needed; output_path when a file exists; error and missing when generation is blocked. Error Policy Never return a vague "generation failed" message. Prefer specific categories: missing_template_vars ; source_parse_failed ; template_render_failed ; brain_unavailable ; dependency_missing ; audit_failed . PPT Handoff When the user asks to turn the document into a PPT, export first and then call word_export with publish_for_ppt=true . This publishes a word_document_brief asset for ppt-maker when assets.publish is granted. Testing Run: py -3.11 -m pytest plugins/word-maker/tests -q py -3.11 -m ruff check plugins/word-maker --ignore N999 The N999 ignore is needed because OpenAkita plugin IDs use hyphenated directories such as word-maker .
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |