惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
B
Blog
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
Jina AI
Jina AI
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
L
LangChain Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC
酷 壳 – CoolShell
酷 壳 – CoolShell
Y
Y Combinator Blog
F
Fortinet All Blogs
H
Help Net Security
B
Blog RSS Feed
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
fifa2026
yooibox · 2026-05-23 · via Hacker News - Newest: "AI"

Use this skill to run FIFA 2026 data discovery workflows in MediaUse, including player lookup, team lookup, group lookup, and detailed stats retrieval.

Scope

Use this skill when the task targets fifa2026 operations such as:

  • Search player by name
  • Search team by name
  • Search group by letter/country (query optional)
  • Get player details
  • Get team details and roster preview
  • Get player recent match stats
  • Get team recent match stats
  • Compare two teams by ranking, form, and key players
  • Predict a match with structured probability output

1. Install MediaUse CLI (Windows Only)

Use the official install script for Windows:

Mandatory update rule:

  • Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.

Run:

powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"

Then verify:

mediause --version

Current support status:

  • Windows: supported
  • Linux: not supported yet
  • macOS: not supported yet

Recommended skill install path:

  • .mediause/skills/fifa2026/SKILL.md

2. Get and Configure MediaUse Key

2.1 Apply for key

  1. Open https://mediause.dev/
  2. Sign in to your account.
  3. Open Project.
  4. Create or copy your API key.

2.2 Configure key in CLI

mediause manage key <your_key> --json

3. Core Flow (Mandatory Order)

Always follow this order:

  1. Run install script once to ensure latest CLI.
  2. Discover site and commands.
  3. Bind account context with use account.
  4. Check status with auth health when needed.
  5. Execute dynamic site actions.
  6. Verify with trace/task.

3.1 Discover and plugin setup

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

3.2 Bind context before commands

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

3.3 Auth health precondition

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

4. FIFA 2026 Dynamic Command Map (v1)

Source schema:

  • plugin: plugin.fifa2026
  • manifest: crates/platforms/plugins/fifa2026/manifest.yaml

4.1 search.*

  • mediause fifa2026 search player --name <text> [--limit <n>] --json
  • mediause fifa2026 search team --name <text> [--url <url>] [--limit <n>] --json
  • mediause fifa2026 search group [--query <text>] [--url <url>] [--limit <n>] --json

search group query behavior:

  • No query: return all groups.
  • Letter query: supports values like a, b, c, or a,b,c.
  • Country query: supports values like brazil, and returns matched group.

4.2 get.*

  • mediause fifa2026 get player --url <url> --json
  • mediause fifa2026 get team --url <url> [--player-limit <n>] --json
  • mediause fifa2026 get player-stats --url <url> [--limit <n>] --json
  • mediause fifa2026 get team-stats --url <url> [--limit <n>] --json

4.3 compare.*

  • mediause fifa2026 compare teams --team_a_url <url> --team_b_url <url> [--competition_url <url>] [--recent_limit <n>] [--player_limit <n>] --json

compare 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.

4.4 predict.*

  • mediause fifa2026 predict match --home_url <url> --away_url <url> [--competition_url <url>] [--recent_limit <n>] [--player_limit <n>] [--neutral_site <true|false>] --json

predict 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.

5. Operational Constraints (Mandatory)

Apply these constraints for stable and safe execution.

5.1 Read-oriented pacing

  • Avoid burst loops on repeated navigation.
  • Add short delay between repeated fetches.
  • Stop and retry later if anti-bot/challenge appears.

5.2 Suggested limits and spacing

Suggested limits:

  • Search/get actions: <= 60 per minute

Minimum spacing:

  • Search/get actions: >= 1 second between actions

Same-target guardrails:

  • Repeated request to same URL/query: >= 2 seconds

If a limit is hit or challenge repeats:

  1. Pause at least 5 minutes.
  2. Rebind context with use account.
  3. Resume with lower frequency.

5.3 Safety policy

  • Do not bypass platform protections.
  • Do not attempt credential/session hijacking.
  • Respect platform terms and local regulations.

5.4 Output and error handling

  • Prefer --json output.
  • Require structured error handling.
  • On blocked/risk/challenge, stop and return actionable next steps.

6. Workflow Examples

6.1 Group overview (all groups)

mediause use account fifa2026:guest --show --json
mediause fifa2026 search group --json
mediause trace last --json

6.2 Group lookup by letters

mediause use account fifa2026:guest --json
mediause fifa2026 search group --query "a,b,c" --json
mediause trace last --json

6.3 Group lookup by country

mediause use account fifa2026:guest --json
mediause fifa2026 search group --query "brazil" --json
mediause trace last --json

6.4 Player to stats drill-down

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

6.5 Team comparison

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

6.6 Match prediction

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

7. Execution Checklist

Before run:

  1. Run https://release.mediause.dev/install.ps1 once to auto-install/upgrade latest CLI.
  2. PATH updated and mediause --version works.
  3. API key configured and verified.
  4. Account context bound via mediause use account <platform:account_id>.
  5. If using non-guest account, mediause auth health --json checked.

During run:

  1. Respect spacing and retry limits.
  2. Stop on repeated challenge pages.
  3. Avoid repeated burst requests to same target.

After run:

  1. Save logs and outcomes.
  2. Record challenge/risk events and cooldowns.
  3. Keep activity under conservative limits.

8. Quick Command Reference

# 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