skills$openclaw/feishu-doc
autogame-175.4k

by autogame-17

feishu-doc – OpenClaw Skill

feishu-doc is an OpenClaw Skills integration for writing workflows. Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.

5.4k stars9.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namefeishu-doc
descriptionFetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown. OpenClaw Skills integration.
ownerautogame-17
repositoryautogame-17/feishu-doc
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @autogame-17/feishu-doc
last updatedFeb 7, 2026

Maintainer

autogame-17

autogame-17

Maintains feishu-doc in the OpenClaw Skills directory.

View GitHub profile
File Explorer
25 files
.
cache
aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vd2lraS9DdHRUd29yYlNpekVjaWtKdURzY1Y3WURuSGM.json
13.7 KB
aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vd2lraS9KV3Iyd1Y5TlVpdWJVa2tKVXVoYzhPM01uVGQ_ZnJvbT1mcm9tX2NvcHlsaW5r.json
1.8 KB
aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vd2lraS9KV3Iyd1Y5TlVpdWJVa2tKVXVoYzhPM01uVGQ.json
1.8 KB
aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vd2lraS9XS2Fwd2lOMUdpalhLY2twT21XYzZGcHBuNVc_dGFibGU9dGJsSmdaSE9tUHliZ1g2MCZ2aWV3PXZld3FFOTVENlE.json
81.4 KB
aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vd2lraS9YWjBIdzZiUVppZ1NWN2tvZ2tyY0VQeUluZWQ_c2hlZXQ9ZWVkOWVl.json
37.0 KB
aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vZG9jeC9OR0phZDVzNExvNW1rQ3hYWmV5Y2k1MEluQ2U.json
1.2 MB
aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vZG9jeC9VZG1qZDFFOE1va0dNUnhMRnVqYzkxQkluc2Q.json
11.2 KB
TkdKYWQ1czRMbzVta0N4WFpleWNpNTBJbkNl.json
3.9 KB
lib
auth.js
4.0 KB
bitable.js
2.4 KB
docx.js
6.1 KB
sheet.js
3.9 KB
wiki.js
972 B
_meta.json
807 B
append_simple.js
2.4 KB
config.json
39 B
create.js
1.2 KB
download_file.js
1.4 KB
index.js
5.0 KB
package-lock.json
20.7 KB
package.json
284 B
README.md
451 B
SKILL.md
698 B
SKILL.md

name: feishu-doc description: Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown. tags: [feishu, lark, wiki, doc, sheet, document, reader]

Feishu Doc Skill

Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable.

Usage

node index.js fetch <url>

Configuration

Create a config.json file in the root of the skill or set environment variables:

{
  "app_id": "YOUR_APP_ID",
  "app_secret": "YOUR_APP_SECRET"
}

Environment variables:

  • FEISHU_APP_ID
  • FEISHU_APP_SECRET

Supported URL Types

  • Wiki
  • Docx
  • Doc (Legacy)
  • Sheets
  • Bitable
README.md

Feishu Doc Skill

Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable.

Usage

node index.js fetch <url>

Configuration

Create a config.json file in the root of the skill or set environment variables:

{
  "app_id": "YOUR_APP_ID",
  "app_secret": "YOUR_APP_SECRET"
}

Environment variables:

  • FEISHU_APP_ID
  • FEISHU_APP_SECRET

Supported URL Types

  • Wiki
  • Docx
  • Doc (Legacy)
  • Sheets
  • Bitable

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

Configuration

Create a `config.json` file in the root of the skill or set environment variables: ```json { "app_id": "YOUR_APP_ID", "app_secret": "YOUR_APP_SECRET" } ``` Environment variables: - `FEISHU_APP_ID` - `FEISHU_APP_SECRET`

FAQ

How do I install feishu-doc?

Run openclaw add @autogame-17/feishu-doc in your terminal. This installs feishu-doc into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-doc. Review commits and README documentation before installing.