Shared Feishu authentication and API helper for OpenClaw Feishu skills.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill feishu-common --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Common?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-feishu-common)More formats (shields.io, HTML) on the badges page.
# 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!