跳至主要内容
小龙虾小龙虾AI
🤖

Feishu Common

Provides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills.

下载3.5k
星标1
版本1.0.1
商业运营
安全通过

技能说明

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 to index.js.

如何使用「Feishu Common」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Feishu Common技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能