An automated configuration guard that protects Feishu API quotas by maintaining optimized cache settings within Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-cache-guardian
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-cache-guardian using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Feishu Cache Guardian is a specialized utility designed to solve a critical resource management issue for users of the Feishu channel in Openclaw Skills. By default, the system performs health checks every minute, which can consume up to 43,200 API calls per month—significantly exceeding the standard free tier of 10,000 calls. This skill ensures your environment remains within safe limits by enforcing a 60-minute cache policy.
Because system updates often overwrite core extension files, manually optimized settings are frequently lost. Feishu Cache Guardian acts as a persistent watchdog for your Openclaw Skills setup, monitoring the probe configuration and automatically reapplying optimizations whenever a reset is detected, ensuring long-term stability and cost-efficiency.
To perform a manual check and fix within your Openclaw Skills environment, execute the following command:
node ~/.openclaw/workspace/skills/feishu-cache-guardian/scripts/check-and-fix.js
For best results, it is highly recommended to automate this process using the cron functionality provided by Openclaw Skills:
openclaw cron add \
--name "feishu-cache-check" \
--schedule "0 9 * * *" \
--command "node ~/.openclaw/workspace/skills/feishu-cache-guardian/scripts/check-and-fix.js"
The skill manages specific constants within the Feishu extension source code to optimize API traffic. The data organization is summarized below:
| Constant | Default Value | Optimized Value | Impact |
|---|---|---|---|
| PROBE_SUCCESS_TTL_MS | 10 Minutes | 60 Minutes | Reduces success polling frequency |
| PROBE_ERROR_TTL_MS | 1 Minute | 60 Minutes | Prevents API hammering during failures |
Target Path: /opt/homebrew/lib/node_modules/openclaw/extensions/feishu/src/probe.ts
Loading
An automated pipeline for researching, synthesizing, and publishing daily Xiaohongshu content digests.

Automate the discovery of arXiv papers and generate social-ready research summaries for Xiaohongshu.

A specialized developer guide for building English learning applications tailored for the Cambridge A2 Key for Schools (KET) exam and beginner learners.

Automate the extraction, synthesis, and bilingual reporting of Financial Times articles for professional and academic research.

A sophisticated memory management system for AI agents that integrates state awareness, loop protection, and hybrid semantic search to optimize token usage.

A universal memory management system for Openclaw agents that optimizes token usage and provides intelligent state-aware context.








































