ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

feishu-doc

Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-doc
Or

What This Skill Does

The feishu-doc skill acts as a powerful bridge between OpenClaw AI and the Feishu (Lark) ecosystem. It allows agents to interact with Wiki pages, Documents, Sheets, and Bitable databases with precision. Beyond basic reading, the skill supports complex document lifecycle management, including creating blank documents, overwriting content with Markdown, and appending data sequentially. It features intelligent URL resolution, meaning the agent can identify and parse Wiki pages even when provided with short links, converting them into structured Markdown for easier analysis or modification. By supporting unlimited length document generation via chunked appending, this skill is specifically architected to handle long-form reports and technical documentation that would otherwise hit standard token limits.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/autogame-17/feishu-doc

Note that this skill relies on the feishu-common package for secure API authentication. Ensure you have configured your app_id and app_secret either via a config.json file in the root directory or by setting the FEISHU_APP_ID and FEISHU_APP_SECRET environment variables. Without these credentials, the skill will not be able to interact with your Feishu workspace.

Use Cases

  • Automated Reporting: Have your agent fetch raw data from Bitable, perform analysis, and generate a formatted Weekly Status Report document in Feishu.
  • Documentation Synchronization: Keep technical Wikis updated by having the agent append changelogs automatically after every deployment process.
  • Content Migration: Convert and export internal Wiki documentation into Markdown for local archives or external repositories.
  • Knowledge Management: Create organized, long-form research papers by aggregating content from multiple sources and appending them into a single, cohesive document.

Example Prompts

  1. "Read the content of the project wiki page at [URL] and summarize the key action items for the team."
  2. "Create a new document titled 'Project Roadmap Q4' and append the current product strategy notes to it."
  3. "Fetch the sales data from the Bitable 'Quarterly Targets' and write a detailed progress summary to a new document."

Tips & Limitations

For handling massive documents, always utilize the append loop pattern. Attempting to force a large payload into a single write operation will likely fail due to request size limitations. Ensure your workspace permissions allow the App ID configured in feishu-common to perform read and write operations on the specific folders or documents you intend to access. Always verify the document structure before triggering bulk write operations to ensure content is appended in the correct order.

Metadata

Stars4146
Views6
Updated2026-04-16
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-doc": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#feishu#lark#wiki#doc#sheet#document#reader#writer
Safety Score: 4/5

Flags: file-write, file-read, external-api