Feishu Common

feishu-common Skill

javimosch e2567ab 811 B Updated

File contents

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.

javimosch/open-claw-skills/tree/main/skills/autogame-17/feishu-common commit e2567ab649

Frequently asked questions

npx skillmds@latest add javimosch/feishu-common