/ Diretório / Playground / trading-skills
● Comunidade 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 que usar

Principais recursos

Demo ao vivo

Como fica na prática

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

Instalar

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

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a 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
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o 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"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um 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"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: trading-skills

How to receive and analyze crypto trading signals

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

Quando usar: You want to see what trading opportunities the system has identified.

Pré-requisitos
  • Trading skill installed — /plugin install roman-rr/trading-skills or claude mcp add trading-signals --transport http -- https://signals.x70.ai/mcp
Fluxo
  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.

Armadilhas
  • 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

Quando usar: You want to see historical performance metrics before acting on signals.

Pré-requisitos
  • Trading skill installed and running — Install as above
Fluxo
  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.

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

Combinações

Combine com outros MCPs para 10× de alavancagem

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

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
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

Custo e limites

O que custa rodar

Cota de API
Served from signals.x70.ai
Tokens por chamada
300–1000 tokens per signal query
Monetário
Free during beta — no credit card required
Dica
Check signals periodically rather than every minute to conserve tokens.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: N/A — no authentication required during beta
Saída de dados: Signal data fetched from signals.x70.ai

Solução de problemas

Erros comuns e correções

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

AlternativaQuando usarTroca
Manual technical analysisYou prefer to do your own analysis with TradingView or similar toolsFull control but no AI automation

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills