🤖
Feishu Common
Provides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills.
安全通过
技能说明
feishu-common Skill
Description
Shared Feishu authentication and API helper for OpenClaw Feishu skills.
Provides:
- Tenant token acquisition and cache
- Retry and timeout handling
- Authenticated request wrapper with token refresh
Install Requirement
Install this skill before installing or running dependent Feishu skills.
Usage
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");
Files
index.js: Main implementation.feishu-client.js: Compatibility alias toindex.js.
如何使用「Feishu Common」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「Feishu Common」技能完成任务
- 结果即时呈现,支持继续对话优化