飞书API接口调用次数优化

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a transparent, instruction-only optimization guide, but it changes local OpenClaw code and restarts the gateway service.

Install or use this only if you are comfortable changing your local OpenClaw source tree and restarting the gateway. Check the target file, save the original TTL values, run the full build exactly as documented, verify all extensions remain present, and confirm the service is healthy after restart.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Applying the instructions can change Feishu health-check behavior and temporarily interrupt or alter the OpenClaw gateway service.

Why it was flagged

The skill tells the user/agent to edit local OpenClaw source code, rebuild, and restart the gateway. This is expected for the stated optimization, but it is a material local mutation.

Skill content
修改为:`const PROBE_SUCCESS_TTL_MS = 24 * 60 * 60 * 1000;` ... `pnpm build` ... `systemctl --user restart openclaw-gateway`
Recommendation

Review the exact file and constants before applying, keep a rollback record or backup, and explicitly approve the build and restart steps.

What this means

A wrong build or incomplete compiled extension directory could disrupt multiple extensions or the OpenClaw gateway.

Why it was flagged

The artifact itself notes that an incorrect build approach can remove other extension outputs and cause the gateway to crash and restart repeatedly.

Skill content
单扩展编译(如 `pnpm --filter feishu build`)会清空并覆盖 `dist/extensions/` 目录...服务会因配置校验失败而崩溃,并进入循环重启。
Recommendation

Follow the documented full-build path, verify `dist/extensions/` before restarting, and be prepared to restore the previous build if the service fails.