feishu-inout
Installation
SKILL.md
Feishu InOut - Feishu/Lark Document, Messaging, Calendar, Bitable & Group Operations
Operate cloud documents, send/search messages, manage calendar events and meetings, work with bitable (multi-dimensional tables), and manage group chats via the official Feishu/Lark Remote MCP service (https://mcp.feishu.cn/mcp) and Open APIs. Zero dependencies, pure Python.
Security: Credential Handling Rules
CRITICAL — follow these rules at all times:
- NEVER include
FEISHU_APP_IDorFEISHU_APP_SECRETvalues inline in any shell command - NEVER echo, print, or output the App Secret value
- Before running any script command, ensure env vars are loaded: run
source ~/.zshrc(orsource ~/.bashrc) first ifecho $FEISHU_APP_IDreturns empty - The script reads credentials from environment variables automatically — no need to pass them as arguments
Quick Check: Is the User Already Configured?
Check two things:
- Are env vars
FEISHU_APP_IDandFEISHU_APP_SECRETset? (runecho $FEISHU_APP_ID— if empty, runsource ~/.zshrcfirst) - Is a valid UAT token present? (run the script's
whoamicommand)