install
source · Clone the upstream repo
git clone https://github.com/Najia-afk/Aria_moltbot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Najia-afk/Aria_moltbot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/aria_skills/telegram" ~/.claude/skills/najia-afk-aria-moltbot-telegram && rm -rf "$T"
manifest:
aria_skills/telegram/SKILL.mdsource content
aria-telegram
Telegram Bot API integration skill.
Purpose
- Send and reply to messages through bot credentials.
- Fetch updates and basic bot metadata.
Main Tools
send_messagereply_to_messageget_updatesget_me