← 返回 Skills 市场
306
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install signallink
功能描述
Forward trading alerts and webhook events from TradingView to Telegram instantly. No subscriptions, no middlemen.
安全使用建议
This implementation appears to do exactly what it says: receive JSON webhooks, optionally validate a shared secret, format the data, and post messages via the Telegram Bot API. Before installing: (1) Only provide TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID to trusted agents/services and rotate the token if it’s ever exposed. (2) If you deploy publicly, set WEBHOOK_SECRET and ensure your endpoint is not open to the internet or is protected by firewall/ingress rules; otherwise anyone can POST to your webhook. (3) Logs print incoming payloads — treat logs as sensitive and secure log storage. (4) Run in an isolated environment (Docker recommended) and limit the bot’s permissions (use a bot with only the needed scope). (5) If you want extra assurance, review the referenced GitHub repo history and run the code locally to audit network calls during testing.
功能分析
Type: OpenClaw Skill
Name: signallink
Version: 0.1.0
SignalLink is a legitimate utility for routing TradingView webhooks to Telegram. It uses FastAPI and httpx to handle webhooks and communicate with the Telegram API. The code includes security features like constant-time secret comparison (hmac.compare_digest) and environment variable validation. No evidence of malicious intent, data exfiltration, or prompt injection was found in files like App/webhook.py or SKILL.md. Note: The /webhook/raw endpoint in App/webhook.py lacks the authentication check found in the primary endpoint, which is a minor security oversight rather than a malicious feature.
能力评估
Purpose & Capability
Name/description match the required binaries (python3, docker), environment variables (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID), and included FastAPI + Telegram client code. Nothing requested is unrelated to forwarding webhooks to Telegram.
Instruction Scope
SKILL.md instructs the agent to collect the Telegram bot token/chat ID, configure .env, and run the service (Docker or Python). Runtime instructions and code only reference webhook payload handling, message formatting, and sending to Telegram; they do not instruct the agent to read unrelated files or exfiltrate data to other endpoints.
Install Mechanism
No external installers or downloads are specified. The skill includes application source files and uses standard Python dependencies listed in requirements.txt—no extract-from-arbitrary-URL installs or unusual package hosts.
Credentials
Requested env vars are minimal and expected for the stated purpose (bot token, chat id; optional webhook secret and port). Note: TELEGRAM_BOT_TOKEN is sensitive—the app logs incoming payloads (logger.info) which can contain signal data; ensure logs and deployed environment are protected and do not leak tokens or payloads.
Persistence & Privilege
Skill does not request permanent platform privileges (always is false). It does not attempt to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install signallink - 安装完成后,直接呼叫该 Skill 的名称或使用
/signallink触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
SignalLink 1.0.0 — Initial release
- Instantly forwards TradingView alerts and webhook events to Telegram with no subscription or middlemen.
- Offers both Docker and Python deployment options for easy self-hosting.
- Supports custom alert formatting and common trading signal fields.
- Provides optional security with a `WEBHOOK_SECRET` for webhook authentication.
- Includes clear setup guides for Telegram bot and chat configuration.
- Health check and flexible webhook endpoints for broad integration use cases.
元数据
常见问题
Signallink 是什么?
Forward trading alerts and webhook events from TradingView to Telegram instantly. No subscriptions, no middlemen. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。
如何安装 Signallink?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install signallink」即可一键安装,无需额外配置。
Signallink 是免费的吗?
是的,Signallink 完全免费(开源免费),可自由下载、安装和使用。
Signallink 支持哪些平台?
Signallink 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Signallink?
由 Avres(@shinzzyak)开发并维护,当前版本 v0.1.0。
推荐 Skills