Agent Plugins Marketplace
All plugins

fantasy-football-manager

v0.4.0

ESPN season transactions, draft tools, and a multi-team portfolio dashboard for Codex. Version 0.4.0 preview.

Codex4 Skills3 MCP serversstdio

By krmisystemsLicense: MIT1.1k GitHub starsUpdated 14 hours ago

Directory evidence

Runtimes
Codex
Parsed components
7 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install fantasy-football-manager for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add fantasy-football-manager@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “fantasy-football-manager” remain stable.

  • Codex: fantasy-football-manager@agent-plugin-marketplacefantasy-football-manager@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/krmisystems/fantasy-football-manager/.

Plugin files

plugins/krmisystems/fantasy-football-manager/
├── .codex-plugin/plugin.json
├── skills/draft-assistant/SKILL.md
├── skills/espn-automation/SKILL.md
├── skills/portfolio-manager/SKILL.md
├── skills/season-manager/SKILL.md
└── .mcp.json

Included Skills4

draft-assistantskills/draft-assistant/SKILL.md

Compare legal draft candidates and run continuous simulations with the manager MCP. Route live ESPN draft requests to the included ESPN companion workflow.

espn-automationskills/espn-automation/SKILL.md

Connect the ESPN companion for browser drafts or HTTP season operation. Run continuous analysis and submit exact transactions within saved user limits.

portfolio-managerskills/portfolio-manager/SKILL.md

Inspect all configured fantasy teams, saved players, lineup analysis, and transaction proposals through the portfolio MCP. Open the local dashboard for visual review and exact proposal approval.

season-managerskills/season-manager/SKILL.md

Manage ESPN season lineups, acquisitions, waiver claims, and IR through authenticated HTTP. Preserve user limits and reconcile every transaction.

MCP servers3

fantasy-football-espnstdio
command
fantasy-football-espn
fantasy-football-managerstdio
command
fantasy-football-manager
fantasy-football-portfoliostdio
command
fantasy-football-portfolio

Plugin manifests1

plugins/krmisystems/fantasy-football-manager/.codex-plugin/plugin.json
{
  "name": "fantasy-football-manager",
  "version": "0.4.0",
  "description": "ESPN season transactions, draft tools, and a multi-team portfolio dashboard for Codex. Version 0.4.0 preview.",
  "author": {
    "name": "krmisystems",
    "url": "https://github.com/krmisystems"
  },
  "repository": "https://github.com/krmisystems/fantasy-football-manager",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "composerIcon": "./plugins/fantasy-football-manager/assets/icon.svg",
    "brandColor": "#14251F",
    "displayName": "Fantasy Football Manager",
    "shortDescription": "Inspect all teams and manage ESPN actions within saved limits.",
    "longDescription": "The v0.4.0 preview adds HTTP season transactions, a five-tool portfolio MCP, and a localhost dashboard. Inspect configured teams, players, analysis, and proposals. Optional dashboard controls approve exact saved HTTP season proposals through the existing transaction service. Saved modes and limits apply. Draft operation retains its browser adapter. A live trial verified automatic free-agent add/drop and a subsequent lineup exchange. Live dashboard submissions, waiver processing, IR moves, scoring-week rollover, and an unattended season remain Not Tested. Football is the only implemented sport. Trade execution is unavailable.",
    "developerName": "krmisystems",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Connect my ESPN draft and check automation limits.",
      "Run continuous draft simulations and automatic picks.",
      "Connect my ESPN season through HTTP and check action limits.",
      "Show all managed teams and their pending proposals."
    ],
    "websiteURL": "https://github.com/krmisystems/fantasy-football-manager",
    "privacyPolicyURL": "https://github.com/krmisystems/fantasy-football-manager/blob/main/docs/PRIVACY.md"
  },
  "mcpServers": "./.mcp.json",
  "homepage": "https://github.com/krmisystems/fantasy-football-manager",
  "keywords": [
    "espn",
    "fantasy-football",
    "mcp",
    "codex",
    "draft",
    "lineup",
    "portfolio"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fantasy-football-manager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fantasy-football-manager)