feishu-setup

Automate Feishu app creation, bot configuration, and event callbacks.

8|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill feishu-setup-gujiachun-rainbow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-setup
Source: https://github.com/gujiachun-rainbow/RainClaw/tree/main/rainclaw/backend/builtin_skills/feishu-setup
Command: npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill feishu-setup-gujiachun-rainbow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

本技能解决在 Feishu Open Platform 上创建应用、集成机器人、配置 app_id/app_secret、以及设置事件回调等全流程的繁琐手动操作。

Core Features & Use Cases

  • 自动化创建 Feishu 应用、添加机器人并首次发布,缩短上线时间
  • 自动配置应用权限、用户权限与事件回调,降低人为错误
  • 支持在沙箱环境中演示完整的集成工作流,便于开发与测试

Quick Start

Run the one-shot setup script feishu_full_setup.py to automatically create and configure a Feishu app in the sandbox.

Frequently Asked Questions about feishu-setup

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

FAQPage Schema
How do I automate Feishu app setup and bot configuration on the Feishu Open Platform?

To automate Feishu app setup, you can run a script that orchestrates creating an app, adding a bot, obtaining app_id/app_secret, configuring permissions, and publishing within a sandbox browser.

What is the best way to configure Feishu event callbacks and permissions without manual errors?

The best way to configure Feishu event callbacks and permissions without manual errors is to use an automated setup script that handles the complete integration workflow in a sandbox environment.

Do I need to log in via QR code to use browser automation for Feishu app creation?

Yes, you need to log in via QR code. The automation script requires user authentication through a QR code scan to access and configure your Feishu Open Platform session.

Can I use a sandbox environment to test a complete Feishu bot integration workflow?

Yes, you can use a sandbox environment to test a complete Feishu bot integration workflow. The setup script supports demonstrating the full process within the sandbox for development and testing.

How does the feishu_full_setup.py script handle app creation and publishing?

The feishu_full_setup.py script handles app creation and publishing by orchestrating the workflow end-to-end, from creating the app and adding a bot to configuring permissions and publishing it.

What are the limitations of using httpx for Feishu Open Platform automation?

The primary limitation is that browser automation via httpx still requires manual QR code login. The script automates configuration and publishing but cannot bypass the initial user authentication step.