← 返回 Skills 市场
Telegram Context
作者
fourthdensity
· GitHub ↗
· v1.0.1
777
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install telegram-context
功能描述
Fetches recent Telegram messages at session start to maintain conversation context across sessions, with toggle and manual fetch commands.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-context - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-context触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Telegram Context 是什么?
Fetches recent Telegram messages at session start to maintain conversation context across sessions, with toggle and manual fetch commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 777 次。
如何安装 Telegram Context?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-context」即可一键安装,无需额外配置。
Telegram Context 是免费的吗?
是的,Telegram Context 完全免费(开源免费),可自由下载、安装和使用。
Telegram Context 支持哪些平台?
Telegram Context 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Context?
由 fourthdensity(@fourthdensity)开发并维护,当前版本 v1.0.1。
推荐 Skills