Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bighardperson avatar

Skill Feishu Manager

  • 8 installs
  • 33 repo stars
  • Updated April 26, 2026
  • bighardperson/computer-science-skills-collection

Skill-feishu-manager is a skill that manages Feishu documents, wikis, bitables, and cloud drive through named tool actions.

About

Skill-feishu-manager is a skill that manages a Feishu (Lark) workspace across documents, knowledge-base wikis, bitables, and cloud drive. A developer uses it to read, create, and write Feishu docs, manage wiki spaces and pages, work with bitable records, and organize drive folders through named tool actions. It documents the docx, wiki, drive, and bitable permissions the operations require.

  • Toolkit for Feishu documents, wiki, bitable, and cloud drive
  • Quick-reference actions for read, create, write, and list operations
  • Lists the docx, wiki, drive, and bitable permissions required

Skill Feishu Manager by the numbers

  • 8 all-time installs (skills.sh)
  • Ranked #2,242 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

skill-feishu-manager capabilities & compatibility

Capabilities
documentation
Works with
confluence
Use cases
documentation
From the docs

What skill-feishu-manager says it does

Complete toolkit for managing Feishu workspace.
SKILL.md
Create: feishu_doc { "action": "create", "title": "New Doc" }
SKILL.md
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill skill-feishu-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8
repo stars33
Last updatedApril 26, 2026
Repositorybighardperson/computer-science-skills-collection

What it does

Read, create, and manage Feishu documents, wiki pages, bitable records, and drive folders from an agent.

Who is it for?

Automating Feishu doc, wiki, bitable, and drive operations from an agent

When should I use this skill?

You need to read or manage content in a Feishu (Lark) workspace

What you get

Feishu documents, wiki pages, bitable records, and drive folders created, read, or updated via the correct tool calls.

By the numbers

  • 4 permission scopes required (docx, wiki, drive, bitable)

Files

SKILL.mdMarkdownGitHub ↗

Feishu Manager Skill

Complete toolkit for managing Feishu workspace.

Tools Used

  • feishu_doc - Document operations
  • feishu_wiki - Knowledge base operations
  • feishu_bitable_* - Table operations
  • feishu_drive - Cloud storage operations

Quick Reference

Documents

  • Read: feishu_doc { "action": "read", "doc_token": "ABC123" }
  • Create: feishu_doc { "action": "create", "title": "New Doc" }
  • Write: feishu_doc { "action": "write", "doc_token": "ABC123", "content": "# Title" }

Wiki

  • List spaces: feishu_wiki { "action": "spaces" }
  • Create page: feishu_wiki { "action": "create", "space_id": "...", "title": "Page" }

Bitable

  • Create table: feishu_bitable_create_app { "name": "Project" }
  • List records: feishu_bitable_list_records { "app_token": "...", "table_id": "..." }

Drive

  • List folder: feishu_drive { "action": "list", "folder_token": "..." }
  • Create folder: feishu_drive { "action": "create_folder", "name": "New" }

Permissions Required

  • docx:document
  • wiki:wiki
  • drive:drive
  • bitable:data

Related skills

FAQ

What Feishu surfaces does this skill cover?

Documents, knowledge-base wikis, bitables, and cloud drive storage.

What permissions does it need?

docx:document, wiki:wiki, drive:drive, and bitable:data.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.