OpenClaw Helper

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

Running the wrong command, IP, or configuration value could break the OpenClaw deployment or restart the wrong service.

Why it was flagged

The skill documents root SSH commands that modify OpenClaw configuration and restart a service. This is coherent with deployment troubleshooting, but mistakes could affect a remote server.

Skill content
ssh root@<IP> '... openclaw config set "models.providers.<名称>" ...' ; ssh root@<IP> 'systemctl --user restart openclaw-gateway.service'
Recommendation

Verify the target server, command contents, and configuration values before running any SSH command.

What this means

If these credentials are pasted into the wrong place, logged, or shared, someone else may be able to use the model provider or Feishu app.

Why it was flagged

The instructions require model provider API keys and Feishu application secrets. These credentials are expected for the stated integrations, but they are sensitive.

Skill content
"apiKey": "<API_Key>" ... "appId": "<App_ID>", "appSecret": "<App_Secret>"
Recommendation

Use least-privilege credentials where possible, avoid sharing logs containing secrets, and rotate keys if they are exposed.

What this means

Users may rely on deployment commands without an obvious upstream source to verify them.

Why it was flagged

The skill has limited provenance information. Because it is instruction-only, this is not by itself suspicious, but the commands should be compared against trusted OpenClaw documentation before use.

Skill content
Source: unknown; Homepage: none
Recommendation

Cross-check the suggested commands and configuration keys with official OpenClaw and Feishu documentation.