
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)
skill-feishu-manager capabilities & compatibility
- Capabilities
- documentation
- Works with
- confluence
- Use cases
- documentation
What skill-feishu-manager says it does
Complete toolkit for managing Feishu workspace.
Create: feishu_doc { "action": "create", "title": "New Doc" }
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill skill-feishu-managerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| repo stars | ★ 33 |
| Last updated | April 26, 2026 |
| Repository | bighardperson/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
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
{
"ownerId": "kn7d7p6sf2mpf3qrkmtx1bgzed81zkpr",
"slug": "skill-feishu-manager",
"version": "1.0.1",
"publishedAt": 1772276402848
}{
"version": 1,
"registry": "https://clawhub.ai",
"slug": "skill-feishu-manager",
"installedVersion": "1.0.1",
"installedAt": 1776068581545
}
skill-feishu-manager
飞书 (Feishu) 综合管理 Toolkit
Features
- 📄 Document management
- 📚 Knowledge base (Wiki)
- 📊 Bitable tables
- ☁️ Cloud drive
Install
clawhub install skill-feishu-managerSetup
1. Create Feishu app: https://open.feishu.cn 2. Enable permissions: docx:document, wiki:wiki, drive:drive, bitable:data 3. Configure:
channels:
feishu:
app_id: "cli_xxx"
app_secret: "xxx"License
MIT
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.