tg-checkin Telegram Automation for Openclaw

A specialized Telegram Web automation skill that performs verified, serial check-ins across multiple groups based on your configuration.

ls18166407597-design
v1.0.2
Feb 6, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install tg-checkin

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install tg-checkin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is tg-checkin Telegram Automation?

tg-checkin is a robust automation utility designed to handle repetitive messaging tasks within the Telegram Web interface. By integrating with the Openclaw Skills framework, this skill enables users to automate daily check-ins or status updates across a variety of groups with surgical precision. It prioritizes safety and accuracy by employing a strict verification logic that prevents messages from being sent to the wrong recipients.

This skill is particularly useful for users managing multiple community participations or reward-based group activities. As a part of the Openclaw Skills library, it leverages advanced browser manipulation to navigate complex UI elements like sticky scroll buttons and dynamic chat titles, ensuring a seamless and reliable automation experience.

tg-checkin Telegram Automation Use Cases

  • Automatically perform daily check-ins in multiple reward-based Telegram groups.
  • Maintain active status across various community chats without manual intervention.
  • Execute specific bot commands periodically across a list of configured groups.
  • Centralize management of Telegram group interactions using Openclaw Skills.

How tg-checkin Telegram Automation Works

  1. Navigate and Sync: The skill initiates by searching for the group name provided in the configuration and navigating to the chat interface.
  2. Strict Title Verification: To ensure 100% accuracy, the agent polls the chat title and verifies it against the config file. If the title does not match exactly, the operation is aborted.
  3. UI State Management: It intelligently detects and clicks the sticky reveal button (down arrow) to scroll to the very bottom of the chat, ensuring the most recent messages are loaded.
  4. Baseline Verification: The skill records the latest message metadata to establish a baseline before proceeding.
  5. Command Dispatch: Once the environment is verified, the agent focuses the input field and sends the designated check-in command.

tg-checkin Telegram Automation Setup

To get started with this skill, create a config.json file in the skill directory to define your target groups:

{
  "groups": [
    "Group Name 1",
    "Group Name 2"
  ]
}

When running for the first time, the Openclaw Skills agent will present a QR code. Scan this code using your mobile Telegram app to log in to the web session. Your session will be remembered for future automated runs.

tg-checkin Telegram Automation Data Schema & Taxonomy

The tg-checkin skill organizes its operations through the following file structure:

File Purpose
config.json Stores the exact names of the Telegram groups to be processed.
tg-logic.js The core script containing the browser automation logic.
SKILL.md Contains the metadata and instructional documentation for Openclaw Skills integration.

tg-checkin Telegram Automation Advanced Features

  • Serial Execution: Processes groups one by one to prevent browser resource conflicts and ensure message delivery.
  • Smart Scrolling: Automatically handles Telegram's 'sticky' scroll buttons to guarantee the UI is in the correct state before typing.
  • Zero-Mistake Protocol: Features a mandatory 2-second wait and strict string matching on group titles to prevent accidental posts.
  • Persistent Sessions: Leverages the browser plugin to keep you logged in after the initial QR code setup within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*