BTC Analyzer

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill’s stated BTC analysis purpose is clear, but it tells the agent to run a local Python script that is not included in the provided artifacts, so the executable behavior cannot be reviewed.

Install only if you can confirm the referenced analyze.py file is present and safe. The public Binance API use is consistent with the stated purpose, but the executable code needed to perform the analysis was not included in the reviewed artifacts.

Findings (2)

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

If the agent follows the skill, it may attempt to run code whose contents were not included in the reviewed package, or fail because the referenced script does not exist.

Why it was flagged

The package contains only SKILL.md, while the skill workflow depends on a separate analyze.py script. That leaves the actual executable implementation missing from review.

Skill content
1 file(s): SKILL.md (2769 bytes)
Recommendation

Do not rely on this skill until the referenced analyze.py file is included in the package and can be inspected or scanned.

What this means

Running an unreviewed local script could perform actions beyond the advertised Binance price analysis if a file exists at that path.

Why it was flagged

The skill instructs the agent to execute a local Python file via bash. Local execution is plausible for this purpose, but the referenced file is not supplied in the artifact set.

Skill content
Step 1 — Run the analyzer script via bash tool:
python3 ~/.npm-global/lib/node_modules/openclaw/skills/btc-analyzer/analyze.py
Recommendation

Verify the script path and review the Python source before allowing the agent to execute it.