帮助用户读取、编辑和写入飞书文档内容,提升云文档协作效率。
整体看这是一个开源、社区采用度很高的 Feishu 文档技能,且未声明密钥和远程端点,基础风险偏低。主要需要留意的是它具备对云文档的读写能力,属于正常工具能力而非异常红旗。
未声明需要 API 密钥、token 或其他敏感凭证;从材料看不涉及凭证收集或滥用。
未提供任何远程端点 host,也未显示向第三方不明服务外发数据;仅体现 Feishu 文档场景内的操作。
工具描述的是文档读写与块操作,没有显示本机任意代码执行;但作为技能/工具,仍可能在宿主环境中发起常规操作。
可读取、修改、删除 Feishu 文档及块内容,访问范围集中在用户授权的文档资源;这是常规文档工具能力,但需注意误删/误改风险。
来源为 GitHub 开源仓库,社区星标很高(377k+),对可审计性和可信度有正面加分;但许可证未声明、维护状态未知,供应链仍需留意。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "feishu-doc" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-doc/SKILL.md 2. 保存为 ~/.claude/skills/feishu-doc/SKILL.md 3. 装好后重载技能,告诉我可以用了
请读取这个飞书文档链接的内容,并按章节整理出要点摘要。
返回文档主要内容,并按章节输出结构化摘要。
把以下本周进展写入飞书周报文档,并保留原有格式:已完成需求评审、上线注册优化、修复3个缺陷。
将新内容按原格式写入指定文档,形成更新后的周报。
根据这段会议记录生成清晰的会议纪要,并写入飞书文档,包含议题、结论和待办事项。
生成结构化会议纪要,并写入飞书文档便于团队共享。
Single tool feishu_doc with action parameter for all document operations, including table creation for Docx.
From URL https://xxx.feishu.cn/docx/ABC123def → doc_token = ABC123def
{ "action": "read", "doc_token": "ABC123def" }
Returns: title, plain text content, block statistics. Check hint field - if present, structured content (tables, images) exists that requires list_blocks.
{ "action": "write", "doc_token": "ABC123def", "content": "# Title\n\nMarkdown content..." }
Replaces entire document with markdown content. Supports: headings, lists, code blocks, quotes, links, images ( auto-uploaded), bold/italic/strikethrough.
Limitation: Markdown tables are NOT supported.
{ "action": "append", "doc_token": "ABC123def", "content": "Additional content" }
Appends markdown to end of document.
{ "action": "create", "title": "New Document", "owner_open_id": "ou_xxx" }
With folder:
{
"action": "create",
"title": "New Document",
"folder_token": "fldcnXXX",
"owner_open_id": "ou_xxx"
}
Important: Always pass owner_open_id with the requesting user's open_id (from inbound metadata sender_id) so the user automatically gets full_access permission on the created document. Without this, only the bot app has access.
{ "action": "list_blocks", "doc_token": "ABC123def" }
Returns full block data including tables, images. Use this to read structured content.
{ "action": "get_block", "doc_token": "ABC123def", "block_id": "doxcnXXX" }
{
"action": "update_block",
"doc_token": "ABC123def",
"block_id": "doxcnXXX",
"content": "New text"
}
{ "action": "delete_block", "doc_token": "ABC123def", "block_id": "doxcnXXX" }
{
"action": "create_table",
"doc_token": "ABC123def",
"row_size": 2,
"column_size": 2,
"column_width": [200, 200]
}
Optional: parent_block_id to insert under a specific block.
{
"action": "write_table_cells",
"doc_token": "ABC123def",
"table_block_id": "doxcnTABLE",
"values": [
["A1", "B1"],
["A2", "B2"]
]
}
{
"action": "create_table_with_values",
"doc_token": "ABC123def",
"row_size": 2,
"column_size": 2,
"column_width": [200, 200],
"values": [
["A1", "B1"],
["A2", "B2"]
]
}
Optional: parent_block_id to insert under a specific block.
{
"action": "upload_image",
"doc_token": "ABC123def",
"url": "https://example.com/image.png"
}
Or local path with position control:
{
"action": "upload_image",
"doc_token": "ABC123def",
"file_path": "/tmp/image.png",
"parent_block_id": "doxcnParent",
"index": 5
}
Optional index (0-based) inserts the image at a specific position among sibling blocks. Omit to append at end.
Note: Image display size is determined by the uploaded image's pixel dimensions. For small images (e.g. 480x270 GIFs), scale to 800px+ width before uploading to ensure proper display.
{
"action": "upload_file",
"doc_token": "ABC123def",
"url": "https://example.com/report.pdf"
}
Or local path:
{
"action": "upload_file",
"doc_token": "ABC123def",
"file_path": "/tmp/report.pdf",
"filename": "Q1-report.pdf"
}
Rules:
url / file_pathfilename overrideparent_block_idaction: "read" - get plain text + statisticsblock_types in response for Table, Image, Code, etc.…
用 songsee CLI 从音频生成频谱图与特征面板可视化,便于分析与展示。
连接 Discord 驱动的 OpenClaw 会话,直接与智能代理实时交流协作。
帮助维护者分诊、清理并解决 GitHub 中的 OpenClaw 密钥泄露告警。
帮助开发与运维团队快速分诊安全通告、草稿和 GHSA 报告并给出可信依据。
帮助定位 OpenClaw 测试中的内存增长、堆泄漏与 OOM 根因
基于问题或 PR 列表深度审查代码,只修复高确定性的小型 OpenClaw 缺陷。
帮助用户管理飞书云空间中的文件、文件夹与存储内容。
帮助你管理飞书文档与文件的访问权限、共享范围和协作者设置
支持飞书文档、表格与多维表格和 Markdown 之间的导出、写入与知识库集成。
通过 MCP 读取飞书文档与知识库页面内容及元数据,便于检索整理与分析
帮助用户在飞书知识库中定位、打开并梳理相关页面与链接。
帮助用户监控和发送飞书消息,并自动上传文档与执行定时任务