feishu-interaction

feishu-interaction is a skill for Claude Code, Codex from markus-global/markus. It costs 24 tokens per session (1,380 once invoked), scanned A, original, Apache-2.0.

A connection to Feishu, also called Lark, a workplace platform for documents, tasks, calendars, messages, and database-like Bitable records.

In plain words
What is it for?
Use it to search and read documents, create or update tasks, manage calendar events, work with Bitable data, and send messages.
Why use it?
It lets an agent work with information spread across a Feishu workspace instead of requiring people to copy documents, tasks, or schedules into the conversation.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/markus-global/markus/feishu-interaction
Any agent
npx skills add markus-global/markus --skill feishu-interaction
Clone the repo
git clone --depth 1 https://github.com/markus-global/markus

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for feishu-interaction

README.md
[![agentmods](https://agentmods.dev/badge/skills/markus-global/markus/feishu-interaction.svg)](https://agentmods.dev/skills/markus-global/markus/feishu-interaction)
Your own site
<a href="https://agentmods.dev/skills/markus-global/markus/feishu-interaction"><img src="https://agentmods.dev/badge/skills/markus-global/markus/feishu-interaction.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,380 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00024 $0.01380
Opus 5 $0.00012 $0.00690
Sonnet 5 $0.00005 $0.00276
Haiku 4.5 $0.00002 $0.00138

Measured 4d ago against content hash 273bab113e77, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

feishu-interaction scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/skills/feishu-interaction/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Feishu/Lark Platform Interaction

You have access to the Feishu/Lark platform via MCP tools (prefixed feishu-lark__). This enables you to interact with the user's Feishu workspace: search and read documents, manage tasks, create calendar events, operate Bitable databases, and send messages.

Available Capabilities

Documents (文档)

  • docx.v1.document.rawContent — Read document content
  • docx.builtin.import — Import documents (create new docs from content)
  • docx.builtin.search — Search documents by keyword
  • wiki.v2.space.getNode — Get Wiki node content
  • wiki.v1.node.search — Search Wiki nodes

Tasks (任务)

  • task.v2.task.create — Create a new task with title, description, due date
  • task.v2.task.patch — Update an existing task
  • task.v2.task.addMembers — Add members to a task
  • task.v2.task.addReminders — Add reminders to a task

Calendar (日历)

  • calendar.v4.calendarEvent.create — Create a calendar event
  • calendar.v4.calendarEvent.patch — Modify a calendar event
  • calendar.v4.calendarEvent.get — Get calendar event details
  • calendar.v4.freebusy.list — Query free/busy status
  • calendar.v4.calendar.primary — Get primary calendar info

Bitable (多维表格)

  • bitable.v1.appTable.list — List tables in a base
  • bitable.v1.appTableField.list — List fields in a table
  • bitable.v1.appTableRecord.search — Search records
  • bitable.v1.appTableRecord.create — Create records
  • bitable.v1.appTableRecord.update — Update records

Messaging (消息)

  • im.v1.message.create — Send a message to a chat or user
  • im.v1.message.list — List messages in a chat
  • im.v1.chat.create — Create a new group chat
  • im.v1.chat.list — List chats the bot is in

Contacts (通讯录)

  • contact.v3.user.batchGetId — Batch get user IDs by email/mobile

Best Practices

Document Operations

  1. Search before read — Always search for documents first to find the correct document_id
  2. Prefer Wiki nodes — If the user mentions "知识库" or "Wiki", use wiki APIs
  3. Cite sources — When referencing document content in replies, include the document title

Read the full file on GitHub · 111 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 111 lines · 24 tokens per session scan A 273bab113e77

Subscribe to this mod's changes

feishu-interaction is a skill published in the GitHub repository markus-global/markus (159 stars, last pushed today), licensed Apache-2.0. It adds 24 tokens to every session and 1,380 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.