feishu-bot-dev

Build Feishu bots via zero-code assistants, full API integration, and MCP Server collaboration.

33|6|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yrzhe/claude-skills --skill feishu-bot-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-bot-dev
Source: https://github.com/Yrzhe/claude-skills/tree/main/plugins/feishu-bot-dev/skills/feishu-bot-dev
Command: npx skills add https://github.com/Yrzhe/claude-skills --skill feishu-bot-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive, code-oriented blueprint for building Feishu bots across three modes: zero-code assistant, full-code Open Platform API, and MCP Server integration. It consolidates templates, tooling, and best practices to accelerate bot development and deployment.

Core Features & Use Cases

  • Zero-code assistant templates enable rapid bot deployment without writing code.
  • Full-code API integration guides provide App ID/Secret setup, token management, and API calls for messages, chats, documents, and calendars.
  • MCP Server integration demonstrates AI-assisted bot interactions and integration with Feishu services.
  • Developer tools and references, including card builder, API Explorer, and SDK guidance.

Quick Start

Create a Feishu bot using the assistant or open platform, obtain App ID and App Secret, install required SDKs, and try sending a basic text message to a test user. Then explore sending interactive card messages and using MCP templates to build AI-enabled features.

Frequently Asked Questions about feishu-bot-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Feishu bot with full API integration using Python or Node.js?▼

To build a Feishu bot with full API integration, you need to obtain your App ID and App Secret from the Open Platform, handle token management, install the required SDKs, and use sample code to send messages or interact with chats and calendars.

What is MCP Server integration for Feishu bots and how does it enable AI-assisted workflows?▼

MCP Server integration for Feishu bots enables AI-assisted interactions by connecting the bot to Feishu services through the Model Context Protocol. This allows developers to build AI-enabled features using provided templates for automated workflows.

Can I deploy a Feishu bot without writing any code?▼

Yes, you can deploy a Feishu bot without writing code by using zero-code assistant templates. These templates enable rapid bot deployment directly on the Feishu Open Platform for basic messaging and automation use cases.

How do I send interactive card messages through the Feishu Open Platform API?▼

To send interactive card messages through the Feishu Open Platform API, you use the card builder tool to design your layout, then call the messaging API with your managed token. The skill provides references for card design and API explorers.

Do I need the requests library to develop Feishu bots with MCP integration?▼

Yes, you need the requests library as a dependency to develop Feishu bots. It handles HTTP API calls to Feishu services, facilitating token handling and message sending within your Python automation scripts.

What is the best way to handle token management for Feishu Open Platform API calls?▼

The best way to handle token management for Feishu Open Platform API calls is to securely store your App ID and App Secret, then programmatically request and refresh access tokens using the provided SDK guidance before making API requests.