skills$openclaw/feishu-api-docs
autogame-176.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.

6.8k stars6.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namefeishu-api-docs
descriptionFetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas. OpenClaw Skills integration.
ownerautogame-17
repositoryautogame-17/feishu-api-docs
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @autogame-17/feishu-api-docs
last updatedFeb 7, 2026

Maintainer

autogame-17

autogame-17

Maintains feishu-api-docs in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
_meta.json
287 B
check_schema.js
1.7 KB
index.js
681 B
package.json
102 B
SKILL.md
404 B
SKILL.md

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"
README.md

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.