← Back to Skills Marketplace
rioo-maker

Smart Trading Assistant

by rioo-maker · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-trading-assistant
Description
Assistant de trading automatisé pour l'analyse de marché, la détection de signaux et l'exécution de stratégies techniques (RSI, MA, Support/Résistance). À ut...
Usage Guidance
This skill is an instruction-and-doc bundle with a simple position-sizing script — it does not include code to fetch market data or place orders. If you plan to use it for live trading, you will need to implement or connect exchange APIs and provide credentials; do not supply API keys to the agent unless you trust the skill's provenance and have restricted permissions (use read-only or paper-trading keys where possible). Test thoroughly in paper-trading mode first. Because the skill's source/homepage are missing, prefer local review (inspect any code) and avoid granting autonomous execution on real accounts until you confirm how and where orders would be placed.
Capability Analysis
Type: OpenClaw Skill Name: smart-trading-assistant Version: 1.0.0 The skill bundle provides a legitimate framework for a trading assistant, focusing on technical analysis and risk management. The included Python script (scripts/position_sizing.py) performs simple mathematical calculations for position sizing, and the instructions in SKILL.md and references/trading_strategies.md emphasize safety measures like mandatory stop-losses and risk limits. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The skill name/description promise analysis, signal detection and trade execution. The package contains documentation, a position-sizing script, and templates which support analysis and reporting, but it includes no code to fetch market data or to connect to/exchange APIs for order execution. That omission is coherent for a generic instruction-only helper, but the mention of "exécution" may lead users to expect built-in exchange integration or credential requests that are not present.
Instruction Scope
SKILL.md stays on-topic: it describes how to calculate indicators, validate signals, use position_sizing.py, and produce reports. It does not instruct the agent to read unrelated system files or exfiltrate data, nor does it direct data to any external endpoint. It does instruct actions like fetching price data and executing trades but leaves implementation and API usage unspecified.
Install Mechanism
No install spec — instruction-only with one small local script (position_sizing.py). No downloads or archive extraction; minimal filesystem footprint. Low install risk.
Credentials
The skill declares no required environment variables or credentials, which reduces risk. However, because the documentation references trade execution, a user who wants live execution will need to add exchange API keys or connect external tools; the skill does not declare or manage any such creds itself. Also note: source/homepage are absent (unknown provenance), so users should be cautious before supplying any credentials to an agent using this skill.
Persistence & Privilege
always:false and default model invocation settings — no elevated persistence or forced inclusion. The skill does not request modification of other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-trading-assistant
  3. After installation, invoke the skill by name or use /smart-trading-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
## Changelog ### v1.0.0 — Initial Release * First complete version of the automated trading assistant skill. * Implements a rule-based trading system using technical analysis strategies. * Supports RSI-based entry signals with configurable thresholds. * Integrates moving average trend detection (MA20 and MA50). * Includes dynamic support and resistance level detection. * Volume confirmation system added to validate trade entries. * Automatic stop loss and take profit placement implemented. * Risk management system limits exposure to 1–2% per trade. * Position sizing algorithm based on account balance and risk percentage. * Trade exit logic includes stop loss, take profit, and trend reversal detection. * Logging system records all trade activity for analysis and performance tracking. * Performance metrics tracking added (win rate, drawdown, profit statistics). * Paper trading mode included for safe testing without real funds. * Fail-safe system added to stop trading during connection errors. * Notification system implemented for trade events and errors. * Designed for integration with crypto exchange APIs.
Metadata
Slug smart-trading-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Smart Trading Assistant?

Assistant de trading automatisé pour l'analyse de marché, la détection de signaux et l'exécution de stratégies techniques (RSI, MA, Support/Résistance). À ut... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.

How do I install Smart Trading Assistant?

Run "/install smart-trading-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Smart Trading Assistant free?

Yes, Smart Trading Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Smart Trading Assistant support?

Smart Trading Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Smart Trading Assistant?

It is built and maintained by rioo-maker (@rioo-maker); the current version is v1.0.0.

💬 Comments