Crypto Learning

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a benign crypto-education skill, with the main things to notice being its disclosed daily automation and local progress tracking.

This skill looks safe for learning use. Before installing, decide whether you want daily automatic reminders, reset the included progress if you are not “hmzo,” and remember that crypto investment lessons and web-search summaries are educational material, not guaranteed financial advice.

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 scheduled, the skill may keep producing daily lessons and advancing progress without a manual request each day.

Why it was flagged

The artifact defines an intended recurring daily execution path for generating lessons. This matches the stated daily-learning purpose, but it is persistent automation the user should deliberately enable or disable.

Skill content
# 通过 OpenClaw cron 每天早上9点执行
CONTENT=$(python3 crypto_learning.py next)
Recommendation

Confirm you want daily reminders, verify how the schedule is configured in your OpenClaw environment, and disable or remove the schedule if you only want manual use.

What this means

A new installer could inherit an existing user's progress position or identifier, and local edits to the file could change what lesson is shown next.

Why it was flagged

The skill ships with persistent, user-specific progress state that controls future lesson selection. This is expected for progress tracking, but it may carry prior state into future runs.

Skill content
"user_id": "hmzo", ... "completed_subtopics": ["b1-1", "b1-2", "b1-3", "b2-1", "b2-2"], ... "enabled": true
Recommendation

Reset progress before first use if this is not your state, and avoid treating progress.json as sensitive secret storage.