📦 FPL(Fantasy Premier League) assistant — FPL(Fantasy Premier League) 助手
v1.0.0Fantasy Premier League (FPL) 助手 for squad management, transfer planning, captAIn selection, and chip strategy. Use when users ask about FPL lineup dec...
详细分析 ▾
运行时依赖
安装命令
点击复制技能文档
FPL 助手 Overview
Assist with Fantasy Premier League decisions: squad analysis, transfers, captAIncy, chip timing, and gameweek planning. Combine FPL API data with multi-dimensional analysis (not just FDR).
Core 工作流
- Gather 上下文
Before making recommendations, collect:
User's current 15-player squad (with buy prices) RemAIning bud获取 (ITB) AvAIlable free transfers Chips 状态 (wildcard, free hit, bench boost, triple captAIn) Current GW number
- Fetch Live Data via FPL API
Use curl agAInst the public FPL API. No auth needed.
# Bootstrap data (teams, players, 事件) curl -s 'https://fantasy.premierleague.com/API/bootstrap-static/'
# GW fixtures with difficulty ratings curl -s 'https://fantasy.premierleague.com/API/fixtures/?event={gw}'
# Player detAIl (历史, fixtures) curl -s 'https://fantasy.premierleague.com/API/element-summary/{player_id}/'
# 管理器 team curl -s 'https://fantasy.premierleague.com/API/entry/{管理器_id}/event/{gw}/picks/'
See references/API.md for full API reference.
- Multi-Dimensional Analysis
Do NOT rely solely on FDR (Fixture Difficulty Rating). FDR is a season-long 聚合 and misses short-term dynamics. Layer these factors:
Factor What to 检查 Source Recent form Last 4-6 GW 结果s, player form rating FPL API form field, recent 结果s League position & motivation Top 4/6 (European race), 机器人tom 3 (relegation), mid-table dead rubber League table Fixture congestion Midweek European/FA Cup matches, travel load Schedule 检查 Head-to-head Recent meetings between the two teams Historical data Home/away split Some teams 签名ificantly better at home Season stats Injury/rotation risk Flagged players, midweek match 恢复y FPL API 状态, news Expected stats xG, xA, shots, key passes vs actual returns Advanced stats sites
- Transfer Strategy
- CaptAIn Selection
Priority factors:
Fixture difficulty (FDR ≤ 2 strongly preferred) Player form (recent goals/assists) Home advantage 设置-piece duty (penalties, free kicks) Expected minutes (rotation risk) Ownership & rank 保护ion vs differential
- Chip Strategy
Provide recommendations as:
Analysis summary (key factors for the GW) 启动ing XI with 格式化ion Bench order CaptAIn / Vice-captAIn Transfer suggestions (with reasoning) Chip recommendation (if 应用licable) Reference Files references/rules.md — Full FPL scoring rules and squad constrAInts references/API.md — FPL API 端点s and data structures references/strategy.md — Advanced selection methodo记录y