← Back to Skills Marketplace
fourthdensity

Telegram Context

by fourthdensity · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
777
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install telegram-context
Description
Fetches recent Telegram messages at session start to maintain conversation context across sessions, with toggle and manual fetch commands.
Usage Guidance
This skill appears to do exactly what it says: when enabled it will fetch recent messages from the current Telegram chat (via the platform's message tool), include those messages in the AI context, and store only a small local settings file (memory/telegram-context.json). Before enabling: (1) Confirm you trust the OpenClaw gateway's Telegram integration and that it enforces 'current chat only' permissions; misconfiguration there could broaden access. (2) Remember fetched messages are sent to your configured LLM provider and may appear in logs—avoid auto-fetch for very sensitive conversations or use manual fetch with a low fetchCount. (3) Check where memory/telegram-context.json is stored/backed up and who can read it. Test the skill in a non-sensitive chat first to confirm behavior matches expectations.
Capability Analysis
Type: OpenClaw Skill Name: telegram-context Version: 1.0.1 The skill is designed to fetch Telegram message history from the current chat and provide it as context to the LLM. While this involves sending potentially sensitive user data to the configured LLM provider, this behavior is explicitly and transparently documented multiple times in SKILL.md under 'Privacy & Security' and 'Limitations'. The skill declares the necessary 'message:read' permission, uses OpenClaw's built-in 'message' tool, stores state locally in 'memory/telegram-context.json', and provides user controls to manage its behavior. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The skill's actions are fully aligned with its stated purpose and are openly disclosed.
Capability Assessment
Purpose & Capability
The name/description say it will fetch recent Telegram messages for session continuity; the instructions only read/write a local memory file and call the built-in `message` tool limited to the current chat. These requirements are proportionate to that purpose.
Instruction Scope
SKILL.md instructs the agent to read/write memory/telegram-context.json and to call the platform `message` tool with action: 'list' for the current Telegram chat. That stays within the stated scope. Two things to note: (1) message content is explicitly included in the agent context and sent to your configured LLM provider (this is a privacy exposure the skill discloses), and (2) the skill assumes the platform's `message` tool enforces the 'current chat only' restriction — if the gateway/tool is misconfigured, fetched scope could be wider than intended.
Install Mechanism
No install spec or external downloads — instruction-only skill. No files are written by an installer, which minimizes supply-chain risk.
Credentials
The skill declares no environment variables or credentials (which is consistent). It does rely on the OpenClaw gateway having Telegram channel permissions already configured; that external permission is necessary but not requested by the skill itself. Also, the registry metadata doesn't list the memory path it uses (memory/telegram-context.json), though using a skill-local memory file is expected.
Persistence & Privilege
The skill is not always-on and is user-invocable. It reads/writes its own state file but does not request system-wide config changes or elevated privileges. Autonomous invocation is allowed by default but is not an unusual privilege here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-context
  3. After installation, invoke the skill by name or use /telegram-context
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Improved privacy documentation: clarified message handling, LLM provider transmission, and added security recommendations for sensitive conversations
v1.0.0
Initial release: Automatic Telegram message history fetching for conversational continuity
Metadata
Slug telegram-context
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Telegram Context?

Fetches recent Telegram messages at session start to maintain conversation context across sessions, with toggle and manual fetch commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 777 downloads so far.

How do I install Telegram Context?

Run "/install telegram-context" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Telegram Context free?

Yes, Telegram Context is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Telegram Context support?

Telegram Context is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Telegram Context?

It is built and maintained by fourthdensity (@fourthdensity); the current version is v1.0.1.

💬 Comments