Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Openclaw Telegram Setup

ASecurity

10 分钟配置 Telegram Bot 作为 OpenClaw 消息渠道。

60 stars
0 votes
0 copies
0 views
Added 9/23/2026
toolsbashapi

Works with

api

Security Analysis

A100/100

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add lxyeternal/MalSkillBench --skill openclaw-telegram-setup --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Openclaw Telegram Setup?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Openclaw Telegram Setup
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lxyeternal-openclaw-telegram-setup/badge)](https://www.skillsdirectory.com/skills/lxyeternal-openclaw-telegram-setup)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
# OpenClaw Telegram Setup

10 分钟配置 Telegram Bot 作为 OpenClaw 消息渠道。

## 为什么选 Telegram?

- **免费无限制**:消息、文件、多媒体全免费
- **API 开放**:Bot API 简单易用
- **全球可用**:无地域限制
- **功能强大**:支持命令、按钮、Inline 查询

## 快速配置

### Step 1: 创建 Bot

1. 在 Telegram 搜索 `@BotFather`
2. 发送 `/newbot`
3. 按提示设置 Bot 名称
4. 保存返回的 **Token**(格式:`123456789:ABCdefGHI...`)

### Step 2: 获取 Chat ID

```bash
# 方法 1:用你的 Bot 发条消息,然后访问
https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates

# 方法 2:用 @userinfobot 获取你的 ID
```

### Step 3: 配置 OpenClaw

编辑 `~/.openclaw/config.yaml`:

```yaml
plugins:
  entries:
    - plugin: openclaw-telegram
      config:
        botToken: "123456789:ABCdefGHI..."
        allowedChatIds:
          - 123456789  # 你的 Chat ID
```

### Step 4: 启动 Gateway

```bash
openclaw gateway start
```

### Step 5: 测试

在 Telegram 向你的 Bot 发送消息,应该收到 AI 回复。

## 高级功能

### 群组支持

```yaml
plugins:
  entries:
    - plugin: openclaw-telegram
      config:
        botToken: "xxx"
        allowedChatIds:
          - 123456789    # 个人
          - -100123456789  # 群组(负数)
```

### 命令支持

在 BotFather 设置命令:
```
/setcommands
help - 获取帮助
status - 检查状态
clear - 清除对话
```

### Webhook 模式(需要公网服务器)

```yaml
plugins:
  entries:
    - plugin: openclaw-telegram
      config:
        botToken: "xxx"
        webhook:
          url: "https://your-domain.com/telegram/webhook"
          port: 8443
```

## 常见问题

### Q: Bot 不回复
A: 检查 Chat ID 是否正确(正数是个人,负数是群组)

### Q: 提示 "Forbidden: bot was blocked by the user"
A: 你可能之前屏蔽了 Bot,需要先解除屏蔽

### Q: 群组消息无响应
A: 确保 Bot 在群组中,且有读取消息权限

## 成本

- Telegram Bot API:**完全免费**
- OpenClaw Gateway:本地运行,无费用
- AI 模型:按使用量计费(DeepSeek 最便宜)

## 需要帮助?

- 微信:yanghu_ai
- Telegram: @yanghu_openclaw
- 免费远程配置(首次)

---

Version: 1.0.0
Created: 2026-03-21

Attribution

lxyeternallxyeternal
View sourceMore from lxyeternal →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1066600 votes
View all in tools →