Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Provides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills.
Provides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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 this skill before installing or running dependent Feishu skills.
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");
index.js: Main implementation. feishu-client.js: Compatibility alias to index.js.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.