AI Agent Hub
Back to skills
Feishu Setup Learner Edition icon

Feishu Setup Learner Edition

Office Efficiency Updated 2026.08.29

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

Please install @user_151424ca/feishu-setup according to https://skillhub.cn/install/skillhub.md

About this skill

Problem Addressed

Feishu content workflows often get stuck in initial setup: installing Node.js, a global CLI, app creation and authorization, and building a bitable with tables and fields. These steps are scattered across the terminal, browser, and Feishu admin console, and can fail because of permissions, PATH issues, token errors, or duplicate tables, which is especially awkward for non-technical learners.

How It Works and Boundaries

The skill splits installation and initialization into verifiable stages: detect the OS and Node.js, install missing dependencies, then install lark-cli and AI Skills. It completes Feishu access through app initialization and one-time broad authorization. After that, it creates the “Content Hub” bitable, builds the required data tables and fields, removes the default table, writes key settings such as base_token to system memory, and validates the setup with a test record.

Scope: it targets a standard Feishu content-hub setup for learner scenarios, rather than arbitrary custom business tables or replacing Feishu’s permission policies. If Node.js is missing, the network is unstable, or tokens expire, the flow should resume from the failed step instead of starting over. If a Content Hub already exists, check before recreating it to avoid duplicate tables.

Use Cases

  • A learner sets up Feishu for the first time and needs Node.js, lark-cli, and app authorization handled automatically.
  • A team builds a Feishu bitable hub by creating seven tables, fields, and removing the default table.
  • After CLI authorization, the flow saves base_token to system memory so later skills can sync content.
  • A resumed setup checks CLI version, app config, auth status, and table state before continuing.

Best For

  • Learners setting up a Feishu content hub from scratch
  • Teaching assistants initializing Feishu CLI and bitables for students
  • Office automation learners who want to automate Feishu auth and table setup
  • Users running Feishu skills inside WorkBuddy or Claude Code