← Back to Skills Marketplace
🔌

Tg Message Assistant

by TelyClaw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
17
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tg-message-assistant
Description
Generate topic briefings from Telegram channels. Use this skill when the user mentions "briefing", "newsletter", "digest", "message summary", "channel recap"...
README (SKILL.md)

TG Message Assistant (Telyclaw)

Read ./core/prompt.md for the full 5-step workflow and interaction principles.

Tool Strategy: Native API Tools

Telyclaw has built-in Telegram and Gmail tools. Use them directly.

Telegram

Action Tool Notes
Fetch messages telegram_get_messages Supports channel usernames and chat IDs
Send messages telegram_send_message 4096-char limit per message; split with "(1/N)" labels

Gmail

Action Tool Notes
Authorize gmail_authorize Opens browser for Google OAuth
Send email gmail_message_send Requires confirm: true

Cron

Use the CronCreate tool for scheduled recurring generation.


Gmail Setup

Plugin detection (required on first use):

  1. Scan the available tools list for gmail_* prefixed tools.
  2. If not found, tell the user:

    "The Gmail plugin is not installed. Please install the Gmail plugin from the telyclaw plugin marketplace, or visit https://github.com/TelyAgent/telyclaw-plugin-gmail for installation instructions. Let me know once it's set up and we'll continue."

  3. If tools exist but are unavailable (e.g. expired authorization), proceed to authorization.

Authorization flow:

  • On receiving an authorization error, use AskUserQuestion to ask the user for permission.
  • Call gmail_authorize — this will open a browser window for Google OAuth.
  • Tell the user: "A Google authorization page has been opened in your browser. Please complete the authorization and let me know when you're done."
  • Once the user confirms, retry the send.

Send parameters:

  • to: recipient email address
  • subject: {Channel names} Briefing · {date range}
  • text: the full Markdown briefing
  • confirm: true (required — the tool will refuse to send without this)
Usage Guidance
Install only if you are comfortable giving the agent access to the Telegram channels and Gmail account involved. Review recipients before any send, prefer the narrowest available email/Telegram integration, and use scheduling only for briefings you are comfortable having generated and delivered repeatedly.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose includes fetching Telegram channel messages, creating briefings, delivering them through Telegram or Gmail, and optionally scheduling recurring runs; those capabilities fit together coherently.
Instruction Scope
The workflow asks for channels, time range, delivery targets, and schedule, and requires previewing the briefing before sending; however, trigger phrases such as "generate report" and "send briefing" are broader than ideal.
Install Mechanism
The package is markdown-only with no executable files. It does suggest optional external installs or configuration for Gmail, AgentMail, Playwright, MCP servers, and Telegram credentials, which users should review before enabling.
Credentials
Telegram and Gmail access are proportionate to the briefing and delivery use case, but some suggested integrations expose broader account capabilities than the skill itself needs.
Persistence & Privilege
OAuth/browser sessions and optional cron scheduling are disclosed and tied to the requested workflow; scheduling includes a confirmation of the cron meaning and no hidden persistence was found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tg-message-assistant
  3. After installation, invoke the skill by name or use /tg-message-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
tg-message-assistant v1.0.0 - Initial release. - Generates topic briefings, digests, and newsletters from one or multiple Telegram channels. - Supports message fetching and summary delivery via Telegram and Gmail. - Provides scheduling through Cron integration. - Includes instructions for Gmail plugin setup and authorization flow.
Metadata
Slug tg-message-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tg Message Assistant?

Generate topic briefings from Telegram channels. Use this skill when the user mentions "briefing", "newsletter", "digest", "message summary", "channel recap"... It is an AI Agent Skill for Claude Code / OpenClaw, with 17 downloads so far.

How do I install Tg Message Assistant?

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

Is Tg Message Assistant free?

Yes, Tg Message Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tg Message Assistant support?

Tg Message Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tg Message Assistant?

It is built and maintained by TelyClaw (@telyclaw); the current version is v1.0.0.

💬 Comments