/install fpl-assistant
FPL Assistant
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 Workflow
1. Gather Context
Before making recommendations, collect:
- User's current 15-player squad (with buy prices)
- Remaining budget (ITB)
- Available free transfers
- Chips status (wildcard, free hit, bench boost, triple captain)
- Current GW number
2. Fetch Live Data via FPL API
Use curl against the public FPL API. No auth needed.
# Bootstrap data (teams, players, events)
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 (history, fixtures)
curl -s 'https://fantasy.premierleague.com/api/element-summary/{player_id}/'
# Manager team
curl -s 'https://fantasy.premierleague.com/api/entry/{manager_id}/event/{gw}/picks/'
See references/api.md for full API reference.
3. Multi-Dimensional Analysis
Do NOT rely solely on FDR (Fixture Difficulty Rating). FDR is a season-long aggregate and misses short-term dynamics. Layer these factors:
| Factor | What to Check | Source |
|---|---|---|
| Recent form | Last 4-6 GW results, player form rating | FPL API form field, recent results |
| League position & motivation | Top 4/6 (European race), bottom 3 (relegation), mid-table dead rubber | League table |
| Fixture congestion | Midweek European/FA Cup matches, travel load | Schedule check |
| Head-to-head | Recent meetings between the two teams | Historical data |
| Home/away split | Some teams significantly better at home | Season stats |
| Injury/rotation risk | Flagged players, midweek match recovery | FPL API status, news |
| Expected stats | xG, xA, shots, key passes vs actual returns | Advanced stats sites |
4. Transfer Strategy
- 1 free transfer: Use only if clear upgrade; otherwise roll it to next GW for 2 FTs
- 2 free transfers: Can address multiple weak spots or make a coordinated pair of moves
- -4 hit: Only if expected point gain exceeds 4+ over multiple GWs
- Prioritize: remove players with bad fixtures AND bad form > remove only bad fixtures
- Consider value (selling price vs current price) when transferring out
5. Captain Selection
Priority factors:
- Fixture difficulty (FDR ≤ 2 strongly preferred)
- Player form (recent goals/assists)
- Home advantage
- Set-piece duty (penalties, free kicks)
- Expected minutes (rotation risk)
- Ownership & rank protection vs differential
6. Chip Strategy
- Wildcard: Best used before a fixture swing or when squad needs major overhaul
- Free Hit: Ideal for blank/double gameweeks where normal squad is affected
- Bench Boost: Save for double gameweeks when all 15 players play
- Triple Captain: Use on a premium player with excellent fixture in a single or double GW
Output Format
Provide recommendations as:
- Analysis summary (key factors for the GW)
- Starting XI with formation
- Bench order
- Captain / Vice-captain
- Transfer suggestions (with reasoning)
- Chip recommendation (if applicable)
Reference Files
references/rules.md— Full FPL scoring rules and squad constraintsreferences/api.md— FPL API endpoints and data structuresreferences/strategy.md— Advanced selection methodology
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fpl-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/fpl-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
FPL(Fantasy Premier League) assistant 是什么?
Fantasy Premier League (FPL) assistant for squad management, transfer planning, captain selection, and chip strategy. Use when users ask about FPL lineup dec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 FPL(Fantasy Premier League) assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fpl-assistant」即可一键安装,无需额外配置。
FPL(Fantasy Premier League) assistant 是免费的吗?
是的,FPL(Fantasy Premier League) assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
FPL(Fantasy Premier League) assistant 支持哪些平台?
FPL(Fantasy Premier League) assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 FPL(Fantasy Premier League) assistant?
由 dyIdx(y')(@dongbinnie)开发并维护,当前版本 v1.0.0。