AI Agent Hub
Back to skills
Feishu Pro Collaboration Suite icon

Feishu Pro Collaboration Suite

Office Efficiency Updated 2026.08.30

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

Please follow https://skillhub.cn/install/skillhub.md to install @user_10930401/feishu-pro into your AI assistant.

About this skill

Problem

Feishu capabilities are split across Docs, spreadsheets, IM, org, and AI APIs. Direct integration requires juggling identifiers such as documentId, appToken, sheetId, and chatId, plus pagination, permissions, and reply semantics. A common failure is not a broken call, but a shared document the recipient cannot open, or a group chat flooded with long threads.

How It Works

feishu-pro organizes common operations into a function-style catalog:
- Docs / Wiki / Drive: createDocument, getDocumentRawContent, appendBlocks, listWikiNodes, uploadFile.
- Spreadsheet / Bitable: getSheetValues, updateSheetValues, batchCreateRecords, copyBitable.
- IM: listMessages, replyInThread, react, createChat, addChatMembers.
- Org / Calendar / Tasks: getUser, createCalendarEvent, listTasks.
- AI: translateText, ocrImage, speechToText.
It also encodes collaboration rules: grant read access with updatePublicPermission or addMemberPermission before sharing; if 99991672 appears, fall back to a public parent folder, extract content via IM, or use a public wiki space; prefer replyInThread for group discussions.

Boundaries

The skill expects FEISHU_APP_ID and FEISHU_APP_SECRET. Actual availability depends on app scopes and account identity; field schemas, auth behavior, and rate limits should still be confirmed against official Feishu documentation.

Use Cases

  • After a group technical discussion, use `replyInThread` to summarize conclusions and update the Feishu document.
  • Bulk-write customer feedback into Bitable, then use `sendAttachment` to send the report to the owner.
  • Before sharing a public document, set read access with `updatePublicPermission` or a public parent folder.
  • Fetch department users and calendar events, create a calendar invitation, and send an IM reminder.

Best For

  • Automation engineers who need to chain Feishu docs, spreadsheets, and messages
  • Operations specialists who maintain Bitable records and generate group notifications
  • Product managers who manage wiki permissions and share document links
  • Project assistants who configure schedules, tasks, and reminders for teams