Install
openclaw skills install feishu-commonProvides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills.
openclaw skills install 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.