fantasy-football-manager
v0.4.0ESPN season transactions, draft tools, and a multi-team portfolio dashboard for Codex. Version 0.4.0 preview.
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
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add fantasy-football-manager@awesome-codex-pluginsPaste 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-marketplace→fantasy-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-pluginsClone 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
├── .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
Compare legal draft candidates and run continuous simulations with the manager MCP. Route live ESPN draft requests to the included ESPN companion workflow.
Connect the ESPN companion for browser drafts or HTTP season operation. Run continuous analysis and submit exact transactions within saved user limits.
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.
Manage ESPN season lineups, acquisitions, waiver claims, and IR through authenticated HTTP. Preserve user limits and reconcile every transaction.
MCP servers3
- command
- fantasy-football-espn
- command
- fantasy-football-manager
- command
- fantasy-football-portfolio
Plugin manifests1
{
"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"
]
}For maintainers
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)