SkillAgentSearch skills...

feishu-doc

Self-hosted AI workspace where chat becomes visual workflows, multi-agent operations, and reviewable automations. Local memory; local or cloud models

Install / Use

npx skills add aaronnat23/disp8ch

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

48/100

Category

Automation

Supported Platforms

Universal

Feishu Doc

Read, write, and manage Feishu/Lark documents (Docs) using the Feishu Open API.

  • Base URL: https://open.feishu.cn/open-apis
  • Auth: obtain a tenant access token via POST /auth/v3/tenant_access_token/internal with {"app_id": ..., "app_secret": ...}. Cache the token (valid 2 hours) in memory.
  • List documents: GET /docx/v1/documents — returns document list for the current user.
  • Get document content: GET /docx/v1/documents/{document_id}/raw_content — returns Markdown-like plain text.
  • Get blocks: GET /docx/v1/documents/{document_id}/blocks — returns structured block tree.
  • Create a document: POST /docx/v1/documents with {"folder_token": "...", "title": "..."}.
  • Update a block: PATCH /docx/v1/documents/{document_id}/blocks/{block_id} with block content.
  • Append content: use POST /docx/v1/documents/{document_id}/blocks/{parent_block_id}/children to add new blocks.
  • Support block types: paragraph, heading1heading9, bullet, ordered, code, quote, callout, table.
  • Always refresh the access token before API calls if it may have expired.

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
Updated19d ago
Forks0

Security Score

80/100

Audited on Sep 2, 2026

1 medium1 low