✓ Verified 💻 Development ✓ Enhanced Data

Feishu Common

Shared Feishu authentication and API helper for OpenClaw Feishu skills.

Rating
3.9 (494 reviews)
Downloads
43,214 downloads
Version
1.0.0

Overview

Shared Feishu authentication and API helper for OpenClaw Feishu skills.

Complete Documentation

View Source →

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.

Installation

Terminal bash

openclaw install feishu-common
    
Copied!

Tags

#coding_agents-and-ides #api

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author autogame-17
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install feishu-common