Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

football-player-dna足球运动员 DNA

Agent Skill

football-player-dna 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,032

周安装

299

GitHub Stars

2

下载量

2,464
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:football-player-dna(足球运动员 DNA)
来源仓库:https://github.com/leeleon/football-player-dna
安装命令:
openclaw skills install football-player-dna
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install football-player-dna

简介

足球运动员 DNA 相似性搜索 — 使用 AI 矢量搜索在 56,000 多名球员中找到风格匹配且市场价值较低的替代品

SKILL.md

name
football-player-dna
description
Football player DNA similarity search — find style-matched alternatives at lower market values using AI vector search across 56,000+ players
version
1.0.0
homepage
https://github.com/LeoandLeon/rising-transfers-clawhub-skills
metadata
clawdbot
emoji
🧬
requires
env
["RT_API_KEY"]
primaryEnv
RT_API_KEY

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

EndpointMethodData SentPurpose
https://api.risingtransfers.com/api/v1/intelligence/dna-searchPOST{ "name": "<player_name>" }DNA vector similarity search
https://api.risingtransfers.com/api/v1/intelligence/playerPOST{ "name": "<player_name>" }Player profile lookup (optional enrichment)

No data is sent to any other endpoint. No data is stored locally.


Security & Privacy

  • What leaves your machine: Only the player name(s) you provide in the query
  • What does NOT leave your machine: Conversation history, other installed skills, local files, API keys (the key is sent as an HTTP header, never in the request body or logs)
  • Data retention by Rising Transfers: API calls are logged for rate limiting and billing. Player name queries are not stored beyond 24 hours. See privacy policy
  • Authentication: Your RT_API_KEY is sent as X-RT-API-Key header on every request to api.risingtransfers.com only

Model Invocation Note

This skill may be invoked autonomously by OpenClaw when you ask about finding similar football players, cheaper alternatives, or DNA-matched footballers. You can disable autonomous invocation by setting skill.auto-discover false in your OpenClaw config. Every API call consumes credits from your Rising Transfers account (2 credits per DNA search on free tier).


Trust Statement

By using this skill, the player name you query is sent to Rising Transfers (api.risingtransfers.com). Only install this skill if you trust Rising Transfers with that information. Rising Transfers is a football intelligence platform — no financial, personal, or sensitive data is involved in these queries.


Trigger

When the user asks to:

  • Find similar football players to a named player
  • Find cheaper alternatives to a specific footballer
  • Find DNA-matched or style-matched player options
  • Identify replacement candidates for a footballer
  • Scout statistically equivalent players for a squad

Examples:

  • "Find me football players similar to Bellingham but cheaper"
  • "Who are the DNA alternatives to Rodri?"
  • "Give me a style-matched backup to Salah under €20M"
  • "Find a cheaper Mbappe alternative for my FIFA draft"
  • "What football player is statistically most similar to Kevin De Bruyne?"

Instructions

  1. Extract the target player name from the user's request. If a team is mentioned, note it for disambiguation.
  1. Call the DNA search endpoint:
   POST https://api.risingtransfers.com/api/v1/intelligence/dna-search
   Headers:
     X-RT-API-Key: <RT_API_KEY>
     Content-Type: application/json
   Body:
     { "name": "<player_name>", "team": "<team_name_if_provided>" }
  1. If the response contains error: "INSUFFICIENT_CREDITS", inform the user their Rising Transfers credits are exhausted and direct them to api.risingtransfers.com to top up.
  1. If the response contains error: "PLAYER_NOT_FOUND", ask the user to clarify the player name or provide the current club.
  1. Parse the data.alternatives array from the response. For each alternative player, present:

- Player name and current club - DNA similarity percentage (e.g. "91% similar") - Market value and difference vs target (e.g. "€65M cheaper") - Position and key playing style tags

  1. Present results as a ranked table, most similar first. Example format:
RankPlayerClubSimilarityValueSaving vs [Target]
1NameClub91%€15M€65M cheaper
  1. After the table, offer to dive deeper: "Want a full scout report on any of these players?"
  1. Do not fabricate statistics. If the API returns no alternatives, say so clearly and suggest the user try a different player.

Error Handling

ErrorUser Message
401 Unauthorized"Your RT_API_KEY is invalid or expired. Get a key at api.risingtransfers.com"
403 Insufficient Credits"You've used all your DNA search credits. Top up at api.risingtransfers.com"
404 Player Not Found"Player not found. Try the full name (e.g. 'Jude Bellingham') or add the club name."
429 Rate Limited"Too many requests. Please wait a moment before trying again."
5xx Server Error"Rising Transfers API is temporarily unavailable. Please try again in a few minutes."

Requirements

  • RT_API_KEY: A valid Rising Transfers API key. Register for free at api.risingtransfers.com. Free tier includes 2 DNA searches per day.
  • OpenClaw: v0.8.0 or later
  • Network access: Required (calls api.risingtransfers.com)

Credit Usage

ActionCredits Consumed
DNA similarity search2 credits (free tier)
Player profile enrichment (optional)1 credit

Free tier: 10 DNA searches/day. Pro tier ($29/mo): 500 DNA searches/day.


Author

Rising Transfers — api.risingtransfers.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.32%
按下载量换算1,856

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills