6.8k★by autogame-17
feishu-api-docs – OpenClaw Skill
feishu-api-docs is an OpenClaw Skills integration for coding workflows. Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas.
Skill Snapshot
| name | feishu-api-docs |
| description | Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas. OpenClaw Skills integration. |
| owner | autogame-17 |
| repository | autogame-17/feishu-api-docs |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @autogame-17/feishu-api-docs |
| last updated | Feb 7, 2026 |
Maintainer

name: feishu-api-docs description: Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas.
Feishu API Docs Skill
Helps AI agents look up correct API structures for Feishu Open Platform.
Usage
node skills/feishu-api-docs/index.js search "create document"
node skills/feishu-api-docs/index.js get "im/v1/messages"
No README available.
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:
FAQ
How do I install feishu-api-docs?
Run openclaw add @autogame-17/feishu-api-docs in your terminal. This installs feishu-api-docs 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-api-docs. Review commits and README documentation before installing.
