feishu

Interact with Feishu (Lark) API to manage Docx, Wiki, Drive, and Permissions. Use when you need to read, write, create documentation or manage cloud space in Feishu.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu" with this command: npx skills add tzwm/feishu-skill/tzwm-feishu-skill-feishu

Feishu Skill

A skill for interacting with the Feishu (Lark) API for advanced management of Documents, Wiki, Drive, and Permissions.

Setup

First time setup:

cd skills/feishu
pnpm install

Requires the following environment variables to be set in your terminal or .env:

  • LARK_APP_ID
  • LARK_APP_SECRET

Usage

Use the pnpm start command with various subcommands.

Documents (doc)

Read document:

cd skills/feishu
pnpm start doc read -t <doc_token_or_url>

Write to document (replaces all content with Markdown):

pnpm start doc write -t <doc_token> --content "# Title\nNew content"

List comments on a document:

pnpm start doc list-comments -t <doc_token>

Wiki (wiki)

List accessible wiki spaces:

cd skills/feishu
pnpm start wiki spaces

Get details of a Wiki node (returns underlying obj_token for docs):

pnpm start wiki get -t <wiki_token_or_url>

Drive (drive)

List folder contents:

cd skills/feishu
pnpm start drive list -f <folder_token>

Permissions (perm)

List collaborators:

cd skills/feishu
pnpm start perm list -t <file_token> --type docx

IM (instant message)

List messages from a chat or thread:

cd skills/feishu
pnpm start im messages -c <chat_id>

Use --help on any command for more options:

pnpm start im --help

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

feishu

No summary provided by upstream source.

Repository SourceNeeds Review
General

Feishu Card JSON v2

发送飞书互动卡片(Card JSON 2.0)。当需要让飞书用户填写表单、做选择、确认操作、或查看 结构化数据时,发送交互卡片代替纯文字问答。需要 feishu-cards 插件工具: feishu_send_card / feishu_send_form / feishu_update_card。

Registry SourceRecently Updated
550Profile unavailable
General

XunFei Voice Reply

语音回复技能 - 使用讯飞 TTS 生成语音并发送到飞书。当需要用语音回复用户消息时使用。触发词:用语音、语音回复、切换语音模式、语音模式。

Registry SourceRecently Updated
560Profile unavailable
General

feishu-doc-extended

飞书文档扩展工具,提供图片下载和 OCR 识别功能。需要配合内置 feishu 插件使用。

Registry SourceRecently Updated
671Profile unavailable