AI Agent Hub
Back to skills
Feishu Skills Pack Installer icon

Feishu Skills Pack Installer

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @user_3ad8e894/feishu-skills into your AI assistant according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When an AI Agent needs to read or write Feishu docs, process chat messages, manage calendar tasks, or operate Bitable, the friction is rarely one API call. The harder issue is that many Feishu capabilities are split across scripts, directories, and agent runtimes. Manually copying skill files can cause missing installs, wrong paths, and inconsistent result handling. feishu-skills packages these capabilities into an installer so the Agent can first place the local skills correctly, then execute specific Feishu actions from the included skill list.

How It Works

The installer detects the runtime, supporting EnClaws or OpenClaw, and copies skill directories to the expected location. Scripts are provided as .mjs and .js; prefer .mjs and fall back to .js if a module error occurs. The installer emits single-line JSON, using the success field to determine the outcome: read reply on success and message on failure.

Included capabilities cover:
- Documents: create, fetch, search, update, and download
- Messages and users: read chats, manage groups, and search users
- Work objects: calendar, tasks, Bitable, and spreadsheets
- Knowledge and files: Drive, Wiki, and image OCR

Boundaries

This skill handles file installation and environment adaptation. It does not perform Feishu authorization, OAuth, permission checks, or credential setup. Before actual Feishu operations, the corresponding skill must complete its required authorization flow. The docs also caution against manually copying skill directories, which can leave cleanup and path errors behind.

Use Cases

  • Turn meeting notes into a Feishu document and save it to a specified folder
  • Read chat messages, extract action items, and create an assigned task list
  • Export Bitable project status into a document for review
  • Organize Drive and Wiki materials into searchable Feishu docs

Best For

  • Product managers who need to consolidate chat notes and spreadsheets into docs
  • Engineers maintaining knowledge base and Drive files for search
  • Project leads who read group messages, assign tasks, and track progress
  • Operations staff who turn Bitable results into review-ready docs