/ Каталог / Песочница / trading-skills
● Сообщество roman-rr ⚡ Сразу

trading-skills

автор 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.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

trading-skill-2.replay ▶ готово
0/0

Установка

Выберите клиент

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

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "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
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

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

Continue использует массив объектов серверов, а не 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"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

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

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: trading-skills

How to receive and analyze crypto trading signals

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

Когда использовать: You want to see what trading opportunities the system has identified.

Предварительные требования
  • Trading skill installed — /plugin install roman-rr/trading-skills or claude mcp add trading-signals --transport http -- https://signals.x70.ai/mcp
Поток
  1. Check current signals
    What trading signals are active right now? Show me the ones with confidence above 70%.✓ Скопировано
    → 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?✓ Скопировано
    → 2-4 step causal reasoning with specific technical indicators

Итог: Understanding of current market opportunities with AI-backed analysis.

Подводные камни
  • 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

Когда использовать: You want to see historical performance metrics before acting on signals.

Предварительные требования
  • Trading skill installed and running — Install as above
Поток
  1. Review performance
    Show me the trading signal performance for the last 30 days. What's the hit rate, cumulative ROI, and profit factor?✓ Скопировано
    → Performance metrics with per-coin and aggregate statistics

Итог: Data-driven understanding of signal reliability.

Подводные камни
  • Past performance doesn't guarantee future results — Use paper trading to validate before risking real capital

Комбинации

Сочетайте с другими MCP — эффект 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.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
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

Стоимость и лимиты

Во что обходится

Квота API
Served from signals.x70.ai
Токенов на вызов
300–1000 tokens per signal query
Деньги
Free during beta — no credit card required
Совет
Check signals periodically rather than every minute to conserve tokens.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: N/A — no authentication required during beta
Исходящий трафик: Signal data fetched from signals.x70.ai

Устранение неполадок

Частые ошибки и исправления

No signals available

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

Проверить: Try with a lower confidence threshold
Server unreachable

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

Проверить: 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.

Проверить: Get fresh signals and check timestamps

Альтернативы

trading-skills в сравнении

АльтернативаКогда использоватьКомпромисс
Manual technical analysisYou prefer to do your own analysis with TradingView or similar toolsFull control but no AI automation

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills