.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/roman-rr/trading-skills
home/mcp-servers/roman-rr/trading-skills
roman-rr avatar

trading-skills

byroman-rr· 1 MCP server

Stars

98

Forks

12

Category

Finance & Trading

View on GitHub

TL;DR

17 triggers × 44 algorithms × 3 AI experts — live crypto trading signals for Claude Code, Codex, Cursor & 30+ agents. Free during beta.

How to install trading-skills?

roman-rr/trading-skills
$git clone https://github.com/roman-rr/trading-skills

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install trading-skills by running `git clone https://github.com/roman-rr/trading-skills`, then use it for the current task and follow its documentation at https://github.com/roman-rr/trading-skills.

Files · 1

View on GitHub
README.md
1# Trading Signals
2 
3> **⭐ Enjoying free signals? Push STAR to keep them free — it directly supports higher accuracy and continued development!**
4 
5![Trading Signals for AI Agents](https://signals.x70.ai/banner.jpg)
6 
7`17 triggers. 44 algorithms. 3 AI experts. Every signal backed by causal reasoning and verified against real prices.`
8 
9Live crypto trading signals for Claude Code, OpenAI Codex, Cursor, Windsurf & 30+ AI agents. Every signal includes entry, SL, TP, leverage, position size, and a full transmission chain showing exactly which data points led to the trade.
10 
11**FREE during beta.** More stars = more development time = better signals for everyone.
12 
13## Install
14 
15### Claude Code Plugin (recommended)
16 
17```bash
18/plugin install roman-rr/trading-skills
19```
20 
21### npx (Claude Code, Codex, Cursor, Windsurf, etc.)
22 
23```bash
24npx skills add roman-rr/trading-skills
25```
26 
27### MCP Server (Claude Desktop / Claude Code / Cursor)
28 
29```bash
30claude mcp add trading-signals --transport http -- https://signals.x70.ai/mcp
31```
32 
33Or add to Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json`):
34 
35```json
36{
37 "mcpServers": {
38 "trading-signals": {
39 "url": "https://signals.x70.ai/mcp"
40 }
41 }
42}
43```
44 
45Exposes 5 tools: `register`, `get_signals`, `get_signal`, `get_signal_history`, `get_stats`.
46 
47### OpenAI Codex CLI
48 
49See [agents/openai.yaml](trading-signals/agents/openai.yaml) for agent configuration.
50 
51### Manual
52 
53```bash
54# Claude Code
55git clone https://github.com/roman-rr/trading-skills.git
56cp -r trading-skills/trading-signals ~/.claude/skills/trading-signals
57 
58# OpenAI Codex CLI
59cp -r trading-skills/trading-signals ~/.codex/skills/trading-signals
60```
61 
62## Always Watching
63 
64**17 Triggers. 6 Groups. Every Minute.**
65 
66The sentinel continuously scans 50+ perpetual markets for anomalies across six orthogonal dimensions -- volume, positioning, price dynamics, cross-asset flows, microstructure, and options-derived signals. A signal fires only when multiple independent dimensions agree, filtering noise from genuine opportunities.
67 
68## Multi-Expert Consensus
69 
70Three specialized AI experts analyze every opportunity independently -- each with a different lens on market structure. Signals require agreement; conflicting views are flagged or filtered. The system continuously learns which analytical approaches perform best per market condition.
71 
72## Research-Grounded
73 
74**44 Scientific Methods. 53 Academic Citations.**
75 
76Every algorithm is grounded in peer-reviewed research from quantitative finance, statistics, and machine learning -- spanning position sizing, anomaly detection, technical analysis, market microstructure, and adaptive risk management.
77 
78## What You Get
79 
80| Feature | Description |
81|---------|-------------|
82| Live signals | Bullish/bearish with full trade setup -- entry, SL, TP, leverage, position size |
83| Transmission chains | 2-4 causal reasoning steps per signal with specific data points |
84| 50+ coins | Dynamically selected from top volume, funding, and OI on Hyperliquid perps |
85| Confidence score | 0-100 AI conviction level per signal |
86| Auto-verification | Every signal tracked against real prices -- TP/SL monitoring every minute |
87| Paper trading P&L | Real trades on a virtual account with optimal position sizing |
88| Dynamic risk control | Confidence-based leverage caps, volatility-calibrated SL, automatic regime detection |
89| Performance stats | Hit rate, cumulative ROI, profit factor, breakdown by direction/coin/model |
90 
91## Signal Preview
92 
93| Coin | Dir | Conf | Entry | SL | TP | Lev | R/R | Type |
94|------|-----|------|-------|----|----|-----|-----|------|
95| BTC | Bull | 87% | $68,450 | $67,200 | $71,800 | 3x | 2.7 | momentum_shift |
96| ETH | Bear | 82% | $3,840 | $3,920 | $3,680 | 2x | 2.0 | funding_anomaly |
97| SOL | Bull | 79% | $142.50 | $138.00 | $152.00 | 2x | 2.1 | volume_spike |
98 
99## API Endpoints
100 
101| Method | Path | Auth | Description |
102|--------|------|------|-------------|
103| POST | /api/skill/register | No | Register & get API key |
104| GET | /api/skill/signals | API key | List signals (active/verified/all) |
105| GET | /api/skill/signals/:id | API key | Single signal detail |
106| GET | /api/skill/stats | API key | Performance statistics |
107 
108## Example Prompts
109 
110Once installed, ask your AI agent:
111 
112- *"Get me the latest crypto trading signals"*
113- *"Show me today's highest-confidence BTC and ETH signals"*
114- *"What's the 30-day hit rate for these trading signals?"*
115- *"Build me a Python script that fetches crypto signals and alerts me on Telegram"*
116- *"Show me verified signals from the last week -- what hit TP?"*
117 
118## Pricing
119 
120**FREE during beta** -- no charges, no credit card.
121 
122## Contributing
123 
124Issues, feature requests, and PRs are welcome. Please open an issue first to discuss changes.
125 
126## License
127 
128**Proprietary** -- Free API during beta. Paid license required for commercial redistribution. See [LICENSE.txt](LICENSE.txt).

Preview

roman-rr/trading-skillsroman-rr/trading-skills
Reporoman-rr/trading-skills
TypeMCP Servers
CategoryFinance & Trading
UpdatedMay 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. jerbouma avatarfinancetoolkit200+ transparent financial metrics calculated from raw statements, not third-party endpoints.MCP ServersJul 202661k5.2k
  2. financial-datasets avatarmcp-serverAn MCP server for interacting with the Financial Datasets stock market API.MCP ServersJun 202556k2.2k
  3. quantconnect avatarmcp-serverPython MCP server for local interactions with the QuantConnect API.MCP ServersMay 202656k78
  4. alpacahq avataralpaca-mcp-serverAlpaca Trading API integration for Model Context Protocol (MCP). V2 generates 60+ tools directly from Alpaca's OpenAPI specs using FastMCP.MCP ServersJul 202643k891
  5. getnable avatarfinopsmcpSee where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.MCP ServersJul 202616k14
  6. xeroapi avatarxero-mcp-serverMCP server implementation for Xero integrationMCP ServersJun 202614k342