← 返回 Skills 市场
飞书文档翻译助手
作者
Young-Joey
· GitHub ↗
· v1.0.0
· MIT-0
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-doc-translator
功能描述
飞书文档翻译助手 — 在飞书文档之间进行中英文互译,支持全文翻译、段落翻译、双语对照。当用户需要翻译飞书文档、英文文档转中文、中文文档转英文、或创建双语版本文档时使用。触发词:翻译飞书文档、文档翻译、中英互译、双语文档、translate feishu doc、飞书英文。
使用说明 (SKILL.md)
飞书文档翻译助手
让 AI Agent 成为你的飞书文档翻译官,一键中英互译,保留 Markdown 格式。
核心能力
1. 全文翻译
- 读取飞书文档完整内容(通过
feishu_doc read) - 中文 → 英文 或 英文 → 中文
- 保留所有 Markdown 格式(标题、表格、列表、代码块)
- 输出到新文档或原文档下方
2. 段落级翻译
- 翻译文档中指定段落/章节
- 适用场景:更新产品文档、翻译公告通知
3. 双语对照模式
- 中英对照双栏输出(原文 + 译文交替显示)
- 适合技术文档、API 文档、产品说明书
4. 格式智能处理
- 表格:保持行列结构,仅翻译文字
- 代码块:仅翻译注释,保留代码
- 链接:保留 URL,仅翻译显示文字
- 图片描述:翻译 alt 文本
使用场景
场景 1:产品文档国际化
用户:"帮我把这篇飞书产品文档翻译成英文"
→ 读原文 → 英译 → 新建英文版文档(同级目录)
场景 2:英文技术文档本土化
用户:"这个英文 API 文档需要中文版"
→ 读原文档 → 中译 → 创建中文版(保留代码块)
场景 3:会议纪要双语
用户:"把这篇会议纪要做成中英对照版"
→ 读原文 → 双语对照格式 → 写入新文档
场景 4:批量文档翻译
用户:"把这个知识库里的 3 篇文章都翻译成英文"
→ 遍历文档列表 → 逐个翻译 → 命名规则:原名_en
工作流程
标准翻译流程
- 确认源文档 — 获取 doc_token,读取全文内容
- 确认目标语言 — 中→英 或 英→中(或其他语言)
- 翻译 — 按段落翻译,保留 Markdown 结构
- 输出 — 默认创建新文档(格式:
原文档名_en或原文档名_zh) - 通知用户 — 发送新文档链接
双语对照流程
- 读取原文
- 创建新文档,标题为
[Bilingual] 原文标题 - 交替写入:
## 🇨🇳 中文→ 中文内容 →## 🇬🇧 English→ 英文内容 - 或使用飞书表格实现双栏对照
翻译质量保证
| 要素 | 处理方式 |
|---|---|
| 技术术语 | 保持一致性(如 "多维表格" → "Bitable") |
| 产品名称 | 保持原名(飞书→Feishu/Lark,多维表格→Bitable) |
| 代码 | 不翻译,仅翻译注释 |
| URL | 保留不变 |
| 数字/日期 | 适配目标语言格式 |
| 文化引用 | 本地化改写(如 "画蛇添足" → "gilding the lily") |
定价(ClawHub 免费技能)
免费发布,作为引流产品:
- 吸引飞书国际化企业用户
- 展示 AI 翻译能力 → 引导付费定制服务
- 与其他 3 个付费模板产品形成产品矩阵
技术实现
使用的 OpenClaw 工具:
feishu_doc read— 读取飞书文档内容feishu_doc create— 创建新翻译文档feishu_doc write— 写入翻译内容feishu_doc list_blocks— 获取文档块结构(高级)feishu_drive list— 批量处理文档
限制与注意事项
- 翻译质量依赖底层 AI 模型能力
- 超长文档(>10000 字)建议分段翻译
- 从右到左语言(阿拉伯语等)暂不支持
- 图片中的文字无法翻译(需 OCR)
- 飞书特有格式(如多维表格嵌入、投票)无法完全保留
与其他技能的关系
| 技能 | 关系 |
|---|---|
| feishu-doc-ai-writer | 互补 — Writer 创作新文档,Translator 翻译已有文档 |
| feishu-bitable-butler | 无关 — 但配合使用时可以翻译 Bitable 说明文档 |
| feishu-chat-bot | 互补 — Bot 回答群聊问题,Translator 处理文档翻译 |
版本历史
| 版本 | 日期 | 变更 |
|---|---|---|
| v1.0.0 | 2026-05-07 | 初始发布:中英互译 + 双语对照 |
安全使用建议
Install only if you are comfortable letting the agent read the selected Feishu documents and create or write translated versions. For safer use, provide exact document links or tokens, ask it to create new documents rather than modify originals, and review batch operations before they run.
功能分析
Type: OpenClaw Skill
Name: feishu-doc-translator
Version: 1.0.0
The skill bundle is a legitimate set of instructions for an AI agent to perform document translation within the Feishu (Lark) ecosystem. The SKILL.md file defines clear workflows for reading, translating, and creating documents using standard OpenClaw Feishu tools (e.g., feishu_doc read/create). There is no evidence of malicious intent, data exfiltration, or prompt injection; the instructions are consistent with the stated purpose of providing a translation utility.
能力评估
Purpose & Capability
The stated purpose—translating Feishu documents—is coherent with the disclosed Feishu document read/create/write workflow, but those capabilities affect workspace documents.
Instruction Scope
The workflow confirms the source document and target language, but it also supports writing output to a new document, optionally under the original document, and batch processing; users should clearly specify scope and output location.
Install Mechanism
There is no install spec, no code files, and the static scan had nothing suspicious to analyze.
Credentials
Feishu document access is proportionate for a translator skill, but it may involve private business documents and workspace-level document operations.
Persistence & Privilege
No background persistence or autonomous worker is described, but the skill creates or writes persistent Feishu documents as part of normal operation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-doc-translator - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-doc-translator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初版发布:飞书文档中英文互译 + 双语对照模式
元数据
常见问题
飞书文档翻译助手 是什么?
飞书文档翻译助手 — 在飞书文档之间进行中英文互译,支持全文翻译、段落翻译、双语对照。当用户需要翻译飞书文档、英文文档转中文、中文文档转英文、或创建双语版本文档时使用。触发词:翻译飞书文档、文档翻译、中英互译、双语文档、translate feishu doc、飞书英文。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 飞书文档翻译助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-doc-translator」即可一键安装,无需额外配置。
飞书文档翻译助手 是免费的吗?
是的,飞书文档翻译助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
飞书文档翻译助手 支持哪些平台?
飞书文档翻译助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 飞书文档翻译助手?
由 Young-Joey(@young-joey)开发并维护,当前版本 v1.0.0。
推荐 Skills