← Back to Skills Marketplace
366
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tradingview-signal
Description
Parse TradingView signals from text or URLs to extract trade details and calculate risk/reward ratios for structured trade analysis.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tradingview-signal - After installation, invoke the skill by name or use
/tradingview-signal - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is TradingView Signal Parser?
Parse TradingView signals from text or URLs to extract trade details and calculate risk/reward ratios for structured trade analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 366 downloads so far.
How do I install TradingView Signal Parser?
Run "/install tradingview-signal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TradingView Signal Parser free?
Yes, TradingView Signal Parser is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TradingView Signal Parser support?
TradingView Signal Parser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TradingView Signal Parser?
It is built and maintained by sanuei (@sanuei); the current version is v1.0.1.
More Skills