TopRank Skills

Home / Claw Skills / Autres / Feishu Common
Official OpenClaw rules 15%

Feishu Common

feishu common Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Feishu Common 技能。 若已安装,则直接安装 Feishu Common 技能。

Overview

Skill Key
autogame-17/feishu-common
Author
autogame-17
Source Repo
openclaw/skills
Version
-
Source Path
skills/autogame-17/feishu-common
Latest Commit SHA
e2567ab649c7b6d02922174717c192a9363f69af

Extracted Content

SKILL.md excerpt

# 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`:

```javascript
const { getToken, fetchWithRetry, fetchWithAuth } = require("../feishu-common/index.js");
```

Compatibility alias is also available:

```javascript
const { getToken, fetchWithAuth } = require("../feishu-common/feishu-client.js");
```

## Files
- `index.js`: Main implementation.
- `feishu-client.js`: Compatibility alias to `index.js`.

Related Claw Skills