5.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | autogame-17 |
| repository | autogame-17/feishu-doc |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @autogame-17/feishu-doc |
| last updated | Feb 7, 2026 |
Maintainer

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_IDFEISHU_APP_SECRET
Supported URL Types
- Wiki
- Docx
- Doc (Legacy)
- Sheets
- Bitable
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_IDFEISHU_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.
