← 返回 Skills 市场
leeleon

Football Transfer Intel — Truth Meter & Rumour Tracker

作者 Leon Li · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
240
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install football-transfer-intel
功能描述
Football transfer intelligence — real-time rumour tracking, AI Truth Meter credibility scores, and multi-source verification across 137,000+ transfer events
使用说明 (SKILL.md)

Football Transfer Intel — Real-Time Rumour Intelligence

Track football transfer rumours in real time. Aggregated from 3 independent data sources (Transfermarkt, Sportmonks, and social signals), with an AI Truth Meter that scores each rumour from 0–100 for credibility. No more guessing which transfer stories are real.

Free tier includes trending hot topics with no API key required.


External Endpoints

Endpoint Method Data Sent Purpose
https://api.risingtransfers.com/api/v1/intelligence/hot-topics GET None Trending football transfers (free, 0 credits)
https://api.risingtransfers.com/api/v1/intelligence/transfer POST { "name": "\x3Cplayer_name>" } Player transfer rumour detail (3 credits)
https://api.risingtransfers.com/api/v1/intel/verify GET ?q=\x3Cplayer>+to+\x3Cclub> Truth Meter credibility score (1–5 credits)

No data is sent to any other endpoint. No conversation history is transmitted.


Security & Privacy

  • What leaves your machine: Player name and/or club name from your query only
  • What does NOT leave your machine: Conversation history, other skills, local files, or your API key value (sent as HTTP header only)
  • Authentication: RT_API_KEY is sent as X-RT-API-Key header to api.risingtransfers.com only
  • Hot topics (trending list) can be fetched without any API key at 0 credits
  • Data retention: Query logs kept for rate limiting (max 24 hours). No personal data stored

Model Invocation Note

This skill may be invoked autonomously when you ask about football transfer news, rumours, or whether a specific deal is likely to happen. To disable autonomous invocation: claw config set skill.auto-discover false. Credit consumption applies only to authenticated calls for detailed intelligence.


Trust Statement

By using this skill, player and club names from your queries are sent to Rising Transfers (api.risingtransfers.com). Rising Transfers aggregates public football transfer rumour data — no sensitive or personal information is involved. Only install this skill if you trust Rising Transfers with those search terms.


Trigger

When the user asks about:

  • Football transfer rumours for a specific player or club
  • Whether a football transfer deal is likely or credible
  • Latest hot football transfer topics or trending deals
  • Verifying if a football transfer story is genuine or fake
  • Truth Meter score for a specific transfer link

Examples:

  • "What are the latest football transfer rumours for Mbappé?"
  • "Is the Osimhen to Chelsea deal likely to happen?"
  • "What are the hottest football transfer stories right now?"
  • "How credible is the Arsenal to Gyökeres link?"
  • "Rate the truth of the Salah to Saudi Arabia rumour"

Instructions

Step 1 — Determine query type

Identify which of three modes to use:

User Intent Mode Credits
"What's trending in football transfers?" / general hot topics Hot Topics 0
Specific player's transfer rumours Transfer Detail 3
"How likely is [player] to [club]?" Truth Meter 1–5

Mode A: Hot Topics (0 credits, no key required)

Call:

GET https://api.risingtransfers.com/api/v1/intelligence/hot-topics
Headers: X-RT-API-Key: \x3CRT_API_KEY>   (optional for free topics)

Present the top 10 results sorted by heat_score:

  • Player name → Destination club
  • Heat level (🔥🔥🔥 = high, 🔥 = low)
  • Last updated timestamp

Mode B: Transfer Detail (3 credits)

Call:

POST https://api.risingtransfers.com/api/v1/intelligence/transfer
Headers:
  X-RT-API-Key: \x3CRT_API_KEY>
  Content-Type: application/json
Body: { "name": "\x3Cplayer_name>", "team": "\x3Cteam_if_mentioned>" }

Present:

  • Sources citing the rumour (e.g. "Fabrizio Romano", "Sky Sports")
  • Transfer probability estimate (%)
  • Social media sentiment breakdown
  • Timeline: when first reported, latest update
  • Key facts: reported fee, contract length, competing clubs

Mode C: Truth Meter (1–5 credits)

Call:

GET https://api.risingtransfers.com/api/v1/intel/verify?q=\x3Cplayer>+to+\x3Cclub>
Headers: X-RT-API-Key: \x3CRT_API_KEY>

Parse audit.score and audit.verdict, present as:

Truth Meter: [player] to [club]
Score: 74/100 — LIKELY
━━━━━━━━━━━━━━━━━━━━━

Source Authority:  32/40
Official Signals:  15/20
Progress Signals:  14/20
Market Heat:       13/20
Community Mood:    +3 (mostly believe it)

Include top evidence sources from evidence.top_sources.


Error Handling

