feishu-doc
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.zipInstalls 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.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
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
- Start with
readfor plain text and block statistics. - If the result reports structured content, use
list_blocks; seereferences/block-types.mdfor block meanings. - Use
update_blockordelete_blockfor one known block. Useinsertwithafter_block_idto place new Markdown after a known block. - Use
writeonly when replacing the entire document; useappendonly 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| feishu-doc (this skill) | 14 | 5mo | No flags | Intermediate |
| notion-knowledge-capture | 10 | 9mo | No flags | Intermediate |
| openspec-continue-change | 4 | 6mo | Review | Intermediate |
| kimi-cli-help | 2 | 6mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by openclaw
View all by openclaw →You might also like
notion-knowledge-capture
makenotion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.
openspec-continue-change
studyzy
通过创建下一个产出物继续处理 OpenSpec 变更。当用户想要推进其变更、创建下一个产出物或继续其工作流程时使用。
kimi-cli-help
MoonshotAI
Answer Kimi Code CLI usage, configuration, and troubleshooting questions. Use when user asks about Kimi Code CLI installation, setup, configuration, slash commands, keyboard shortcuts, MCP integration, providers, environment variables, how something works internally, or any questions about Kimi Code CLI itself.
openspec-archive-change
studyzy
归档实验性工作流中已完成的变更。当用户想要在实现完成后最终确定并归档变更时使用。
feishu-perm
m1heng
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.
wrap
team-attention
세션 종료 시 자동 정리를 수행합니다. CLAUDE.md 업데이트 제안, 반복 패턴 자동화 기회 탐지, 배운 것 정리, 미완성 작업 정리. 사용자가 /wrap 또는 세션 마무리 요청 시 사용.