Loading...
Loading...
Feishu Cloud Document Tool. Supports document creation, reading, and updating, including Lark-flavored Markdown syntax. **Use this Skill when**: (1) You need to create a Feishu Cloud Document (2) You need to read/retrieve document content (3) You need to update existing document content (4) The user mentions "document", "doc", "document", or "wiki"
npx skill4agent add cklxx/elephant.ai feishu-doc| User Intent | module | tool_action | Required Parameters |
|---|---|---|---|
| Create Document | doc | create | Optional (title recommended) |
| Read Document | doc | read | document_id |
| Read Document Content | doc | read_content | document_id |
| Write Markdown | doc | write_markdown | document_id, content (or markdown) |
| List Document Blocks | doc | list_blocks | document_id |
| Update Text Block | doc | update_block_text | document_id, block_id, content |
| User Intent | module | tool_action | Required Parameters |
|---|---|---|---|
| List Knowledge Spaces | wiki | list_spaces | - |
| List Nodes | wiki | list_nodes | space_id |
| Create Node | wiki | create_node | space_id, title |
| Get Node | wiki | get_node | space_id, node_token |
python3 skills/feishu-cli/run.py '{
"action": "tool",
"module": "doc",
"tool_action": "create",
"title": "Q1 Work Summary",
"folder_token": "fldcnXXXX"
}'python3 skills/feishu-cli/run.py '{
"action": "tool",
"module": "doc",
"tool_action": "read_content",
"document_id": "doccnXXXX"
}'python3 skills/feishu-cli/run.py '{
"action": "tool",
"module": "doc",
"tool_action": "write_markdown",
"document_id": "doccnXXXX",
"content": "## Overview\n\nThis quarter completed the following key objectives:\n\n1. Project A launched\n2. Performance optimized by 30%"
}'# List Knowledge Spaces
python3 skills/feishu-cli/run.py '{"action":"tool","module":"wiki","tool_action":"list_spaces"}'
# List Nodes
python3 skills/feishu-cli/run.py '{"action":"tool","module":"wiki","tool_action":"list_nodes","space_id":"7xxx"}'https://xxx.feishu.cn/docx/doccnXXXXdocument_id = "doccnXXXX"wiki get_nodeobj_tokendocument_id#######```language| col1 | col2 |- [ ]- [x]> calloutgridmermaidplantumldocx:document:readonlydocx:documentwiki:wikiurlapplink_urlmanage_permission_warning