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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-api-docsWhat 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
- "Find the API endpoint structure for creating a new document in the Feishu Wiki."
- "Get the full parameter definition for the im/v1/messages endpoint so I can send a card message."
- "Search for all Feishu APIs related to calendar scheduling and provide the required headers."
Tips & Limitations
- Pro-Tip: Use the
searchcommand first to find the correct path, then follow up with thegetcommand 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-api-docs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17