Crypto Alert Agent

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is purpose-aligned for crypto alerts, but it needs Telegram setup and refers to a helper script that is not included.

Before installing, confirm that you trust any run.sh implementation you add or obtain separately, keep Telegram credentials secure, verify the destination chat ID, and be comfortable with portfolio data being stored and sent through Telegram.

Findings (4)

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 skill may not work as installed, and any separately obtained run.sh script would determine the real runtime behavior.

Why it was flagged

The supplied manifest/code presence information says only SKILL.md is present and no code files or install spec are supplied, so the referenced helper script is absent from the reviewed artifacts.

Skill content
All commands are executed via the `run.sh` script.
Recommendation

Do not create or schedule a run.sh script unless it comes from a trusted, reviewed source; the package should ideally include the helper script or document its provenance.

What this means

A Telegram bot token and chat ID could be used to send messages to the configured Telegram chat.

Why it was flagged

The skill asks for Telegram messaging identity/configuration even though the registry metadata declares no primary credential or required environment variables; this is expected for Telegram alerts but should be noticed.

Skill content
Create a file named `telegram_chat_id` inside the `{baseDir}/credentials/` directory... Ensure your OpenClaw instance is configured with a Telegram bot token
Recommendation

Store the Telegram token and chat ID securely, verify the chat ID, and use a bot with only the permissions needed for notifications.

What this means

Your holdings or portfolio value may be stored by the skill’s implementation and may appear in Telegram messages.

Why it was flagged

Portfolio holdings and values are personal financial data and appear intended to persist across scheduled checks and potentially be sent through Telegram.

Skill content
Add your crypto holdings to track their total value in real-time... (Optional) Send a periodic portfolio value update.
Recommendation

Only enter portfolio details you are comfortable storing and messaging through Telegram, and confirm where any implementation stores this data.

What this means

If scheduled, it can keep polling prices and sending notifications without further prompts.

Why it was flagged

The skill recommends recurring background execution, which is expected for alert monitoring but creates ongoing activity until disabled.

Skill content
run on a schedule (e.g., via a cron job or a persistent agent loop)... Every 5 minutes.
Recommendation

Set up the schedule only if you want continuous monitoring, and keep a clear way to disable the cron job or persistent loop.