Auto-discovered marketplace from muuyao/lark-skills
npx claudepluginhub muuyao/lark-skillsUniversal 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.
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.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories