Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions src/content/skills-zh/dknowc-official-doc-writer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: dknowc-official-doc-writer
title: 深知写作助手
description: 面向公文、正式文书、政务材料和企事业单位事务文书的 Agent Skill,支持素材检索、政策依据整理、正文生成、质量审查,以及普通 Word 和红头文件交付。
source: community
author: 深知可信
githubUrl: https://github.com/dylanzhangzx/dknowc-official-doc-writer-qoder
docsUrl: https://github.com/dylanzhangzx/dknowc-official-doc-writer-qoder#readme
category: document
tags:
- 公文写作
- Word
- 政务材料
- 文档
roles:
- writer
- developer
featured: false
popular: false
isOfficial: false
installCommand: |
git clone https://github.com/dylanzhangzx/dknowc-official-doc-writer-qoder
cp -r dknowc-official-doc-writer-qoder ~/.qoder/skills/dknowc-official-doc-writer
date: 2026-07-02
---

## 使用场景

- 撰写、改写、润色或审查通知、请示、报告、函、复函、批复、会议纪要、通报、通告、公告、意见、方案、总结、管理办法、汇报材料、发言稿等正式文书。
- 需要政策依据、数据支撑、标准规范或案例参考时,通过深知可信搜索整理素材,并区分政策依据型、数据支撑型、参考案例型和表述参考型材料。
- 需要正式交付时,生成普通 `.docx`;用户明确要求红头文件时,生成红头版 Word。

## 示例

```bash
# 安装依赖
pip3 install python-docx requests

# 安装到 Qoder 用户级 Skill 目录
git clone https://github.com/dylanzhangzx/dknowc-official-doc-writer-qoder
cp -r dknowc-official-doc-writer-qoder ~/.qoder/skills/dknowc-official-doc-writer
```

## 注意事项

- 本 Skill 不内置深知搜索 API Key。首次使用深知搜索前,需要注册并配置 `config.ini`
- 当前 Qoder Public 版本暂沿用 ClawHub Public 注册链接:`https://platform.dknowc.cn/auth/#/register?channel=2787E171-B0E5-4328-9946-47AC52434D1F&type=6`
- Qoder Skill 源码仓库为 `https://github.com/dylanzhangzx/dknowc-official-doc-writer-qoder`