ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

feishu-api-docs

Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas.

Why use this skill?

Integrate real-time Feishu (Lark) API documentation into your AI agent with the feishu-api-docs skill. Quickly search and extract API schemas for seamless development.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-api-docs
Or

What This Skill Does

The feishu-api-docs skill acts as an intelligent interface for the Feishu (Lark) Open Platform documentation. It allows AI agents to dynamically query, search, and extract precise API endpoint schemas directly from the official Apifox mirror. Instead of relying on potentially outdated static training data, this skill ensures your AI agent has real-time access to the structure, parameters, and return types of any Feishu API, drastically reducing integration errors and development time.

Installation

To integrate this tool into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/autogame-17/feishu-api-docs

Ensure you have Node.js installed, as this skill runs via the Node runtime. After installation, the agent will have immediate access to the search and get functions.

Use Cases

This skill is indispensable for developers building bots, workflow automation, or enterprise integrations on the Feishu platform. Common use cases include:

  • Automating the creation of documents or wiki pages via API.
  • Managing team communication workflows, such as sending automated messages or managing group sessions.
  • Synchronizing calendar events or meeting data between third-party systems and Feishu.
  • Quickly resolving schema questions while drafting integration code within an AI-assisted development environment.

Example Prompts

  1. "Find the API endpoint structure for creating a new document in the Feishu Wiki."
  2. "Get the full parameter definition for the im/v1/messages endpoint so I can send a card message."
  3. "Search for all Feishu APIs related to calendar scheduling and provide the required headers."

Tips & Limitations

  • Pro-Tip: Use the search command first to find the correct path, then follow up with the get command to retrieve the specific JSON schema.
  • Context Awareness: The skill relies on an external Apifox mirror. If the internet connection is unstable, documentation retrieval may be delayed.
  • Limitations: This tool provides read-only access to documentation; it does not execute API calls against your actual Feishu workspace. You must still handle authentication tokens (tenant_access_token) separately within your own workflow logic.

Metadata

Stars1100
Views0
Updated2026-02-17
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-api-docs": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#lark#api-documentation#automation#dev-tools
Safety Score: 5/5

Flags: network-access, external-api