mcpbeat Sign in

Feishu Tools Agent Skill

Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.

651 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
6187
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/ThinkInAIXYZ/deepchat --skill feishu-tools

The instruction itself

6 sections, as written by the author

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-tools MCP 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.

Other skills for the same job

different authors, same section of the catalogue
Etetoolkit
by christophacham
×3

Phylogenetic tree toolkit (ETE). Tree manipulation (Newick/NHX), evolutionary event detection, orthology/paralogy, NCBI taxonomy, visualization (PDF/SVG), for phylogenomics.

21k tokens scripts
Matplotlib
by ComeOnOliver
×3

Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.

24k tokens scripts
Scientific Visualization
by ComeOnOliver
×3

Create publication figures with matplotlib/seaborn/plotly. Multi-panel layouts, error bars, significance markers, colorblind-safe, export PDF/EPS/TIFF, for journal-ready scientific plots.

29k tokens scripts
Etetoolkit
by ComeOnOliver
×2

Phylogenetic tree toolkit (ETE). Tree manipulation (Newick/NHX), evolutionary event detection, orthology/paralogy, NCBI taxonomy, visualization (PDF/SVG), for phylogenomics.

24k tokens scripts
Initiating Coverage
by anthropics
vendor ×1

Create institutional-quality equity research initiation reports through a 5-task workflow. Tasks must be executed individually with verified prerequisites - (1) company research, (2) financial modeling, (3) valuation analysis, (4) chart generation, (5) final report assembly. Each task produces specific deliverables (markdown docs, Excel models, charts, or DOCX reports). Tasks 3-5 have dependencies on earlier tasks.

58k tokens
Matplotlib
by K-Dense-AI
×1

Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization.

22k tokens scripts
Matplotlib
by zLanqing
×1

Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization.

22k tokens scripts
Manus
by christophacham
×1

Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.

2k tokens

How to use it

Copy the folder

Take thinkinaixyz/feishu-tools from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.