feishu-docFetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Install via ClawdBot CLI:
clawdbot install autogame-17/feishu-docFetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Write and update documents.
feishu-common first.../feishu-common/index.js for token and API auth.To generate long documents (exceeding LLM output limits of ~2000-4000 tokens):
doc_token.feishu_doc_append.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_IDFEISHU_APP_SECRETGenerated Mar 1, 2026
Teams can use this skill to automatically fetch and update project documentation stored in Feishu Docs and Wiki. For example, a software development team can pull the latest API specs from a Wiki and convert them to Markdown for integration into their codebase, ensuring documentation stays synchronized with project changes.
Sales departments can create and append long sales reports by pulling data from Feishu Sheets and Bitable. They can chunk quarterly performance data into sections like overview, regional analysis, and forecasts, appending each sequentially to avoid token limits, resulting in comprehensive, up-to-date reports for stakeholders.
Educators and trainers can use this skill to build course materials by fetching existing content from Feishu Docs and appending new lessons. For instance, an online learning platform can automate the creation of structured modules from source documents, handling long texts by appending chapters one by one for seamless curriculum development.
Legal and compliance teams can overwrite or append regulatory documents in Feishu with updated Markdown content. This allows for efficient management of policy manuals, where changes in regulations trigger automatic updates to specific sections, ensuring compliance without manual rewriting of entire documents.
Product managers can fetch and update product roadmaps stored in Feishu Docs, using the skill to read current plans and write new milestones. By chunking roadmap details into phases like discovery, development, and launch, they can maintain detailed, long-term plans that are easily accessible and editable by cross-functional teams.
Companies can offer this skill as part of a larger SaaS platform that integrates Feishu with other tools like CRM or project management software. Revenue is generated through subscription fees for enhanced automation features, such as real-time document syncing and advanced analytics on content usage.
Agencies can provide consulting services to help businesses implement and customize this skill for specific workflows, such as automating report generation or migrating legacy documents to Feishu. Revenue comes from one-time setup fees and ongoing support contracts for maintenance and updates.
Developers can release this skill as a freemium tool where basic read and write functions are free, but advanced features like long document handling and block management require a paid upgrade. Revenue is driven by premium subscriptions from larger teams needing unlimited document processing and priority support.
💬 Integration Tip
Ensure the feishu-common dependency is installed first for authentication, and use environment variables for app credentials to streamline deployment across different environments.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Set up Gmail API access via gog CLI with manual OAuth flow. Use when setting up Gmail integration, renewing expired OAuth tokens, or troubleshooting Gmail authentication on headless servers.