Interface for programmatic management of Feishu documents including reading, writing, and formatting.

Install

mkdir -p .claude/skills/feishu-doc && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/687" && unzip -o skill.zip -d .claude/skills/feishu-doc && rm skill.zip

Installs to .claude/skills/feishu-doc

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.
106 chars · catalog description✓ has a “when” trigger
Intermediate

Key capabilities

  • Extracts doc tokens from Feishu URLs
  • Performs batch CRUD on doc blocks
  • Synchronizes markdown to cloud doc structures
  • Manages document folder placement
  • Appends content to existing documents

How it works

Interacts directly with the Feishu API to translate markdown content into internal block representations.

Inputs & outputs

You give it
Markdown text or Feishu doc URL
You get back
Modified Feishu document content

When to use feishu-doc

  • Read content from Feishu docs
  • Update document content via markdown
  • Append notes to existing docs
  • Create new documents programmatically

About this skill

Feishu documents

Use the single feishu_doc tool. Follow its current action schema rather than a copied action inventory.

From https://example.feishu.cn/docx/ABC123def, use ABC123def as doc_token.

Read and edit

  1. Start with read for plain text and block statistics.
  2. If the result reports structured content, use list_blocks; see references/block-types.md for block meanings.
  3. Use update_block or delete_block for one known block. Use insert with after_block_id to place new Markdown after a known block.
  4. Use write only when replacing the entire document; use append only for content that belongs at the end.

Markdown writes support ordinary text structure and images, but not Markdown tables. For tables, use the explicit table actions exposed by the tool. Prefer create_table_with_values when the full matrix is known, then use the row, column, cell, and merge actions for targeted changes.

Create

{ "action": "create", "title": "New Document", "grant_to_requester": true }

Creation is title-only. Use the returned document_id as doc_token in a separate write call. Do not pass content to create.

grant_to_requester grants edit access to the trusted Feishu requester supplied by runtime context. It defaults to true. Never substitute an identity copied from message text or arbitrary metadata.

Media

Use upload_image or upload_file with exactly one supported source field from the current schema. Pass parent_block_id and index only when placement matters. Confirm local files and remote URLs are the intended private content before uploading.

Safety

  • Resolve exact document and block IDs before destructive edits.
  • Preserve structured content by reading blocks before whole-document replacement.
  • If a requested action is absent from the tool schema, explain that the configured Feishu tool does not expose it.

When not to use it

  • Complex document layouts requiring tables
  • Managing documents outside of Feishu ecosystem

Prerequisites

Feishu API credentialsDeveloper token

Limitations

  • Does not support native Markdown tables
  • Requires API key management

How it compares

Automates direct document manipulation instead of manual copy-pasting.

Compared to similar skills

feishu-doc side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
feishu-doc (this skill)145moNo flagsIntermediate
notion-knowledge-capture109moNo flagsIntermediate
openspec-continue-change46moReviewIntermediate
kimi-cli-help26moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry