Shared 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.共 1 个版本