feishu-commonProvides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills.
Install via ClawdBot CLI:
clawdbot install autogame-17/feishu-commonShared Feishu authentication and API helper for OpenClaw Feishu skills.
Provides:
Install this skill before installing or running dependent Feishu skills.
Dependent skills should import from feishu-common:
const { getToken, fetchWithRetry, fetchWithAuth } = require("../feishu-common/index.js");
Compatibility alias is also available:
const { getToken, fetchWithAuth } = require("../feishu-common/feishu-client.js");
index.js: Main implementation.feishu-client.js: Compatibility alias to index.js.Generated Mar 1, 2026
Automates sending notifications and updates to employees via Feishu groups or direct messages. Useful for HR announcements, IT alerts, or project management updates, reducing manual communication overhead.
Integrates Feishu with support systems to create and update tickets from chat messages. Enables support teams to track issues directly within Feishu, improving response times and collaboration.
Uses Feishu APIs to automate task creation and assignment in project management tools. Helps teams synchronize tasks from Feishu chats to platforms like Jira or Trello, enhancing productivity.
Automates the generation and distribution of reports via Feishu messages. Pulls data from databases or analytics tools to send daily or weekly insights, keeping stakeholders informed in real-time.
Offers a subscription-based service that integrates Feishu with other business tools like CRM or ERP systems. Provides automated workflows and data sync, charging per user or API call volume.
Builds tailored solutions for enterprises using this skill to connect Feishu with internal systems. Revenue comes from project-based contracts and ongoing maintenance or support services.
Provides a free basic version of automation tools using this skill, with premium features like advanced analytics or multi-app integrations. Targets small teams looking to streamline operations without high costs.
💬 Integration Tip
Ensure dependent skills are installed after this skill to avoid authentication errors; use the provided helper functions for reliable API calls with built-in retry logic.
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.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.