Install
openclaw skills install footballgptAI football coaching assistant. Generate session plans, animate drills, get coaching advice, search player stats, and search drill databases. Use when a user asks about football training sessions, drills, coaching tactics, player development, match preparation, or player statistics. Requires a FootballGPT API key.
openclaw skills install footballgptAI football coaching assistant based on FA, UEFA, and FIFA coaching methods.
FOOTBALLGPT_API_KEY as an environment variable:export FOOTBALLGPT_API_KEY="fgpt_your_key_here"
mcporter config add footballgpt https://footballgpt.co/api/mcp/stream \
--header "Authorization=Bearer $FOOTBALLGPT_API_KEY" \
--description "AI football coaching assistant" \
--scope home
mcporter list footballgpt --schema
FootballGPT exposes tools via a streamable-http MCP endpoint at https://footballgpt.co/api/mcp/stream.
Once registered with mcporter, call tools directly:
mcporter call footballgpt.get_coaching_advice message="How do I set up a 4-3-3 high press for U14s?"
mcporter call footballgpt.generate_session_plan topic="defensive shape" age_group="u12" duration=60
mcporter call footballgpt.animate_drill description="passing triangle, one-touch" category="passing"
| Tool | Description |
|---|---|
get_my_profile | Loads your team, squad, formation, and coaching priorities |
get_coaching_advice | Coaching advice for any scenario (tactics, drills, player development, match prep) |
generate_session_plan | Complete training session plan with warm-up, main activities, and cool-down |
animate_drill | Animated drill diagrams with player movements and ball paths (saved to your account) |
search_player_stats | Real player statistics across 60+ leagues |
search_drills | Search the drill database for specific activities |