By muuyao
Universal Lark/Feishu skills with MCP server for managing messages, docs, bitable, calendar, tasks, sheets, and more. Use when the user mentions 飞书, Lark, Feishu, or wants to interact with Lark/Feishu workspace resources like documents, spreadsheets, databases, calendars, tasks, or chat messages.
飞书多维表格(Bitable)的创建、查询、编辑和管理工具。包含 27 种字段类型支持、高级筛选、批量操作和视图管理。 **当以下情况时使用此 Skill**: (1) 需要创建或管理飞书多维表格 App (2) 需要在多维表格中新增、查询、修改、删除记录(行数据) (3) 需要管理字段(列)、视图、数据表 (4) 用户提到"多维表格"、"bitable"、"数据表"、"记录"、"字段" (5) 需要批量导入数据或批量更新多维表格
飞书日历与日程管理工具集。包含日历管理、日程管理、参会人管理、忙闲查询。
Lark/Feishu channel output rules. Always active in Lark conversations.
创建飞书云文档。从 Lark-flavored Markdown 内容创建新的飞书云文档,支持指定创建位置(文件夹/知识库/知识空间)。
获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Universal Lark/Feishu MCP server + skills — works across Claude Code, Codex, Cursor and more.
Based on larksuite/openclaw-lark, refactored from OpenClaw-specific plugin to a universal MCP server that any AI agent can use.
| Category | Capabilities |
|---|---|
| 💬 Messenger | Read messages, send messages, reply, search, download files |
| 📄 Docs | Create, update, and read documents |
| 📊 Bitable | Create/manage bases, tables, fields, records, views |
| 📈 Sheets | Create, edit, and view spreadsheets |
| 📅 Calendar | Manage calendars and events, check free/busy |
| ✅ Tasks | Create, query, update, complete tasks |
| 🔍 Search | Search documents across workspace |
| 📁 Drive | Manage files and folders |
| 📚 Wiki | Manage wiki spaces and nodes |
export LARK_APP_ID="your-app-id"
export LARK_APP_SECRET="your-app-secret"
export LARK_DOMAIN="feishu" # or "lark" for international
Add to your MCP config (~/.claude/settings.json):
{
"mcpServers": {
"lark": {
"command": "node",
"args": ["/path/to/lark-skills/dist/index.js"],
"env": {
"LARK_APP_ID": "your-app-id",
"LARK_APP_SECRET": "your-app-secret"
}
}
}
}
Same MCP config format — just add the server to your client's MCP configuration.
codex --mcp-config mcp.json
mcp.json:
{
"mcpServers": {
"lark": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"LARK_APP_ID": "your-app-id",
"LARK_APP_SECRET": "your-app-secret"
}
}
}
}
npm install
npm run build
npm start
The skills/ directory contains SKILL.md files with AI agent instructions for each tool category. These provide context and best practices for using the Feishu tools effectively.
MIT — based on openclaw-lark by ByteDance.
npx claudepluginhub muuyao/lark-skills --plugin larkFeishu (Lark) channel plugin for Claude Code — receive and reply to Feishu messages
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Domain-specific expert agents for research, documentation, and specialized tasks
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.