From telegram-cli
Marks Telegram chats as read via telegram-cli Python script, clearing unread badges and mentions. Useful for terminal notification management. Triggers: telegram mark read, telegram clear unread.
npx claudepluginhub terrylica/cc-skillsThis skill is limited to using the following tools:
Mark all messages in a chat as read, clearing unread badges and mentions.
Marks Telegram chats as read, clearing unread badges, mentions, and notifications via tg-cli.py script. Useful for dismissing unread counters.
Telegram CLI for reading inbox/chats, searching messages, sending DMs/group messages, and managing contacts/groups/admins. Supports JSON output for automation.
Fetches latest messages from Telegram channels and sends HTML-formatted messages using Python scripts. Requires bot token and channel ID. Useful for Telegram bot interactions.
Share bugs, ideas, or general feedback.
Mark all messages in a chat as read, clearing unread badges and mentions.
/usr/bin/env bash << 'EOF'
SCRIPT="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/marketplaces/cc-skills/plugins/telegram-cli}/scripts/send.py"
# Mark a chat as read
uv run --python 3.13 "$SCRIPT" mark-read <chat_id_or_username>
# Examples
uv run --python 3.13 "$SCRIPT" mark-read 2124832490
uv run --python 3.13 "$SCRIPT" mark-read @username
EOF
| Parameter | Type | Description |
|---|---|---|
| chat | string/int | Chat to mark as read |