← Back to Skills Marketplace
rioo-maker

12 Cool Skills for OpenClaw Agent

by rioo-maker · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 12-cool-skills-openclaw-agent
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...
README (SKILL.md)

AI Trading

Cette compétence transforme Manus en un assistant de trading discipliné, capable de suivre des stratégies techniques strictes tout en priorisant la gestion des risques.

Fonctionnalités Principales

  • Analyse Technique Multi-Indicateurs : Utilisation du RSI (période 14), des Moyennes Mobiles (MA20, MA50) et détection dynamique des supports et résistances.
  • Gestion des Risques Intégrée : Calcul automatique de la taille de position pour limiter le risque par trade à 1-2% du capital total.
  • Filtrage des Signaux : Validation des entrées par le volume et la tendance globale pour éviter les faux signaux.
  • Suivi de Performance : Génération de rapports détaillés incluant le taux de victoire, le profit moyen et le maximum drawdown.

Ressources de la Compétence

Scripts

  • scripts/position_sizing.py : Calcule la taille optimale de la position en fonction du capital, du risque souhaité et de la distance du Stop Loss.
    • Usage : python3 scripts/position_sizing.py \x3Cbalance> \x3Crisk_percent> \x3Cstop_loss_dist>

Références

  • references/trading_strategies.md : Contient les règles détaillées pour les entrées ACHAT/VENTE, les paramètres des indicateurs et les contraintes de sécurité (max 3 trades simultanés).

Templates

  • templates/performance_report.md : Modèle pour la création de rapports de trading professionnels.

Flux de Travail Recommandé

  1. Analyse de Marché : Récupérer les données de prix (1m, 5m, 15m, 1h) et calculer les indicateurs techniques (RSI, MA).
  2. Détection de Tendance : Vérifier la tendance avec les MA20/MA50. Ne trader que dans le sens de la tendance.
  3. Validation du Signal : Attendre que le RSI, le volume et les niveaux de support/résistance confirment l'entrée.
  4. Calcul du Risque : Utiliser position_sizing.py pour déterminer la taille de la position avant toute exécution.
  5. Exécution et Suivi : Définir obligatoirement un Stop Loss et un Take Profit (Ratio R/R 1:2 minimum).
  6. Reporting : Utiliser le template de rapport pour documenter chaque trade et analyser la performance globale.

Contraintes de Sécurité

  • Stop Loss Obligatoire : Aucun trade ne doit être ouvert sans un Stop Loss défini.
  • Limite de Risque : Ne jamais dépasser 2% de risque par trade.
  • Mode Test : Privilégier le "Paper Trading" pour valider de nouvelles stratégies sans risque financier réel.
  • Fail-Safe : En cas de perte de connexion ou d'erreur API, fermer les positions ouvertes ou arrêter les nouveaux trades.
Usage Guidance
This package is mixed: the visible ai-trading instructions and position_sizing.py look legitimate, but the archive contains many unrelated and potentially dangerous tools (port scanner, SQL injection tester, sandbox executor, etc.). Before installing or running anything: 1) Do not run any scripts you don't understand or that contact external hosts. 2) Ask the publisher for a trimmed package that only contains the trading files you need (SKILL.md, position_sizing.py, templates, references). 3) If you must test, run in an isolated sandbox or VM with no network access and inspect dependencies (Playwright requires browser binaries). 4) Be aware of legal/ethical rules—port scanning and automated injection tests can be illegal or abusive against third-party systems. 5) Prefer official/verified trading skills from known authors, and if you proceed, scan the files for unexpected network calls or credential access and remove offensive tools. If you want, I can list all filenames flagged as unrelated or produce a cleaned manifest containing only the trading-related files.
Capability Analysis
Type: OpenClaw Skill Name: 12-cool-skills-openclaw-agent Version: 1.0.1 This skill bundle provides high-risk capabilities including automated vulnerability scanning (SQL injection and port scanning via sql_injector.py and port_scanner.py) and arbitrary code execution with dependency management (sandbox-script-executor). While these features are consistent with the stated purpose of a security and utility toolkit, they grant the agent broad network and shell access. No evidence of intentional malice or exfiltration was detected, but the inclusion of offensive security tools and execution environments meets the threshold for a suspicious classification.
Capability Assessment
Purpose & Capability
The skill's declared purpose (AI trading assistant) and the runtime SKILL.md focus only on market analysis and a position sizing script. However the package contains many unrelated components (port_scanner.py, sql_injector.py, vulnerability-scanner, sandbox-script-executor, Playwright-based analyzer, etc.). Those capabilities (network scanning, SQL injection testing, sandbox execution) are not required for a trading assistant and are disproportionate to the stated purpose.
Instruction Scope
The provided ai-trading SKILL.md keeps scope to market analysis and risk management and references only position_sizing.py and templates. But many extra files and nested SKILL.md exist that instruct or enable: long-running monitoring loops (monitor.py), browser automation via Playwright (analyze_token.py), port scanning and basic SQL injection testing. Even if not referenced in the top SKILL.md, those scripts are present and could be executed by the agent if given leeway—this is scope creep and a security concern.
Install Mechanism
There is no install spec (instruction-only), which limits automatic installation risk. However the bundle includes scripts that require additional dependencies (Playwright browser, requests, network access). If the agent or a user installs dependencies or runs these scripts, the environment may be extended to run browser automation and network probing. The lack of declared required binaries/envs is inconsistent with included Playwright-based code.
Credentials
The skill declares no environment variables or credentials (appropriate for trading helper), but contains scripts that contact arbitrary hosts and perform potentially intrusive actions (port scanning, SQL injection tests, external site scraping). While no secrets are requested, the presence of offensive testing tools is disproportionate and raises abuse/legal risk if executed against third-party targets.
Persistence & Privilege
Flags show always:false and normal agent invocation settings. The skill does not request persistent system-level privileges in metadata. That said, some included scripts could run indefinitely (monitor.py with 'forever') if executed—so runtime behavior could be persistent if invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install 12-cool-skills-openclaw-agent
  3. After installation, invoke the skill by name or use /12-cool-skills-openclaw-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release of the OpenClaw Multi-Skill Pack. - Added a complete AI Trading toolkit with: - RSI, Moving Average, and Support/Resistance analysis - Risk-based position sizing script - Multi-indicator validation logic - Performance tracking templates - Included security and automation tools: - Vulnerability scanner (port scanner, SQL injection tester) - Security alert detection system - Auto-watchdog monitoring scripts - Added productivity and development utilities: - API test generator - Code conversion assistant - Auto summarization templates - Sandbox script execution module - Integrated blockchain-related tools: - NFT scouting automation - Rug pull detection assistant - Added UX design reference tools and templates. This release provides a modular foundation for building powerful OpenClaw agents.
Metadata
Slug 12-cool-skills-openclaw-agent
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 12 Cool Skills for OpenClaw Agent?

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 85 downloads so far.

How do I install 12 Cool Skills for OpenClaw Agent?

Run "/install 12-cool-skills-openclaw-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 12 Cool Skills for OpenClaw Agent free?

Yes, 12 Cool Skills for OpenClaw Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 12 Cool Skills for OpenClaw Agent support?

12 Cool Skills for OpenClaw Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 12 Cool Skills for OpenClaw Agent?

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

💬 Comments