Error User Message
401 "Your RT_API_KEY is invalid. Get one free at api.risingtransfers.com"
403 Insufficient Credits "Not enough credits for this query. Top up at api.risingtransfers.com/pricing"
404 Player Not Found "Player not found. Try the full name or add the current club name."
429 Rate Limited "Rate limit reached. Wait a moment or upgrade your plan for higher limits."
5xx "Rising Transfers API is temporarily unavailable. Please try again shortly."

Important: Do Not Fabricate

If the API returns no rumour data for a player, clearly state: "No active football transfer rumours found for [player] in the Rising Transfers database." Do not invent rumour details or probability scores.


Requirements

  • RT_API_KEY: Rising Transfers API key. Register free at api.risingtransfers.com
  • Hot Topics mode works without a key (anonymous, limited results)
  • OpenClaw: v0.8.0 or later
  • Network access: Required

Credit Usage

Action Credits
Hot Topics (trending football transfers) 0 — always free
Transfer Detail (specific player) 3 credits
Truth Meter (credibility score) 1 credit (anonymous) / 5 credits (full detail)

Free tier: 10 hot-topic calls/day, 3 detailed queries/day.


Author

Rising Transfers — api.risingtransfers.com

安全使用建议
This skill appears internally consistent and only needs an RT_API_KEY to call api.risingtransfers.com. Before installing: (1) confirm you trust Rising Transfers and review their privacy/retention and pricing pages (the skill says query logs are kept up to 24 hours); (2) avoid sending any sensitive personal data in queries — the skill will forward player/club names to the external API; (3) verify the exact API endpoints and header requirements on the provider's docs (SKILL.md contains minor endpoint-name inconsistencies and an ambiguous note about the key being optional for hot topics); and (4) monitor credit usage if you plan many detailed queries. Overall, nothing here is disproportionate to the stated purpose.
功能分析
Type: OpenClaw Skill Name: football-transfer-intel Version: 1.0.0 The football-transfer-intel skill is a legitimate integration for tracking football transfer rumors via the api.risingtransfers.com service. It follows standard OpenClaw patterns, requiring an API key (RT_API_KEY) and explicitly defining its external endpoints for fetching trending topics and player details. No evidence of data exfiltration, malicious execution, or prompt injection was found; the skill only transmits relevant search terms (player and club names) as intended.
能力评估
Purpose & Capability
Name/description (transfer rumour tracking, Truth Meter) align with the declared requirements: a single RT_API_KEY for authenticated calls and no required binaries or config paths. Requesting an API key is expected for a third‑party intelligence API.
Instruction Scope
SKILL.md instructs only HTTP calls to api.risingtransfers.com and states only player/club names are sent; it does not instruct reading local files or other env vars. Minor inconsistencies in endpoint naming (e.g., paths using /intelligence/ vs /intel/) and an ambiguous note that the API key header is "optional" for hot topics are present but do not indicate extra data exfiltration. The claim that "no conversation history is transmitted" matches the explicit API call instructions, but cannot be independently verified from an instruction‑only skill.
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written to disk by the skill itself, which minimizes install-time risk.
Credentials
Only one environment variable is required (RT_API_KEY), which is appropriate and proportional for a service that charges credits and authenticates requests. No unrelated credentials or sensitive system paths are requested.
Persistence & Privilege
Skill does not request always:true, does not attempt to modify other skills or system settings, and has no install-time persistence. Autonomous invocation is allowed (platform default) but is not accompanied by unusual privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install football-transfer-intel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /football-transfer-intel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Football Transfer Intel v1.0.0 - Real-time football transfer rumour tracking from 3 independent sources - AI-powered Truth Meter scores rumour credibility (0–100) based on multi-factor analysis - Hot Topics mode (top trending rumours) available for free, no API key required - Secure API access for detailed queries (player-specific information and transfer verification) - Clear error handling; only player and club names are transmitted—no user data or conversation history is sent
元数据
Slug football-transfer-intel
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Football Transfer Intel — Truth Meter & Rumour Tracker 是什么?

Football transfer intelligence — real-time rumour tracking, AI Truth Meter credibility scores, and multi-source verification across 137,000+ transfer events. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 240 次。

如何安装 Football Transfer Intel — Truth Meter & Rumour Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install football-transfer-intel」即可一键安装,无需额外配置。

Football Transfer Intel — Truth Meter & Rumour Tracker 是免费的吗?

是的,Football Transfer Intel — Truth Meter & Rumour Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Football Transfer Intel — Truth Meter & Rumour Tracker 支持哪些平台?

Football Transfer Intel — Truth Meter & Rumour Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Football Transfer Intel — Truth Meter & Rumour Tracker?

由 Leon Li(@leeleon)开发并维护,当前版本 v1.0.0。

💬 留言讨论