A QoderWork skill for inserting handwritten electronic signatures into Word documents.
This skill enables QoderWork to help you electronically sign Word documents (.doc / .docx):
- Hand-draw your signature using a built-in canvas-based signature pad
- Parse documents to locate signature fields, date fields, and name fields
- Insert your signature image into the correct position in the document
- Fill in metadata like dates and names automatically
| Skill | Language | Directory |
|---|---|---|
e-signature |
English | e-signature/ |
e-signature-zh |
中文 | e-signature-zh/ |
Copy the skill directory you want into your QoderWork skills folder:
Windows:
xcopy e-signature %USERPROFILE%\.qoderwork\skills\e-signature\ /E /ImacOS / Linux:
cp -r e-signature ~/.qoderwork/skills/e-signatureFor the Chinese version, use e-signature-zh instead.
- Open QoderWork and ask it to sign a Word document
- It will open a signature pad for you to hand-draw your signature
- Save the signature and provide the file path
- The agent generates a signed .docx with your handwritten signature embedded
These are installed automatically by the agent when needed:
- docx — Create .docx files (Node.js)
- word-extractor — Read .doc files (Node.js)
- canvas — Optional, for font-based signature fallback
MIT
这是一个 QoderWork 技能,帮助你在 Word 文档(.doc / .docx)中插入手写电子签名:
- 手写签名 — 内置画布签名板,鼠标或触屏手写
- 文档解析 — 自动定位签字栏、日期栏、姓名栏
- 签名插入 — 将手写签名图片嵌入文档正确位置
- 字段填写 — 自动填写日期、姓名等信息
| Skill | 语言 | 目录 |
|---|---|---|
e-signature |
English | e-signature/ |
e-signature-zh |
中文 | e-signature-zh/ |
将你需要的 skill 目录复制到 QoderWork 的 skills 文件夹:
Windows:
xcopy e-signature-zh %USERPROFILE%\.qoderwork\skills\e-signature-zh\ /E /ImacOS / Linux:
cp -r e-signature-zh ~/.qoderwork/skills/e-signature-zh- 打开 QoderWork,让它帮你签署一份 Word 文档
- 它会打开签名板供你手写签名
- 保存签名并提供文件路径
- 自动生成带有你手写签名的 .docx 文件
以下依赖会在需要时由 agent 自动安装:
- docx — 创建 .docx 文件
- word-extractor — 读取 .doc 文件
- canvas — 可选,用于字体签名备选方案
MIT