Feishu Tools
Read, create, and manage Feishu documents, spreadsheets, and workspace content.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This copies the whole skill folder into
~/.claude/skills/feishu-tools-thinkinaixyz/— the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.Faster alternative (instruction-only skills)
Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.
Quick install (SKILL.md only)Sign up to copy - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.
What this skill does
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
- Treat the currently exposed
feishu-toolsMCP tools as the primary action surface for Feishu/Lark requests. - Use the live tool names and descriptions in the current session as the source of truth for what the server supports.
- Prefer the matching tool directly instead of asking the user how to call the plugin or what kind of plugin it is.
- 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.
- For write operations that could overwrite or append content, confirm intent only when the target artifact or requested mutation is ambiguous or destructive.
- If the requested operation has no matching currently exposed tool, explain that the active Feishu preset may not include it and describe the gap.
- 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.
Related skills
Claude API Helper
anthropics
Build, debug, and optimize Claude API applications with caching and model migration support.
Documentation Co-Authoring
anthropics
Guide structured workflows for writing docs, proposals, and technical specs collaboratively.
PPTX Text Extractor
axoviq-ai
Extract text and speaker notes from PowerPoint presentations.
Memory Search
davila7
Search conversation history and recall previous discussions, decisions, and context.