← Back to Skills Marketplace
Trading Decision Pro
by
chenghaifeng08-creator
· GitHub ↗
· v1.0.1
· MIT-0
145
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install trading-decision-pro-automaton
Description
AI-powered trading decision assistant by Automaton. Market sentiment analysis, risk assessment, real-time trade recommendations.
Usage Guidance
Key concerns to consider before installing or using this skill:
- Metadata mismatch: SKILL.md and README say an apiKey is required for data sources, but the registry shows no required env vars. Confirm with the author which API keys and providers are actually needed and why they were omitted from the registry manifest.
- Overstated capabilities: The code mostly simulates sentiment and indicators (randomized values) instead of fetching real social/news/on‑chain data. If you expect real‑time multi‑source signals, ask where those integrations live and whether they'd require additional credentials or network access.
- Credentials and privacy: Do not supply real API keys, exchange/private keys, or account credentials to an unverified author. If the skill later requests keys or asks you to contact a private channel for paid features, verify the payment flow and data handling policy before sending sensitive info.
- Out‑of‑band payments/contact: The skill encourages contacting via WeChat/Telegram and paid tiers. That is a common fraud vector — prefer payment via verified platform channels and avoid sharing credentials over private messaging.
- Code quality issues: The shipped index.js appears truncated/buggy in places (e.g., truncated variable name, inconsistent authorship in package.json vs meta). These suggest the package may be incomplete or unmaintained. Run the included test suite in a sandbox before trusting outputs.
- What to ask the maintainer / next steps: Request a clear list of required environment variables and external endpoints, a full untruncated index.js, and proof of data-source integrations. Run the package in an isolated environment, inspect network activity during use, and only supply API keys after you confirm the endpoints and that the maintainer is trustworthy.
Overall: the package is not obviously malicious, but the inconsistencies, overclaims, and code issues make it unsafe to treat as production‑ready without additional verification.
Capability Analysis
Type: OpenClaw Skill
Name: trading-decision-pro-automaton
Version: 1.0.1
The skill bundle provides a framework for a trading decision assistant, including sentiment analysis, risk assessment, and trade recommendations. The implementation in index.js consists of simulated logic using random values and mathematical formulas for its features, with no actual network or file system operations. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code serves as a functional mock or skeleton for the described trading utility.
Capability Assessment
Purpose & Capability
The README/SKILL.md repeatedly describes multi-source sentiment aggregation (social, news, on‑chain, Fear & Greed, Telegram, etc.) and documents an apiKey option as required. Registry metadata lists no required env vars or primary credential. The included code simulates data (Math.random) rather than implementing network fetches. That combination (big external-data claims + no declared credentials + simulated local behavior) is inconsistent: either the skill should declare and document the data providers and required keys, or the published description is overstating capabilities.
Instruction Scope
SKILL.md shows runtime guidance that expects an apiKey and refers to installing via clawhub and contacting the author for paid services via private messaging (WeChat/Telegram). The provided index.js implements functions locally (simulated sentiment/indicators) and does not contain network calls in the visible portion; SKILL.md implies external endpoints and paid 'advanced signals' which are not implemented. The SKILL.md also instructs use of an apiKey but the registry declares none — the runtime instructions therefore may be misleading or incomplete.
Install Mechanism
No install spec is present and package.json has no dependencies, so nothing is automatically downloaded from arbitrary URLs. The skill appears to be shipped as source files in the bundle. This is lower risk than a skill that downloads/extracts remote archives, but the lack of an install spec while SKILL.md shows clawhub/npm install instructions is a documentation inconsistency to be aware of.
Credentials
The code reads an API key from options.apiKey or process.env.TRADING_DECISION_API_KEY, and SKILL.md documents an apiKey parameter; yet the registry metadata shows zero required environment variables and no primary credential. That mismatch is abnormal: a trading data integrator normally needs credentials (exchange/data provider API keys). The skill asking for private contact/payment channels for 'pro' features also increases the need to verify where credentials or payments are being sent. Require/env declarations should match actual runtime needs.
Persistence & Privilege
The skill does not request 'always: true' and does not declare any system-level config or privilege. There is no indication it modifies other skills or system settings. Autonomous invocation is allowed (default) but not combined here with other high-risk flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trading-decision-pro-automaton - After installation, invoke the skill by name or use
/trading-decision-pro-automaton - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1
- Added paid trading consulting section in Chinese, including service types, pricing, and contact instructions.
- No changes to core features, usage, or API—documentation update only.
- Risk disclaimer included with new service section.
v1.0.0
trading-decision-pro-automaton v1.0.0
- Initial release
- Provides market sentiment analysis, trade setup analyzer, position sizing calculator, and portfolio risk assessment
- Includes pattern recognition, smart alerts, and backtesting engine
- Supports crypto, stocks, and forex markets
- Offers real-time trade recommendations and risk management tools
Metadata
Frequently Asked Questions
What is Trading Decision Pro?
AI-powered trading decision assistant by Automaton. Market sentiment analysis, risk assessment, real-time trade recommendations. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Trading Decision Pro?
Run "/install trading-decision-pro-automaton" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trading Decision Pro free?
Yes, Trading Decision Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trading Decision Pro support?
Trading Decision Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trading Decision Pro?
It is built and maintained by chenghaifeng08-creator (@chenghaifeng08-creator); the current version is v1.0.1.
More Skills