



















Use this skill to run FIFA 2026 data discovery workflows in MediaUse, including player lookup, team lookup, group lookup, and detailed stats retrieval.
Use this skill when the task targets fifa2026 operations such as:
query optional)Use the official install script for Windows:
Mandatory update rule:
Run:
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
Then verify:
mediause --version
Current support status:
Recommended skill install path:
mediause manage key <your_key> --json
Always follow this order:
use account.auth health when needed.mediause plugin list --json
mediause plugin add fifa2026 --json
mediause fifa2026 -h
mediause fifa2026 search -h
mediause fifa2026 get -h
mediause fifa2026 compare -h
mediause fifa2026 predict -h
use account must be executed successfully before search/get actions.
use account argument format:
<platform:account_id>account_id can be selected from mediause auth list --json.mediause auth list --json
mediause use account fifa2026:guest --json
If you need to watch page behavior (for challenge/manual checks):
mediause use account fifa2026:guest --show --json
For fifa2026 read workflows, guest is typically sufficient. If a non-guest account is used, check:
mediause auth health --json
If health indicates login expired:
mediause auth login fifa2026 --json
mediause use account fifa2026:<account_id> --json
mediause auth health --json
Source schema:
plugin.fifa2026crates/platforms/plugins/fifa2026/manifest.yamlmediause fifa2026 search player --name <text> [--limit <n>] --jsonmediause fifa2026 search team --name <text> [--url <url>] [--limit <n>] --jsonmediause fifa2026 search group [--query <text>] [--url <url>] [--limit <n>] --jsonsearch group query behavior:
query: return all groups.a, b, c, or a,b,c.brazil, and returns matched group.mediause fifa2026 get player --url <url> --jsonmediause fifa2026 get team --url <url> [--player-limit <n>] --jsonmediause fifa2026 get player-stats --url <url> [--limit <n>] --jsonmediause fifa2026 get team-stats --url <url> [--limit <n>] --jsonmediause fifa2026 compare teams --team_a_url <url> --team_b_url <url> [--competition_url <url>] [--recent_limit <n>] [--player_limit <n>] --jsoncompare teams parameter notes:
team_a_url, team_b_url: required squad URLs.competition_url: optional competition context, defaults to World Cup stats page.recent_limit: optional recent match window, default 10.player_limit: optional top player comparison depth, default 5.mediause fifa2026 predict match --home_url <url> --away_url <url> [--competition_url <url>] [--recent_limit <n>] [--player_limit <n>] [--neutral_site <true|false>] --jsonpredict match parameter notes:
home_url, away_url: required squad URLs.competition_url: optional ranking/group context URL.recent_limit: optional form window size, default 10.player_limit: optional squad strength feature depth, default 5.neutral_site: optional venue flag, default true.Apply these constraints for stable and safe execution.
Suggested limits:
Minimum spacing:
Same-target guardrails:
If a limit is hit or challenge repeats:
use account.--json output.mediause use account fifa2026:guest --show --json
mediause fifa2026 search group --json
mediause trace last --json
mediause use account fifa2026:guest --json
mediause fifa2026 search group --query "a,b,c" --json
mediause trace last --json
mediause use account fifa2026:guest --json
mediause fifa2026 search group --query "brazil" --json
mediause trace last --json
mediause use account fifa2026:guest --json
mediause fifa2026 search player --name "marta" --limit 5 --json
mediause fifa2026 get player --url <player_url> --json
mediause fifa2026 get player-stats --url <player_url> --limit 5 --json
mediause trace last --json
mediause use account fifa2026:guest --json
mediause fifa2026 compare teams --team_a_url <team_a_url> --team_b_url <team_b_url> --json
mediause trace last --json
mediause use account fifa2026:guest --json
mediause fifa2026 predict match --home_url <home_team_url> --away_url <away_team_url> --neutral_site true --json
mediause trace last --json
Before run:
https://release.mediause.dev/install.ps1 once to auto-install/upgrade latest CLI.mediause --version works.mediause use account <platform:account_id>.mediause auth health --json checked.During run:
After run:
# always run once before each workflow (auto-upgrade latest)
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause --version
# discover
mediause plugin list --json
mediause plugin add fifa2026 --json
mediause fifa2026 -h
mediause fifa2026 search -h
mediause fifa2026 get -h
mediause fifa2026 compare -h
mediause fifa2026 predict -h
# context + status
mediause auth list --json
mediause use account fifa2026:guest --show --json
mediause auth health --json
# key workflows
mediause fifa2026 search group --json
mediause fifa2026 search group --query "a,b,c" --json
mediause fifa2026 search group --query "brazil" --json
mediause fifa2026 search team --name "brazil" --json
mediause fifa2026 get team --url <team_url> --json
mediause fifa2026 get team-stats --url <team_url> --json
mediause fifa2026 compare teams --team_a_url <team_a_url> --team_b_url <team_b_url> --json
mediause fifa2026 predict match --home_url <home_team_url> --away_url <away_team_url> --json
# trace
mediause trace last --json
Skill Metadata
Maintainer: @mediause-demo
Last-Updated: 2026-05-21
Version: v1
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。