Loading...
Loading...
Read the user's personal Telegram account in a controlled, read-only way via Telethon/MTProto. Use when you need to inspect Telegram chats, list dialogs, read recent messages from a specific chat, or search Telegram messages without relying on the Telegram Bot API. Do not use for sending, replying, editing, deleting, or any write action.
npx skill4agent add ropl-btc/agent-skills telegram-readonly.venv.gitignore<skill-path>/scripts/bootstrap_venv.sh<skill-path>/scripts/telegram-readonly.venv~/.config/telegram-readonly/config.jsonapi_idapi_hash<skill-path>/scripts/telegram-readonly authapi_idapi_hash<skill-path>/scripts/telegram-readonly helpexport TELEGRAM_API_ID='12345678'
export TELEGRAM_API_HASH='your_api_hash'
<skill-path>/scripts/telegram-readonly authdialogs --querynameusernametitlepetros skynet<skill-path>/scripts/telegram-readonly dialogs --limit 50<skill-path>/scripts/telegram-readonly messages --chat '@username' --limit 50 --reverse<skill-path>/scripts/telegram-readonly search 'invoice' --limit 50<skill-path>/scripts/telegram-readonly search 'deadline' --chat '@username' --limit 50<skill-path>/scripts/telegram-readonly unread-dialogs --limit 10<skill-path>/scripts/telegram-readonly unread-dialogs --limit 10 --include-muted --include-archived<skill-path>/scripts/telegram-readonly unread-dms --limit 10references/setup-and-safety.mdauth~/.config/telegram-readonly/config.jsondialogsmessagessearchunread-dialogsunread-dmsis_useris_groupis_channelis_botarchivedmutedhttps://github.com/ropl-btc/telegram-readonly-cliscripts/telegram-readonlyscripts/telegram_readonly.pyscripts/bootstrap_venv.shreferences/setup-and-safety.md~/.config/telegram-readonly/config.json.env.venv/scripts/bootstrap_venv.sh