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

feishu-api-lookup

Look up Feishu Open API documentation. Activate when: needing to find a specific Feishu API endpoint, understanding API parameters/response, writing scripts that call Feishu APIs, or troubleshooting Feishu API errors. Uses web_search + web_fetch to find and extract API docs in real-time.

Why use this skill?

Instantly retrieve Feishu Open Platform documentation, API parameters, and error codes with this OpenClaw skill. Perfect for seamless integration and debugging.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/deadblue22/feishu-api-lookup
Or

What This Skill Does

The feishu-api-lookup skill is an advanced diagnostic and retrieval tool designed for developers and automation engineers working within the Feishu (Lark) ecosystem. Since the official Feishu Open Platform documentation is built as a complex Single Page Application (SPA), standard scrapers often fail to retrieve meaningful data. This skill circumvents those limitations by utilizing a strategic combination of web_search and web_fetch to identify, navigate, and parse technical specifications in real-time. It enables the OpenClaw agent to act as a bridge between the user's requirements and the official API definitions, ensuring accuracy when integrating custom workflows or troubleshooting integration errors.

Installation

To install this skill, use the following command in your OpenClaw environment terminal:

clawhub install openclaw/skills/skills/deadblue22/feishu-api-lookup

Ensure that your environment has sufficient permissions for web_search and web_fetch, as these are mandatory dependencies for the skill's functionality. The skill is sourced directly from the official openclaw/skills repository.

Use Cases

This skill is indispensable in the following scenarios:

  • Rapid API Discovery: Quickly identifying the correct endpoint path for specific actions like forwarding threads, managing calendar events, or updating Bitable records.
  • Parameter Verification: Ensuring your API request payloads are correctly structured, identifying required vs. optional fields, and understanding complex nested JSON structures.
  • Error Resolution: When you encounter specific Feishu API error codes, the skill can look up the corresponding documentation to identify which permission scope or parameter value is causing the failure.
  • Code Implementation: Generating robust Python or Node.js logic by extracting official request/response models directly from the source documentation.

Example Prompts

  1. "Look up the Feishu API endpoint for creating a new document in a specific folder and tell me which permissions I need."
  2. "I'm getting a 400 error when calling the im/v1/messages API. Search the docs for common causes and let me know how to structure the request body correctly."
  3. "How do I forward a message thread using the Feishu Open API? Please provide the HTTP method, URL path, and required headers."

Tips & Limitations

  • Language Sensitivity: Always prefer using Chinese terms (e.g., "多维表格" or "发送消息") in your search queries, as the documentation is primarily indexed in Chinese.
  • SPA Challenges: If web_fetch returns empty results, default to searching the feishu.apifox.cn mirror, which is often easier for the agent to parse.
  • Authentication: Remember that almost all operations require a tenant_access_token. Ensure your bot or app has the correct Scopes configured in the Feishu Developer Console for the API you are accessing.

Metadata

Stars2387
Views1
Updated2026-03-09
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-deadblue22-feishu-api-lookup": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: network-access, external-api

Related Skills

feishu-comments

Read comments from Feishu documents. Use when: user asks to check/read/fetch comments on a Feishu doc, review feedback on a document, or collaborate on document revisions via comments.

deadblue22 2387

feishu-bitable-query

Query Feishu Bitable (多维表格) with server-side filter, sort, field selection, and multiple output formats. Activate when querying bitable records with conditions, filtering multidimensional table data, or when data volume is large and client-side filtering is inefficient. Preferred over feishu_bitable_list_records tool when filter expressions or full pagination is needed.

deadblue22 2387

feishu-thread-forward

Forward Feishu thread/topic to a user, group, or topic via REST API. Activate when: forwarding a thread/topic to another chat, sharing a topic post to a different group, or any scenario involving Feishu thread-level forwarding (转发话题). The built-in feishu message tool does NOT support thread forwarding — this skill fills that gap.

deadblue22 2387

feishu-doc-sync

飞书文档增量同步与表格操作指南。覆盖:表格更新策略(delete+insert)、header_row 设置、insert action、列宽算法、三阶段 diff 同步。当需要同步本地文档到飞书、操作飞书表格、或做增量编辑时激活。

deadblue22 2387

feishu-merged-msg

Fetch and parse Feishu merged/forwarded messages (合并转发消息). Activate when a Feishu message shows "Merged and Forwarded Message" with no readable content, or when you need to retrieve sub-messages from a merge_forward message type.

deadblue22 2387