CreateTelegramClawAgent
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This instruction-only skill transparently helps create a Telegram bot agent after user confirmation, but users should handle the bot token and OpenClaw configuration changes carefully.
Use this skill only if you intend to create a Telegram-connected OpenClaw agent. Before confirming, check the proposed openclaw.json edits, protect the Telegram bot token, and review the generated AGENTS.md and SOUL.md files.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
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.
If the token is exposed, someone else could control the Telegram bot.
The skill asks the user for a Telegram bot credential and stores it in the generated OpenClaw configuration. This is necessary for the Telegram integration, but the token grants control of the bot.
Telegram Bot Token (required) ... "botToken": "<full-bot-token>" ... Anyone with your token can control your bot.
Only provide the token in a trusted environment, review where it will be stored, and rotate the token with BotFather if it is accidentally exposed.
The skill can change which agents exist and how Telegram messages are routed in OpenClaw.
The skill instructs the agent to modify local OpenClaw configuration and create files, but it also requires explicit user confirmation before doing so.
Only proceed after user explicitly confirms ... Create directories ... Update openclaw.json ... Create agent files
Review the proposed openclaw.json changes before confirming and consider backing up the file first.
Overly broad or unsafe wording in the generated agent files could affect how the Telegram agent behaves later.
The skill creates persistent instruction files based on the requested agent purpose, which will influence future behavior of the new agent.
Create agent files: - AGENTS.md - Work responsibilities and workflow - SOUL.md - Agent personality and values
Read the generated AGENTS.md and SOUL.md before using the bot, and keep the agent's responsibilities narrow and explicit.
