/ Annuaire / Playground / trading-skills
● Communauté roman-rr ⚡ Instantané

trading-skills

par roman-rr · roman-rr/trading-skills

Live crypto trading signals for AI agents — 17 triggers, 44 algorithms, 3 AI experts with consensus scoring. Free during beta.

trading-skills provides live cryptocurrency trading signals for Claude Code, Codex, Cursor, and 30+ AI agents. The system scans 50+ perpetual markets every minute using 17 triggers across 6 groups, with 44 scientific algorithms backed by 53 academic citations. Three AI experts independently analyze opportunities and require consensus before issuing signals with confidence scores, entry points, stop-losses, and take-profit targets.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

trading-skill-2.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "trading-skill-2",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "trading-skill-2": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/roman-rr/trading-skills",
          "~/.claude/skills/trading-skills"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add trading-skill-2 -- git clone https://github.com/roman-rr/trading-skills ~/.claude/skills/trading-skills

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : trading-skills

How to receive and analyze crypto trading signals

👤 Crypto traders who want AI-analyzed market signals ⏱ ~10 min beginner

Quand l'utiliser : You want to see what trading opportunities the system has identified.

Prérequis
  • Trading skill installed — /plugin install roman-rr/trading-skills or claude mcp add trading-signals --transport http -- https://signals.x70.ai/mcp
Déroulement
  1. Check current signals
    What trading signals are active right now? Show me the ones with confidence above 70%.✓ Copié
    → List of active signals with coin, direction, confidence, entry, SL, TP
  2. Analyze the reasoning
    Explain the transmission chain for the top signal. What data points led to this recommendation?✓ Copié
    → 2-4 step causal reasoning with specific technical indicators

Résultat : Understanding of current market opportunities with AI-backed analysis.

Pièges
  • Treating signals as guaranteed trades — Always do your own research. Signals are analytical tools, not financial advice.

Track trading signal performance and optimize strategy

👤 Traders evaluating the system's accuracy over time ⏱ ~5 min beginner

Quand l'utiliser : You want to see historical performance metrics before acting on signals.

Prérequis
  • Trading skill installed and running — Install as above
Déroulement
  1. Review performance
    Show me the trading signal performance for the last 30 days. What's the hit rate, cumulative ROI, and profit factor?✓ Copié
    → Performance metrics with per-coin and aggregate statistics

Résultat : Data-driven understanding of signal reliability.

Pièges
  • Past performance doesn't guarantee future results — Use paper trading to validate before risking real capital

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

trading-skill-2 + filesystem

Log signals and performance data to files for your own analysis

Log all signals from today with their reasoning chains to ~/trading/signals-2025-04-14.json.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
get_signals min_confidence?: float Get current active trading signals 0
get_performance period?: str Get historical signal performance 0
get_signal_detail signal_id: str Get the full reasoning chain for a specific signal 0

Coût et limites

Coût d'exécution

Quota d'API
Served from signals.x70.ai
Tokens par appel
300–1000 tokens per signal query
Monétaire
Free during beta — no credit card required
Astuce
Check signals periodically rather than every minute to conserve tokens.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : N/A — no authentication required during beta
Sortie de données : Signal data fetched from signals.x70.ai

Dépannage

Erreurs courantes et correctifs

No signals available

Signals are only generated when all 3 AI experts reach consensus. During quiet markets, fewer signals appear.

Vérifier : Try with a lower confidence threshold
Server unreachable

Verify signals.x70.ai is accessible. Check your network connection.

Vérifier : curl https://signals.x70.ai/mcp
Signal seems stale

Signals update every minute. If a signal is old, it may have expired. Check the timestamp.

Vérifier : Get fresh signals and check timestamps

Alternatives

trading-skills vs autres

AlternativeQuand l'utiliserCompromis
Manual technical analysisYou prefer to do your own analysis with TradingView or similar toolsFull control but no AI automation

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills