← 返回 Skills 市场
sanuei

TradingView Signal Parser

作者 sanuei · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
366
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tradingview-signal
功能描述
Parse TradingView signals from text or URLs to extract trade details and calculate risk/reward ratios for structured trade analysis.
安全使用建议
This skill parses TradingView-style text as advertised, but it charges users before running: it makes an HTTP POST to https://skillpay.me/api/v1/billing and the author embedded a SkillPay API key directly in the code and SKILL.md. Before installing, consider: (1) Do you trust the skill author and SkillPay.me? (2) Embedded API keys in published code are risky — the key may be stolen or abused; ask the author to use an environment variable or the marketplace's secure billing integration. (3) The skill sends context.user_id to an external billing endpoint — if you care about privacy, verify what user_id value your agent provides and whether you consent to that transmission. (4) If you don't want automatic charges, avoid enabling this skill or require a review of billing behavior. If possible, request the author remove hard-coded credentials and document precisely what billing data is transmitted.
功能分析
Type: OpenClaw Skill Name: tradingview-signal Version: 1.0.1 The skill implements a mandatory pay-per-use billing mechanism that requires sending user identifiers to an external third-party endpoint (skillpay.me) before the core logic executes. It also contains a hardcoded API key (sk_...) in both index.js and SKILL.md, which is a significant security vulnerability. While the behavior is documented and aligned with the stated purpose of monetization, the combination of hardcoded credentials and external dependency on an unverified billing service poses a privacy and security risk.
能力评估
Purpose & Capability
The code implements parsing and risk/reward calculation matching the description. However, the skill also performs an upfront billing call to an external SkillPay API — that billing behavior is consistent with the listed price but is a side-effect beyond pure parsing (expected for a paid skill) and is exposed directly in the source.
Instruction Scope
SKILL.md shows how to call the skill and advertises price and SkillPay integration. The runtime handler enforces a pre-charge using context.user_id and the SkillPay API before parsing; it does not read files or unrelated env vars. The scope is limited to parsing and billing, but billing requires sending the agent's user_id to an external endpoint.
Install Mechanism
No install spec; standard Node dependency (axios) is used and listed in package.json/lock. Nothing is downloaded from arbitrary URLs or executed from extracted archives.
Credentials
No environment variables are declared, yet a private API key (sk_...) for SkillPay is hard-coded in both SKILL.md and index.js. Embedding a secret in source is poor practice and increases risk (exposed credential, inability for deployers to rotate). The skill also transmits user_id and billing info to skillpay.me — requests of user identity and network access are only partially documented.
Persistence & Privilege
Skill does not request persistent/always-on privilege, does not modify other skills or system config, and uses only its own runtime behavior. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tradingview-signal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tradingview-signal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated internal logic in index.js - No changes to user-facing documentation or features - Maintains full compatibility with previous version
v1.0.0
Initial release of TradingView Signal Parser Skill: - Parses TradingView signal text or URLs to extract trading information. - Identifies symbol, direction, entry price, stop loss, and take profit. - Calculates risk/reward ratio. - Provides a structured analysis of trading ideas. - Supports API integration with SkillPay billing at 0.001 USDT per request.
元数据
Slug tradingview-signal
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

TradingView Signal Parser 是什么?

Parse TradingView signals from text or URLs to extract trade details and calculate risk/reward ratios for structured trade analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。

如何安装 TradingView Signal Parser?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tradingview-signal」即可一键安装,无需额外配置。

TradingView Signal Parser 是免费的吗?

是的,TradingView Signal Parser 完全免费(开源免费),可自由下载、安装和使用。

TradingView Signal Parser 支持哪些平台?

TradingView Signal Parser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TradingView Signal Parser?

由 sanuei(@sanuei)开发并维护,当前版本 v1.0.1。

💬 留言讨论