← Back to Skills Marketplace
Scrub Trading Signals Pro
by
drivenautoplex1
· GitHub ↗
· v1.0.0
· MIT-0
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trading-signals-pro
Description
Crypto trading signals using CoinGecko price data, DeFiLlama TVL trends, and CCXT exchange order flow — momentum, RSI, VWAP signals for XRP, HBAR, BTC, ETH,...
Usage Guidance
Do not install or provide credentials yet. Key issues to resolve before use:
- Missing code: SKILL.md repeatedly refers to trade_signals.py and shows code snippets, but the published package contains no code files. Ask the publisher for the actual script or a source tarball. Without the code the skill cannot perform the promised actions and CLI examples will fail.
- Confirm install source: the install 'kind' is 'uv' (unfamiliar). Verify the installer will fetch requests and ccxt from a trusted PyPI source (not a custom URL) and confirm what filesystem changes occur during install.
- API key scope: CoinGecko often works without an API key for public data; if you must provide COINGECKO_API_KEY, prefer a read-only or limited key and consider rotating it after testing. Expect that asset symbols and query parameters will be sent to CoinGecko, DeFiLlama, SaucerSwap and exchange public endpoints (these are external network calls). If you have privacy concerns, do not supply the key until you can review the actual code.
- Trust boundaries: the skill may call ccxt or agent-to-agent MCP functions to fetch exchange data. Only run this skill in environments where outbound API calls and use of those libraries are acceptable and where the agent/other agents involved are trusted.
If the author provides the missing trade_signals.py and confirms the install pulls from PyPI, re-evaluate — with the current package contents the skill is incoherent and should be treated as suspicious.
Capability Analysis
Type: OpenClaw Skill
Name: trading-signals-pro
Version: 1.0.0
The 'trading-signals-pro' skill is a tool for analyzing cryptocurrency market data using CoinGecko, DeFiLlama, and CCXT. The documentation in SKILL.md and the provided Python snippets describe legitimate technical analysis logic (RSI, VWAP, momentum) and DeFi yield scanning via the SaucerSwap API. The skill requires a CoinGecko API key but does not exhibit any signs of data exfiltration, unauthorized execution, or prompt injection intended to subvert the agent's behavior.
Capability Assessment
Purpose & Capability
The skill's stated purpose (compute momentum/RSI/VWAP using CoinGecko, DeFiLlama, and ccxt) is internally consistent with requiring python3, requests and ccxt and the COINGECKO_API_KEY. However, the SKILL.md repeatedly references and documents a local script (trade_signals.py) and concrete Python implementations as if the code is included — but the skill package contains no code files. That is an important inconsistency: either the agent is expected to run a non-existent script, or the skill is only documentation and cannot perform the promised actions without missing files.
Instruction Scope
Instructions direct the agent to call external APIs (CoinGecko, DeFiLlama, SaucerSwap) and optionally use ccxt public endpoints — those network calls are expected for this functionality. The problematic part is that SKILL.md instructs running trade_signals.py and shows CLI examples and code snippets but provides no runtime code. If the agent or user runs those commands as-is they will fail or attempt to run code that does not exist. The instructions otherwise do not attempt to read unrelated local secrets or system files.
Install Mechanism
The install spec requests two Python packages (requests and ccxt), which are appropriate for the described tasks. The install 'kind' is listed as 'uv' which is non-standard/unfamiliar in this context (typical would be pip). This could be a harmless naming detail in the registry, but it should be confirmed that the install mechanism fetches packages from a trusted index (PyPI) rather than an arbitrary URL or custom source.
Credentials
Only COINGECKO_API_KEY is required and declared as the primary credential. That aligns with using CoinGecko for price data. No unrelated secrets or broad cloud credentials are requested.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. It does not declare any persistent system-wide modifications or access to other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trading-signals-pro - After installation, invoke the skill by name or use
/trading-signals-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: provides advanced crypto trading and DeFi yield signals using real-time data.
- Analyzes price momentum, RSI, and VWAP for assets like XRP, HBAR, BTC, ETH, and major DeFi tokens.
- Aggregates CoinGecko price history, ccxt exchange order flow, and DeFiLlama TVL and yield data.
- Supports momentum, RSI, VWAP, DeFi yield scan, and portfolio dashboard modes.
- Outputs combine JSON and human summaries with signal strength, context, and actionable insights.
- Features special support for HBAR ecosystem (e.g., SaucerSwap LP yield signals).
- Usable via Telegram, command line, Claude, or direct Python script for seamless integration.
Metadata
Frequently Asked Questions
What is Scrub Trading Signals Pro?
Crypto trading signals using CoinGecko price data, DeFiLlama TVL trends, and CCXT exchange order flow — momentum, RSI, VWAP signals for XRP, HBAR, BTC, ETH,... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Scrub Trading Signals Pro?
Run "/install trading-signals-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scrub Trading Signals Pro free?
Yes, Scrub Trading Signals Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scrub Trading Signals Pro support?
Scrub Trading Signals Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scrub Trading Signals Pro?
It is built and maintained by drivenautoplex1 (@drivenautoplex1); the current version is v1.0.0.
More Skills