/feishu-tools
Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.
$ npx -y skills add ThinkInAIXYZ/deepchat --skill feishu-tools --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/feishu-tools
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.
SKILL.md
feishu-tools.SKILL.mdname: feishu-tools
description: Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.
metadata:
deepchatFeature: feishu-integration
feishu-tools
This plugin is an MCP server tool surface exposed by DeepChat's Feishu plugin. Do not ask the user to classify the plugin as an MCP server, a CLI tool, or another plugin type. When a request is about Feishu/Lark content and matching tools are available, invoke the relevant tool directly.
Runtime Context
- Plugin id: `${OWNER_PLUGIN_ID}`.
- Plugin root: `${PLUGIN_ROOT}`.
- Server id: `feishu-tools`.
When To Use
- The user asks to read, summarize, search, create, update, append to, or organize Feishu/Lark
documents.
- The user asks to inspect or edit Feishu/Lark spreadsheets, sheets, tables, or similar structured
workspace data.
- The user asks to operate on another Feishu/Lark artifact and the current tool list exposes a
matching tool by name or description.
Required Behavior
1. Treat the currently exposed `feishu-tools` MCP tools as the primary action surface for Feishu/Lark requests. 2. Use the live tool names and descriptions in the current session as the source of truth for what the server supports. 3. Prefer the matching tool directly instead of asking the user how to call the plugin or what kind of plugin it is. 4. When the user provides a Feishu/Lark URL, extract the relevant document, sheet, spreadsheet, or workspace identifier when the target tool expects an id or token. 5. For write operations that could overwrite or append content, confirm intent only when the target artifact or requested mutation is ambiguous or destructive. 6. If the requested operation has no matching currently exposed tool, explain that the active Feishu preset may not include it and describe the gap. 7. If a tool call returns an authentication or configuration error, tell the user to open the Feishu plugin settings and verify App ID, App Secret, brand, and preset.
Routing Hints
- For documents, prefer tools whose names or descriptions reference docs, docx, wiki, or knowledge.
- For spreadsheets or tables, prefer tools whose names or descriptions reference sheets,
spreadsheets, tables, or bitable-like structures.
- For task, calendar, or IM requests, prefer the matching domain-specific Feishu/Lark tools when
they are exposed by the current preset.
Important Constraint
Tool availability depends on the current Feishu preset. The skill should guide tool choice, not invent unsupported tool names.
Read more
name: feishu-tools description: Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations. metadata: deepchatFeature: feishu-integration
feishu-tools
This plugin is an MCP server tool surface exposed by DeepChat's Feishu plugin. Do not ask the user to classify the plugin as an MCP server, a CLI tool, or another plugin type. When a request is about Feishu/Lark content and matching tools are available, invoke the relevant tool directly.
Runtime Context
- Plugin id: `${OWNER_PLUGIN_ID}`.
- Plugin root: `${PLUGIN_ROOT}`.
- Server id: `feishu-tools`.
When To Use
- The user asks to read, summarize, search, create, update, append to, or organize Feishu/Lark
documents.
- The user asks to inspect or edit Feishu/Lark spreadsheets, sheets, tables, or similar structured
workspace data.
- The user asks to operate on another Feishu/Lark artifact and the current tool list exposes a
matching tool by name or description.
Required Behavior
1. Treat the currently exposed `feishu-tools` MCP tools as the primary action surface for Feishu/Lark requests. 2. Use the live tool names and descriptions in the current session as the source of truth for what the server supports. 3. Prefer the matching tool directly instead of asking the user how to call the plugin or what kind of plugin it is. 4. When the user provides a Feishu/Lark URL, extract the relevant document, sheet, spreadsheet, or workspace identifier when the target tool expects an id or token. 5. For write operations that could overwrite or append content, confirm intent only when the target artifact or requested mutation is ambiguous or destructive. 6. If the requested operation has no matching currently exposed tool, explain that the active Feishu preset may not include it and describe the gap. 7. If a tool call returns an authentication or configuration error, tell the user to open the Feishu plugin settings and verify App ID, App Secret, brand, and preset.
Routing Hints
- For documents, prefer tools whose names or descriptions reference docs, docx, wiki, or knowledge.
- For spreadsheets or tables, prefer tools whose names or descriptions reference sheets,
spreadsheets, tables, or bitable-like structures.
- For task, calendar, or IM requests, prefer the matching domain-specific Feishu/Lark tools when
they are exposed by the current preset.
Important Constraint
Tool availability depends on the current Feishu preset. The skill should guide tool choice, not invent unsupported tool names.
🐬DeepChat - A smart assistant that connects powerful AI to your personal world
Other skills on deepchat.
- /computer-use
Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real desktop application.
Open skill - /algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing
Open skill - /code-review
Comprehensive code review assistant that analyzes code quality, security, and best practices
Open skill - /deepchat-cli
Use DeepChat's bundled CLI control plane for model inference, image/video/speech generation, transcription, OCR, artifact inspection, public configuration, Skills, and MCP operations. Activate when a user asks to invoke DeepChat capabilities that are not already exposed as a
Open skill - /deepchat-settings
DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g., theme, language, font size...). Do NOT activate for OS/system settings, editor settings, or other apps.
Open skill - /doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through
Open skill

