telegram-history

Displays the last N messages from a Telegram bot using JSONL session files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/asets-gobizit/claude-skills --skill telegram-history
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-history
Source: https://github.com/asets-gobizit/claude-skills/tree/main/skills/telegram-history
Command: npx skills add https://github.com/asets-gobizit/claude-skills --skill telegram-history

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly review recent conversations with a specific Telegram bot, eliminating the need to manually scroll through lengthy chat logs.

Core Features & Use Cases

  • Display Recent Messages: Shows the last N messages exchanged with @DansksunBot.
  • Session File Parsing: Reads and interprets OpenClaw session transcripts stored in JSONL format.
  • Use Case: When a user asks "What were the last few things I said to the bot?", this skill can provide an immediate summary.

Quick Start

Show the last 10 messages from the Telegram bot.

Frequently Asked Questions about telegram-history

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view recent Telegram chat history from a specific bot?

To view recent Telegram chat history, this Skill uses Python scripts to retrieve and display the last N messages exchanged with a specific bot like @DansksunBot. This eliminates manually scrolling through lengthy conversation logs.

Can I parse OpenClaw session files to recall past bot messages?

Yes, you can parse OpenClaw session files to recall past bot messages. The Skill reads and interprets OpenClaw session transcripts stored in JSONL format to extract and display your conversation log accurately.

Do I need JSONL formatted files to extract Telegram conversation logs?

Yes, you need JSONL formatted files to extract Telegram conversation logs. The Skill specifically requires access to OpenClaw session files that adhere to JSONL message formatting to parse and retrieve the chat history accurately.

What is the best way to retrieve the last few things I said to a Telegram bot?

The best way to retrieve the last few things you said to a Telegram bot is to run a script that parses your OpenClaw session transcripts. It provides an immediate summary of recent interactions without manual searching.

How does displaying recent messages work with OpenClaw transcripts?

Displaying recent messages works by using Python scripts to read OpenClaw session transcripts stored in JSONL format. It targets scenarios where users need to recall or review past interactions with automated agents.