Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

fpl-assistant联邦职业联赛助理

Agent Skill

fpl-assistant 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,567

周安装

64

GitHub Stars

公开资料未说明

下载量

507
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:fpl-assistant(联邦职业联赛助理)
来源仓库:https://github.com/dongbinnie/fpl-assistant
安装命令:
openclaw skills install fpl-assistant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install fpl-assistant

简介

fpl-assistant 专为梦幻英超联赛设计的球队管理与转会策略助手。

  • 适用于阵容优化、队长选择与筹码使用策略制定。
  • 基于实时球员数据提供转会建议与风险提示。fpl-assistant 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 需绑定 FPL 账户授权以读取当前积分与剩余预算。
  • 建议每日赛前更新数据源以确保推荐准确性。

SKILL.md

name
fpl-assistant
description
Fantasy Premier League (FPL) assistant for squad management, transfer planning, captain selection, and chip strategy. Use when users ask about FPL lineup decisions, transfer suggestions, captain picks, gameweek analysis, FPL rules, or anything related to Fantasy Premier League. Triggers on "FPL", "fantasy premier league", "fantasy", "GW" (gameweek), "captain", "transfer", "chip", "wildcard", "free hit", "bench boost", "triple captain".

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:

FactorWhat to CheckSource
Recent formLast 4-6 GW results, player form ratingFPL API form field, recent results
League position & motivationTop 4/6 (European race), bottom 3 (relegation), mid-table dead rubberLeague table
Fixture congestionMidweek European/FA Cup matches, travel loadSchedule check
Head-to-headRecent meetings between the two teamsHistorical data
Home/away splitSome teams significantly better at homeSeason stats
Injury/rotation riskFlagged players, midweek match recoveryFPL API status, news
Expected statsxG, xA, shots, key passes vs actual returnsAdvanced 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:

  1. Fixture difficulty (FDR ≤ 2 strongly preferred)
  2. Player form (recent goals/assists)
  3. Home advantage
  4. Set-piece duty (penalties, free kicks)
  5. Expected minutes (rotation risk)
  6. 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:

  1. Analysis summary (key factors for the GW)
  2. Starting XI with formation
  3. Bench order
  4. Captain / Vice-captain
  5. Transfer suggestions (with reasoning)
  6. Chip recommendation (if applicable)

Reference Files

  • references/rules.md — Full FPL scoring rules and squad constraints
  • references/api.md — FPL API endpoints and data structures
  • references/strategy.md — Advanced selection methodology

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.79%
按下载量换算369

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills