veo-match-analytics
v0.1.0+codex.20260927052042Open Veo match analysis pages, inspect page-observed Fetch/XHR responses, extract verified match, team, player, and event analytics, and save confirmed data to Supabase.
By Local developer0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 veo-match-analytics for Codex
codex plugin marketplace add g-six/clubatx-ai
codex plugin marketplace upgrade clubatx-ai
codex plugin add veo-match-analytics@clubatx-aiPaste and run these commands in a terminal with Codex. They add and refresh the clubatx-ai catalog, then install this plugin.
Compatibility: the page URL and API slug “veo-match-analytics” remain stable.
- Codex:
veo-match-analytics@agent-plugin-marketplace→veo-match-analytics@clubatx-ai
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/g-six/clubatx-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/veo-match-analytics/.
Plugin files
├── .codex-plugin/plugin.json└── skills/veo-match-analytics/SKILL.md
Included Skills1
Access Veo match analysis pages, inspect page-observed Fetch/XHR responses, extract verified match, team, player, and event analytics, and persist confirmed fixture data and athlete-linked player statistics to the current ClubATX Supabase project. Use when the user supplies an app.veo.co match URL or asks to import Veo analytics or match events. Requires browser sign-in when Veo is unauthenticated and explicit fixture, team-mapping, score, athlete-link, and write confirmation before saving.
Plugin manifests1
{
"name": "veo-match-analytics",
"version": "0.1.0+codex.20260927052042",
"description": "Open Veo match analysis pages, inspect page-observed Fetch/XHR responses, extract verified match, team, player, and event analytics, and save confirmed data to Supabase.",
"author": {
"name": "Local developer"
},
"skills": "./skills/",
"interface": {
"displayName": "Veo Match Analytics",
"shortDescription": "Save Veo match and linked player analytics",
"longDescription": "Open a Veo match analysis URL in the browser, pause for sign-in when required, inspect the Fetch/XHR responses triggered by the match, Stats, Player Stats Overview, and Events panels, correlate each response with rendered data, confirm the ClubATX fixture, team mapping, official score, and current lineup athlete links, then persist and verify the supported match and player analytics in Supabase.",
"developerName": "Local developer",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://www.veo.co/",
"defaultPrompt": [
"Extract and save analytics from this Veo match URL",
"Extract and persist the athlete-linked player statistics for this Veo match",
"Compare the team and event analytics on this Veo match page",
"Import the individual Veo event feed for this fixture"
],
"brandColor": "#1BC47D"
}
}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.
[veo-match-analytics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/veo-match-analytics)