/ Directorio / Playground / trading-skills
● Comunidad roman-rr ⚡ Instantáneo

trading-skills

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

trading-skill-2.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/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
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.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 usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.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"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: trading-skills

How to receive and analyze crypto trading signals

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

Cuándo usarlo: You want to see what trading opportunities the system has identified.

Requisitos previos
  • Trading skill installed — /plugin install roman-rr/trading-skills or claude mcp add trading-signals --transport http -- https://signals.x70.ai/mcp
Flujo
  1. Check current signals
    What trading signals are active right now? Show me the ones with confidence above 70%.✓ Copiado
    → 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?✓ Copiado
    → 2-4 step causal reasoning with specific technical indicators

Resultado: Understanding of current market opportunities with AI-backed analysis.

Errores comunes
  • 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

Cuándo usarlo: You want to see historical performance metrics before acting on signals.

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

Resultado: Data-driven understanding of signal reliability.

Errores comunes
  • Past performance doesn't guarantee future results — Use paper trading to validate before risking real capital

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

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.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Served from signals.x70.ai
Tokens por llamada
300–1000 tokens per signal query
Monetario
Free during beta — no credit card required
Consejo
Check signals periodically rather than every minute to conserve tokens.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: N/A — no authentication required during beta
Salida de datos: Signal data fetched from signals.x70.ai

Resolución de problemas

Errores comunes y soluciones

No signals available

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

Verificar: Try with a lower confidence threshold
Server unreachable

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

Verificar: 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.

Verificar: Get fresh signals and check timestamps

Alternativas

trading-skills vs otros

AlternativaCuándo usarlaContrapartida
Manual technical analysisYou prefer to do your own analysis with TradingView or similar toolsFull control but no AI automation

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills