Shared Feishu authentication and API helper for OpenClaw Feishu skills.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill feishu-common-utilities --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Common Utilities?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-feishu-common-utilities)More formats (shields.io, HTML) on the badges page.
---
name: feishu-common-utilities
description: "Shared Feishu authentication and API helper for OpenClaw Feishu skills."
category: "Development"
author: community
version: "1.0.1"
icon: code
---
# 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`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!