Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Write and update documents.
Install feishu-common first. This skill depends on ../feishu-common/index.js for token and API auth.
Read: Fetch content from Docs, Sheets, Bitable, and Wiki. Create: Create new blank documents. Write: Overwrite document content with Markdown. Append: Append Markdown content to the end of a document. Blocks: List, get, update, and delete specific blocks.
To generate long documents (exceeding LLM output limits of ~2000-4000 tokens): Create the document first to get a doc_token. Chunk the content into logical sections (e.g., Introduction, Chapter 1, Chapter 2). Append each chunk sequentially using feishu_doc_append. Do NOT try to write the entire document in one feishu_doc_write call if it is very long; use the append loop pattern.
# Read node index.js --action read --token <doc_token> # Create node index.js --action create --title "My Doc" # Write (Overwrite) node index.js --action write --token <doc_token> --content "# Title\nHello world" # Append node index.js --action append --token <doc_token> --content "## Section 2\nMore text"
Create a config.json file in the root of the skill or set environment variables: { "app_id": "YOUR_APP_ID", "app_secret": "YOUR_APP_SECRET" } Environment variables: FEISHU_APP_ID FEISHU_APP_SECRET
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.