扫描报告
5 /100
telegram-agent-setup
Complete guide to connecting OpenClaw with Telegram. Set up bot, configure channels, handle groups/topics, voice messages, inline buttons, media, and troubleshoot common issues.
This is a documentation-only skill containing setup instructions for connecting OpenClaw to Telegram. No executable code is present - it provides only markdown documentation with CLI commands for users to follow manually.
可以安装
No action needed. The skill is safe to use as it contains only documentation and does not execute any code.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in documentation |
| 网络访问 | NONE | NONE | — | No network operations - only provides Telegram bot setup instructions |
| 命令执行 | NONE | NONE | — | Documents CLI commands for users to execute manually, no automatic shell executi… |
| 环境变量 | NONE | NONE | — | Mentions environment variable storage but does not access them |
| 技能调用 | NONE | NONE | — | No skill invocation code |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
2 文件 · 6.7 KB · 238 行 Markdown 2f · 238L
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Documentation-only skill with no executable code
✓ Includes security best practices (allowedChatIds, rejectUnknown configuration)
✓ Recommends version pinning for faster-whisper
✓ Does not contain obfuscated or suspicious code
✓ All network/API interactions described are for legitimate Telegram bot setup
✓ No credential harvesting or exfiltration
✓ No base64 encoding or eval() patterns
✓ No remote script execution (curl|bash patterns)
✓ No sensitive file access (~/.ssh, ~/.aws, .env)