← 返回 Skills 市场
OpenClaw Feishu Quota Guard
作者
HerbertWYT
· GitHub ↗
· v0.2.0
· MIT-0
191
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-feishu-quota-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-feishu-quota-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Initial public release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。
如何安装 OpenClaw Feishu Quota Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feishu-quota-guard」即可一键安装,无需额外配置。
OpenClaw Feishu Quota Guard 是免费的吗?
是的,OpenClaw Feishu Quota Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Feishu Quota Guard 支持哪些平台?
OpenClaw Feishu Quota Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Feishu Quota Guard?
由 HerbertWYT(@herbertwyt)开发并维护,当前版本 v0.2.0。
推荐 Skills