feishu-docs
飞书文档(Docx)API技能。用于创建、读取、更新和删除飞书文档。支持Markdown/HTML内容转换、文档权限管理。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binbin/feishu-docs-1-1-1What This Skill Does
The feishu-docs skill is a powerful OpenClaw integration designed to manage the full lifecycle of Feishu (Lark) Docx documents. It leverages the official Feishu Open Platform APIs to enable seamless programmatic creation, retrieval, updates, and deletion of documents. This skill features sophisticated content handling capabilities, allowing users to convert Markdown or HTML content into structured Feishu blocks automatically. Beyond basic CRUD operations, it provides comprehensive control over document structure—including batch block manipulation, appending content to existing docs, and granular permissions management. Whether you need to automate report generation or sync technical documentation with your team's knowledge base, this skill provides a robust interface to streamline your workflow.
Installation
To install this skill, use the OpenClaw command-line interface as follows:
clawhub install openclaw/skills/skills/binbin/feishu-docs-1-1-1
Once installed, ensure you have configured your environment variables to authenticate with the Feishu platform. You will need to export FEISHU_APP_ID and FEISHU_APP_SECRET obtained from your Feishu Developer Console. The skill supports automatic loading of these variables from a .env file within your project directory, ensuring that your credentials remain secure and environment-specific.
Use Cases
- Automated Reporting: Automatically compile daily data summaries or project tracking logs into professional Feishu documents.
- Knowledge Management: Programmatically inject Markdown-based technical documentation into team spaces for centralized knowledge sharing.
- Access Control Automation: Manage document permissions via scripts, such as granting project team members read/write access based on active directory updates.
- Content Migration: Transform existing Markdown files into structured collaborative documents without manual copy-pasting.
Example Prompts
- "Create a new document in folder fldxxxxxx titled 'Project Alpha Q3 Report' and add the contents from the file project_data.md."
- "Find all documents containing the keyword 'Security Audit' and list the current collaborators for the top result."
- "Append a new status update to document dcnxxxxxx stating that the milestone has been achieved, formatted as a bold header."
Tips & Limitations
- Permissions: Ensure your Feishu App has the necessary API scopes enabled in the Developer Console (e.g.,
docx:read,docx:write,drive:file) for all requested operations to succeed. - Conversion Depth: While the skill supports Markdown and HTML conversion, complex nested structures or highly customized formatting may require manual adjustment after generation to meet specific layout needs.
- Rate Limiting: Be mindful of Feishu's API rate limits when batch-processing thousands of documents; the library includes pagination support which should be utilized for large-scale operations.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binbin-feishu-docs-1-1-1": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
im-social-insurance-backpay
内蒙古养老保险补缴计算工具。用于计算内蒙古地区养老保险补缴金额,包括本金、利息(按月复利计息)、滞纳金等明细。 **触发关键词**:社保补缴、社保补费、补缴、补费、养老保险补缴、社保欠费计算 **使用场景**: 1. 计算历史欠缴养老保险的补缴金额 2. 估算补缴本金、利息、滞纳金明细 3. 对比不同缴费档次(60%/80%/100%/150%/200%/300%)的补缴金额 4. 计算无滞纳金情况下的补缴金额 **输入参数**: - 补缴起止年月(必填) - 缴费档次比例(可选,默认60%,支持--all计算全部档次) - 补缴时间(可选,默认当前时间) - 自定义月缴费基数(可选,设置后忽略档次比例和社平工资) **输出结果**: - 个人本金、单位本金 - 个人利息、单位利息(按月复利计算) - 个人滞纳金、单位滞纳金 - 有滞纳金和无滞纳金分别汇总 - 支持六档对比:60%、80%、100%、150%、200%、300%
openclaw-skills-setup-cn
ClawHub 安装与配置 | ClawHub setup. 帮助中文用户安装 ClawHub、配置镜像(如阿里云)、 找技能(发现/推荐)、以及技能的安装/更新/启用/禁用。 Use when: 安装 clawhub, clawhub 怎么用, 找技能/找 skill, 有什么技能可以/有什么 skill 可以, 找一个技能/找一个 skill, 搜索技能/搜索 skill, 安装技能/安装 skill, 更新技能/更新 skill, 管理技能/管理 skill, clawhub init, clawhub install, clawhub search, clawhub update, openclaw skills.
docx-cn
Word 文档处理 | Word Document Processing. 创建、读取、编辑 Word 文档 | Create, read, edit Word documents. 支持 .docx 格式、格式化、表格、图片 | Supports .docx format, formatting, tables, images. 触发词:Word、文档、docx.
software-copyright-cn
中国计算机软件著作权登记申请材料生成器。用于生成软著申请所需的全部材料,包括软件基本信息表单填写、程序鉴别材料PDF(源代码语法高亮)、文档鉴别材料PDF(用户手册)。当用户提到"软著"、"软件著作权"、"著作权登记"、"版权登记"、"软著申请"、"copyright registration"时使用此技能。
install-openclaw
OpenClaw 全自动安装、配置和修复工具。包括:OpenClaw 安装、Claude API 中转站配置、飞书插件集成、bug 自动修复。当用户需要安装、配置或修复 OpenClaw 时使用此技能。