← Back to Skills Marketplace
137
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install telegram-agent-memory
Description
Long-term Telegram memory for AI agents — search conversations, get digests, extract decisions. Connects to any Telegram channel via user's own account.
Usage Guidance
This skill appears internally consistent, but before installing: 1) Confirm you trust the remote service (https://agent.ai-vfx.com) and the @AgentMemoryBot used to mint API keys — the skill will send your Telegram conversation data to that service. 2) Create a revocable API key and avoid using highly privileged or long-lived credentials. 3) Be aware the SKILL.md shows a command that writes the API key into ~/.openclaw/openclaw.json; verify the file exists and set restrictive file permissions (e.g., chmod 600) so other users/processes cannot read it. 4) If privacy is a concern, test with a non-sensitive channel first and review the service's data retention/privacy policies (none are linked in the skill). 5) If anything about the domain, bot, or key-generation flow looks unfamiliar, do not paste your key and verify the project identity with the provider before continuing.
Capability Analysis
Type: OpenClaw Skill
Name: telegram-agent-memory
Version: 0.2.0
The skill provides a functional interface for a Telegram conversation memory service hosted at agent.ai-vfx.com. It includes instructions for the agent to guide users through API key setup, which involves a bash command to update the local OpenClaw configuration file (~/.openclaw/openclaw.json). While this grants the agent the ability to modify its own config, the behavior is transparently documented and necessary for the skill's stated purpose of maintaining persistent access to the external API.
Capability Assessment
Purpose & Capability
Name/description (Telegram long-term memory) align with requested artifacts: only curl and a single API key (AGENT_MEMORY_API_KEY) are required. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are scoped to managing an API key and calling the documented agent.ai-vfx.com API endpoints. They instruct the agent to persist the API key into ~/.openclaw/openclaw.json (example jq command). Storing a secret to disk is expected for this use-case, but users should be aware the key will be written to their OpenClaw config file and may be readable by processes/users with access to that file.
Install Mechanism
This is an instruction-only skill with no install spec or downloaded code. Lowest-risk install posture: nothing is written to disk by the skill itself beyond the user's manual config change.
Credentials
Only a single credential (AGENT_MEMORY_API_KEY) is declared as required and is the primary credential. That matches the described API usage. There are no unexplained SECRET/TOKEN/PASSWORD environment requests.
Persistence & Privilege
always is false and the skill does not request elevated or permanent platform-wide privileges. The only persistent action the instructions suggest is writing the API key into the skill section of the OpenClaw config, which is normal for credential storage.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install telegram-agent-memory - After installation, invoke the skill by name or use
/telegram-agent-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Add first-run onboarding: agent guides user through API key setup
v0.1.0
- Initial release of the agent-memory skill for Telegram.
- Provides long-term conversation memory for AI agents: search, digests, decision extraction, and source management.
- Supports searching across all connected Telegram channels or within specific sources.
- Allows users to add and manage Telegram channel sources via their own account.
- Includes API endpoints for searching conversations, generating digests, extracting decisions, checking sync status, and viewing account balance.
Metadata
Frequently Asked Questions
What is Telegram Agent Memory?
Long-term Telegram memory for AI agents — search conversations, get digests, extract decisions. Connects to any Telegram channel via user's own account. It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install Telegram Agent Memory?
Run "/install telegram-agent-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Telegram Agent Memory free?
Yes, Telegram Agent Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Telegram Agent Memory support?
Telegram Agent Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Telegram Agent Memory?
It is built and maintained by MAY4VFX (@may4vfx); the current version is v0.2.0.
More Skills