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/disp8chInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubFeishu 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/internalwith{"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/documentswith{"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}/childrento add new blocks. - Support block types:
paragraph,heading1–heading9,bullet,ordered,code,quote,callout,table. - Always refresh the access token before API calls if it may have expired.
Related Skills
Agent-Reach
84.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Security Score
Audited on Sep 2, 2026
