← Back to Skills Marketplace
OpenClaw Feishu Quota Guard
by
HerbertWYT
· GitHub ↗
· v0.2.0
· MIT-0
191
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-feishu-quota-guard
Description
Use when a user wants OpenClaw itself to diagnose or fix Feishu/Lark quota burn caused by heartbeats, health checks, webhook probes, or overly expensive back...
Usage Guidance
This skill appears to do what it says: run the bundled dry-run first and review the planned changes. Before installing/running: (1) run with --dry-run to preview edits; (2) confirm the target workspace path is correct to avoid accidental deletion of an existing skills directory (the installer removes the destination before copying); (3) be aware the scanner will read many files under home/Documents/Downloads to find webhook/health clues (privacy exposure, but no network exfiltration is present); (4) inspect the backup created (openclaw.json.bak.feishu-quota-guard.*) before accepting changes; and (5) if you maintain custom webhook/gateway code, manually review those routes rather than allowing automatic edits. If you want extra assurance, review the included Python scripts locally or run them in a controlled environment first.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-feishu-quota-guard
Version: 0.2.0
The skill bundle is designed to diagnose and mitigate API quota exhaustion in OpenClaw when integrated with Feishu/Lark. It provides scripts to scan the local filesystem for relevant configuration files (find_feishu_quota_candidates.py) and automatically adjust heartbeat settings to reduce costs (apply_feishu_quota_fix.py). While the scripts perform broad searches across common directories and modify local JSON configurations, the logic is transparent, includes safety features like dry-runs and backups, and lacks any indicators of data exfiltration, persistence, or malicious execution.
Capability Assessment
Purpose & Capability
Name/description align with the included scripts: they detect openclaw.json, inspect workspace files for Feishu/webhook/health routes, and patch heartbeat settings. The files and installer operate on OpenClaw config and workspace paths only, which is consistent with the stated goal.
Instruction Scope
SKILL.md and scripts confine actions to locating openclaw.json, scanning workspace directories, and modifying heartbeat-related keys. However, the scanner defaults include broad directories (home, Documents, Downloads) and will read many files (logs, source files) to look for clues; this is functional for discovery but increases privacy exposure of unrelated files — the skill does not transmit that data externally.
Install Mechanism
There is no remote download; installation is local copying. The Python installer copies files into the target skills directory and will remove an existing target directory (shutil.rmtree) before copying, which could overwrite or delete an existing skill if pointed at the wrong path. This is coherent with installation intent but worth noting as a destructive action if misused.
Credentials
No required environment variables or credentials are declared. The scripts optionally read OPENCLAW_CONFIG_PATH and OPENCLAW_STATE_DIR to locate config files; those are reasonable and proportional to the task. The code scans for tokens/verification strings but does not require or exfiltrate secrets.
Persistence & Privilege
Skill is not forced-always and uses normal agent invocation. It installs into a workspace or shared skills directory so it may become visible to local agents (expected). It does not alter other skills' configs or request elevated system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-feishu-quota-guard - After installation, invoke the skill by name or use
/openclaw-feishu-quota-guard - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Initial public release
Metadata
Frequently Asked Questions
What is OpenClaw Feishu Quota Guard?
Use when a user wants OpenClaw itself to diagnose or fix Feishu/Lark quota burn caused by heartbeats, health checks, webhook probes, or overly expensive back... It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install OpenClaw Feishu Quota Guard?
Run "/install openclaw-feishu-quota-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Feishu Quota Guard free?
Yes, OpenClaw Feishu Quota Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Feishu Quota Guard support?
OpenClaw Feishu Quota Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Feishu Quota Guard?
It is built and maintained by HerbertWYT (@herbertwyt); the current version is v0.2.0.
More Skills