← 返回 Skills 市场
lanbeizizi-max

Telegram 自动签到

作者 lanbeizizi-max · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-checkin
功能描述
使用 agent-browser 对 Telegram 机器人进行自动签到。当用户提到"签到"、"Telegram 机器人自动操作"、"OKEmbyBot"、"Telegram Web 自动化"、"Telegram 按钮点击"时触发。使用持久化 Chrome Profile 保存 cookies,关掉再开无需重新登录。
安全使用建议
Before installing or enabling this skill: 1) Note the decisive inconsistency — SKILL.md says to use --profile to persist httpOnly cookies, but the included scripts use --session-name. Confirm which mode you want; if you need persistent login, update the script to use --profile or expect repeated logins. 2) Understand persistence: the instructions show how to install a launchd Watchdog that autostarts a script on boot and will keep opening the browser and your Telegram Web session; only install this if you accept a background process that can access your Telegram session cookies. 3) Inspect and, if needed, modify the files before installing: ensure the plist references the actual script path you trust, verify the watchdog script content, and verify the agent-browser binary source (npm/brew/cargo) is legitimate. 4) Prefer testing manually first (run the signin script and agent-browser commands interactively) before enabling autostart. 5) Treat the Chrome profile directory (~/.chrome-profiles/telegram-web) as sensitive — anyone with access to it can reuse your Telegram session; back it up only if you trust the destination. If you want lower persistence risk, avoid installing the launchd agent and run the automation only on-demand.
功能分析
Type: OpenClaw Skill Name: telegram-checkin Version: 1.0.0 The skill automates Telegram bot check-ins but includes instructions for the agent to establish persistence on macOS by creating a LaunchAgent (ai.openclaw.agent-browser-watchdog.plist) and a watchdog script. While this is intended to keep the browser running for automation, the use of persistent background services and system-level configuration changes is a high-risk behavior. Additionally, the watchdog script contains a hardcoded user path (/Users/zq/), and the skill manages sensitive Telegram session cookies via a persistent Chrome profile, which could be abused if the agent is compromised. There is also a functional inconsistency between the SKILL.md instructions and the telegram-signin.sh script regarding session management.
能力评估
Purpose & Capability
The stated purpose (automating Telegram Web bot check-ins) matches the included instructions and scripts overall, but there's a concrete inconsistency: SKILL.md insists on using agent-browser --profile (to persist httpOnly cookies), while the shipped scripts/telegram-signin.sh use --session-name. Those two modes behave differently; the README claims --profile is required to avoid repeated logins, but the provided automation script will not get that benefit. This mismatch could be a bug, oversight, or indicator the files weren't coordinated.
Instruction Scope
SKILL.md instructs the agent/user to create a persistent Chrome profile directory, to run agent-browser and agent-browser install, and to install a macOS launchd Watchdog that will autostart a background script and keep the browser running. Those actions are directly related to making Telegram stay logged-in, but they also expand scope to persistent background behavior and filesystem changes under the user's home directory (~/.chrome-profiles, ~/.openclaw/scripts, ~/Library/LaunchAgents). The instructions do not attempt to read unrelated files or exfiltrate data, but they do ask the user to persist cookies (sensitive).
Install Mechanism
No binary install spec in the skill bundle; the skill is instruction-first and includes a small shell script. That lowers installer-side risk. The SKILL.md does instruct using npm/brew/cargo to install agent-browser, which is expected for this functionality. No remote, opaque downloads are embedded in the skill files themselves.
Credentials
The skill declares no environment variables or credentials, which aligns with an automation that uses a local Chrome profile. However, the required persistent Chrome profile will store httpOnly cookies that effectively grant long-lived access to the user's Telegram account; this is sensitive but proportionate to the stated goal. The skill does not request unrelated cloud credentials or tokens.
Persistence & Privilege
The SKILL.md explicitly instructs creating a launchd agent to run a Watchdog that autostarts at login/boot and restarts agent-browser when it exits. That gives the skill persistent user-level presence (auto-start) and continuous background execution. The skill metadata does not set always:true, but the provided instructions would create persistence at the OS level if followed. This is functionally consistent with 'keep this logged in', but it materially increases the blast radius and should be an explicit user decision.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telegram-checkin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telegram-checkin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:支持 Telegram 机器人自动签到,使用持久化 Chrome Profile 保存 cookies
元数据
Slug telegram-checkin
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Telegram 自动签到 是什么?

使用 agent-browser 对 Telegram 机器人进行自动签到。当用户提到"签到"、"Telegram 机器人自动操作"、"OKEmbyBot"、"Telegram Web 自动化"、"Telegram 按钮点击"时触发。使用持久化 Chrome Profile 保存 cookies,关掉再开无需重新登录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 Telegram 自动签到?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-checkin」即可一键安装,无需额外配置。

Telegram 自动签到 是免费的吗?

是的,Telegram 自动签到 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Telegram 自动签到 支持哪些平台?

Telegram 自动签到 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Telegram 自动签到?

由 lanbeizizi-max(@lanbeizizi-max)开发并维护,当前版本 v1.0.0。

💬 留言讨论