Crypto 4h Trade Brief

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent and does not show credential use or automatic trading, but it does run a referenced local analyzer script and produces copyable leveraged crypto trade parameters.

This skill appears safe to install from the provided artifacts, but use it carefully: it runs a referenced local market-data script and outputs manual crypto trading parameters, including leveraged contract settings. Review the referenced analyzer dependency and verify any suggested trades independently before acting.

Findings (3)

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

The brief depends on code from another local skill; if that dependency is missing, outdated, or altered, the resulting analysis could be wrong or the command could behave differently than expected.

Why it was flagged

The skill relies on an external local script from another skill path that is not included in the provided artifacts, so the market data source and helper code provenance are outside this package.

Skill content
python3 /home/hmzo/.openclaw/workspace/skills/public/crypto-market-analyzer/scripts/fetch_crypto_data.py --output json
Recommendation

Before relying on the skill, review or install the referenced crypto-market-analyzer skill from a trusted source and ensure this dependency is declared and pinned where possible.

What this means

Using the skill may execute local Python code to obtain BTC/ETH data, although the artifacts do not show credential access or account trading.

Why it was flagged

The skill instructs the agent to run a local Python script. This is purpose-aligned for fetching market data, but it is still local code execution that users should be aware of.

Skill content
1. 运行分析脚本,获取最新 BTC/ETH 数据
Recommendation

Use it only in an environment where the referenced analyzer script is trusted, and avoid replacing that script with unreviewed code.

What this means

A user could over-rely on generated trading parameters and lose money, especially with leveraged crypto contracts.

Why it was flagged

The skill is explicitly beginner-facing and produces copyable leveraged trading parameters. It also requires a disclaimer and risk gates, so this appears disclosed and purpose-aligned rather than deceptive.

Skill content
面向小白 ... 杠杆(小白默认 3x-5x) ... 最后给“可直接照抄”的欧易手填模板
Recommendation

Treat the output as educational decision support, verify all prices and risk settings independently, and do not place trades solely because the template is copyable.