football-player-dna
Installation
SKILL.md
Football Player DNA — AI Similarity Search
Find statistically similar football players at lower market values. Powered by the Rising Transfers Intelligence API using pgvector cosine similarity across 56,000+ player profiles — covering Premier League, La Liga, Bundesliga, Serie A, Ligue 1, MLS, and more.
This is the only football AI skill that uses DNA vector search: each player is encoded as a multi-dimensional fingerprint of playing style, physical attributes, and tactical role. The result: genuine statistical twins, not surface-level comparisons.
External Endpoints
| Endpoint | Method | Data Sent | Purpose |
|---|---|---|---|
https://api.risingtransfers.com/api/v1/intelligence/dna-search |
POST | { "name": "<player_name>" } |
DNA vector similarity search |
https://api.risingtransfers.com/api/v1/intelligence/player |
POST | { "name": "<player_name>" } |
Player profile lookup (optional enrichment) |
No data is sent to any other endpoint. No data is stored locally.