Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @autogame-17 Updated 7/27/2026 3,689 downloads 1 stars Security: Pass

Feishu Common OpenClaw Plugin & Skill | ClawHub

Looking to integrate Feishu Common into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @autogame-17/feishu-common
Node.js (npx)
npx clawhub@latest install feishu-common

Full SKILL.md

Open original

SKILL.md content below is scrollable.

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.
ClawHub Registry URL: https://clawhub.ai/autogame-17/skills/feishu-common

Related skills

If this matches your use case, these are close alternatives in the same category.