← 返回 Skills 市场
Telebiz Mcp
作者
acastellana
· GitHub ↗
· v0.1.0
1785
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telebiz-mcp-skill
功能描述
Access Telegram data via MCP using the telebiz-tt browser client. Lists chats, reads messages, searches, manages folders, and sends messages through an authenticated Telegram session.
安全使用建议
This skill appears to do what it claims (bridge an authenticated telebiz browser session to an MCP API), but take precautions before installing:
- Network exposure: by default the relay and HTTP server bind to all interfaces (0.0.0.0) and the HTTP server sets Access-Control-Allow-Origin: *. That means if your machine is reachable on the network, remote hosts could talk to the service and indirectly act using your logged-in Telegram session. Only run this on a trusted, firewalled host or change bindings to 127.0.0.1.
- Limit interfaces: set TELEBIZ_HTTP_PORT/TELEBIZ_PORT/TELEBIZ_RELAY_URL or edit the server code to listen only on 127.0.0.1, or run the service inside a local-only container or VM.
- Review startup scripts: inspect start-http.sh, start-relay.sh, and telebiz-service.sh before running them — telebiz-service.sh may install a systemd service or otherwise create persistent system-level configuration.
- Principle of least privilege: do not run as root. Keep the service confined to a dedicated user or container.
- Authenticate and audit: the skill will be able to read and send messages using your authenticated browser session — treat it like any other app with access to your account. Only install if you trust the telebiz package source and the skill code; consider running it in an isolated environment first.
- If you want to proceed: change the server listen calls to bind to 127.0.0.1 (or add host argument), remove or tighten the CORS wildcard, and ensure your firewall blocks external access to ports 9716/9717/9718 (or whichever you use).
If you cannot validate the telebiz package origin or you need to expose functionality to other hosts, audit the code carefully and prefer running it inside a network-restricted container/VM.
功能分析
Type: OpenClaw Skill
Name: telebiz-mcp-skill
Version: 0.1.0
The OpenClaw AgentSkills skill bundle for 'telebiz-mcp' is designed for Telegram interaction via a local browser client. The code and documentation show no evidence of malicious intent. All network communication is confined to `localhost` (ports 9716, 9717, 9718), preventing data exfiltration. Persistence mechanisms like the cron job (`SKILL.md`, `dist/monitor.js`) and daemon auto-restart (`dist/daemon.js`, `dist/http-server.js`) are for health monitoring and operational stability, not for unauthorized access. Destructive actions like deleting chats/messages are explicitly documented as part of the skill's intended functionality. No prompt injection attempts or obfuscation were found.
能力评估
Purpose & Capability
Name/description match the implementation: code provides a relay (WebSocket), HTTP wrapper, daemon, and MCP stdio server to use telebiz-tt (browser executor) as an authenticated Telegram toolset. The npm package dependency and use of a 'telebiz-mcp' subprocess is consistent with the described architecture.
Instruction Scope
Runtime instructions ask you to install the telebiz package, open telebiz.io in a browser, and start local servers. The code does additional actions not highlighted prominently in SKILL.md: it writes PID/log/state files to your HOME, auto-restarts subprocesses, and exposes an HTTP API and WebSocket relay. Those behaviors are plausible for the described function but SKILL.md does not warn that the HTTP/WebSocket servers bind to all network interfaces or that CORS is set to '*', which can expose an authenticated session beyond localhost if the host is reachable.
Install Mechanism
There is no registry install spec in the skill bundle, but SKILL.md tells users to npm install -g @telebiz/telebiz-mcp (a normal approach). The bundled package.json and source files show only standard dependencies (@modelcontextprotocol/sdk and ws). No external arbitrary download URLs or obfuscated code were observed in the provided files.
Credentials
The skill does not require credentials or secrets. It reads conventional env vars (HOME and optional TELEBIZ_* variables to override ports/paths). No unrelated credentials or broad secret access are requested.
Persistence & Privilege
The code installs/starts long-running processes (daemon, HTTP server, relay), writes PID/state/log files in the user's HOME and auto-restarts the MCP subprocess. There is also a telebiz-service.sh file (likely for system service installation) — SKILL.md suggests running start scripts. Persistent daemons combined with network-listening services increase attack surface; the skill is not force-included (always:false) but will create persistent presence if you follow the setup.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telebiz-mcp-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/telebiz-mcp-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
telebiz-mcp-skill v0.1.0
- Initial release: MCP integration to access Telegram via the telebiz-tt browser client.
- Supports listing chats, reading/searching messages, managing folders, and sending messages through an authenticated Telegram session.
- Detailed rate limit guidance and known issues (notably: `batchAddToFolder` and `linkEntityToChat` limitations) are documented with workarounds.
- Provides manual and automated health/monitoring scripts, including cron and heartbeat integration instructions.
- Includes full tool listing for chat, message, folder, member, user, and batch operations with example usage.
元数据
常见问题
Telebiz Mcp 是什么?
Access Telegram data via MCP using the telebiz-tt browser client. Lists chats, reads messages, searches, manages folders, and sends messages through an authenticated Telegram session. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1785 次。
如何安装 Telebiz Mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telebiz-mcp-skill」即可一键安装,无需额外配置。
Telebiz Mcp 是免费的吗?
是的,Telebiz Mcp 完全免费(开源免费),可自由下载、安装和使用。
Telebiz Mcp 支持哪些平台?
Telebiz Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telebiz Mcp?
由 acastellana(@acastellana)开发并维护,当前版本 v0.1.0。
推荐 Skills