feishu-common

Installation
SKILL.md

feishu-common

Shared authentication and API helper for all OpenClaw Feishu skills. Install this skill first -- every other feishu-* skill depends on it.

Prerequisites

Set these environment variables before using any Feishu skill:

export FEISHU_APP_ID=cli_xxxxx
export FEISHU_APP_SECRET=xxxxx

Usage

Import the shared helpers in any dependent skill:

const { getToken, fetchWithRetry, fetchWithAuth } = require("../feishu-common/index.js");
Related skills
Installs
1
GitHub Stars
19
First Seen
6 days ago