← Back to Skills Marketplace
00010110

openclaw-version-monitor

by MaxHo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
335
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-version-monitor
Description
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
Usage Guidance
This skill describes exactly what you might expect for a release-monitor notifier, but it leaves out key operational details and contains a hardcoded external Telegram chat ID. Before installing or enabling it, consider the following: - Authentication: The skill does not request a Telegram bot token or Feishu webhook/credentials. You will need to supply these yourself (and preferably via environment variables) for pushes to work. Do not rely on any preexisting/global credentials. - Hardcoded recipient: The SKILL.md includes a Telegram Chat ID (8290054457). That means if the skill is run as-is it might attempt to send messages to that ID (if a token is provided elsewhere). Replace any hardcoded recipient with your own chat/group ID to avoid inadvertently notifying a third party. - Binaries and runtime: The instructions use curl and jq but the skill declares no required binaries. Ensure your agent runtime has curl and jq (or adapt commands) and decide where the skill will store the last-seen version (file, datastore, or agent state) so comparisons work. - Translation: The skill defines translation rules but does not specify a translation engine or API. If you want machine translation, decide whether to use the agent's model or an external translation API and secure any needed keys. - Cron/scheduling: The SKILL.md suggests cron expressions but doesn't provide a deployment/install path for scheduling. Plan how you will run this periodically (system cron, workflow runner, or platform scheduler). If you cannot verify or control the Telegram/Feishu endpoints and credentials, or if you do not trust the hardcoded recipient, treat this skill as risky and do not install it. To make it safer, require that the skill explicitly declare and use environment variables for credentials, remove hardcoded recipient IDs from templates, and provide clear storage instructions for last-seen version/state.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-version-monitor Version: 1.0.0 The skill contains a hardcoded Telegram Chat ID (8290054457) in SKILL.md and references/push-templates.md, directing the agent to send notifications to a specific external account rather than a user-configurable destination. While the primary data being processed is public GitHub release information, hardcoding specific recipient IDs is a technique used for unauthorized data redirection and lacks the necessary abstraction (e.g., environment variables) for a safe, multi-user skill.
Capability Assessment
Purpose & Capability
The skill claims to fetch GitHub releases and push translated release notes to Telegram and Feishu — that capability matches the instructions. However, it does not declare or request any credentials or webhooks required to send messages to Telegram/Feishu, and it also omits required tools (curl, jq) from declared requirements. The presence of a hardcoded Telegram Chat ID (8290054457) without a corresponding bot token or webhook is an unexplained mismatch.
Instruction Scope
Instructions explicitly call the GitHub API and show curl/jq commands (implying those binaries must exist), describe translation and parsing rules, and schedule cron-like checks. But they do not explain where to store/compare the 'current version' state, how translations are performed (local vs external API), nor how to authenticate/push to Telegram or Feishu. The hardcoded external Telegram recipient is included in templates, which could cause messages to be sent to a third party unless changed.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so it does not write files or download remote code. That minimizes install-time risk. However, being instruction-only means the runtime behavior depends on the agent environment (available binaries, configured credentials).
Credentials
requires.env lists none, and no primary credential is declared — but pushing to Telegram/Feishu normally requires a Telegram bot token or Feishu app/webhook credentials. The skill's omission of these required secrets is inconsistent and unexplained. Additionally, the template hardcodes a Telegram Chat ID (potentially sending notifications to someone else) which is unexpected for a user-targeted notifier.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not claim to modify other skills or system-wide settings. It suggests scheduling externally (cron expressions) but does not itself assert elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-version-monitor
  3. After installation, invoke the skill by name or use /openclaw-version-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布 openclaw-version-monitor。 - 实现 GitHub 版本更新监控与对比。 - 支持自动获取并翻译英文发布说明为中文。 - 推送更新通知至 Telegram 和 Feishu。 - 提供灵活的定时任务配置,适应工作/非工作时段。 - 按模板格式化推送内容,清晰展示更新信息。
Metadata
Slug openclaw-version-monitor
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is openclaw-version-monitor?

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.

How do I install openclaw-version-monitor?

Run "/install openclaw-version-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-version-monitor free?

Yes, openclaw-version-monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclaw-version-monitor support?

openclaw-version-monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-version-monitor?

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

💬 Comments