kaggle
v2.4.0Independent, unofficial Kaggle.com workflow plugin: CLI, MCP, competition reports, datasets, models, notebooks, forums, writeups, submissions, and badge collection. Not affiliated with, endorsed by, or sponsored by Kaggle or Google.
By shepsciLicense: MIT81 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 4, 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 kaggle for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add kaggle@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/shepsci/kaggle-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/kaggle/SKILL.md
Included Skills1
Unified Kaggle skill. Use when the user explicitly mentions Kaggle, kaggle.com, a Kaggle URL, Kaggle competitions, Kaggle datasets/models/notebooks, Kaggle forums/discussions/writeups, Kaggle benchmarks, hackathons hosted on Kaggle, Kaggle badges, or Kaggle account setup. Do not use for generic ML, GPU/TPU, notebook, dataset, benchmark, or data-science tasks unless the user clearly ties them to Kaggle.
Plugin manifests2
{
"name": "kaggle",
"version": "2.4.0",
"description": "Independent, unofficial Kaggle.com workflow plugin: CLI, MCP, competition reports, datasets, models, notebooks, forums, writeups, submissions, and badge collection. Not affiliated with, endorsed by, or sponsored by Kaggle or Google.",
"author": {
"name": "shepsci",
"url": "https://github.com/shepsci"
},
"homepage": "https://github.com/shepsci/kaggle-skill",
"repository": "https://github.com/shepsci/kaggle-skill",
"license": "MIT",
"keywords": [
"kaggle",
"competitions",
"datasets",
"models",
"notebooks",
"forums",
"writeups",
"benchmarks",
"machine-learning",
"data-science"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Kaggle Skill",
"shortDescription": "Unofficial Kaggle.com workflows: CLI, MCP, forums, writeups, and competitions",
"longDescription": "An independent, unofficial plugin for agents that need Kaggle.com CLI workflows, MCP-backed competition and hackathon retrieval, dataset/model/notebook operations, forums and discussion topics, solution writeup discovery, benchmark task guidance, credential setup, and badge collection. Not affiliated with, endorsed by, or sponsored by Kaggle or Google.",
"developerName": "shepsci",
"category": "Data Science",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/shepsci/kaggle-skill",
"privacyPolicyURL": "https://github.com/shepsci/kaggle-skill/blob/main/PRIVACY.md",
"defaultPrompt": [
"Set up my Kaggle credentials.",
"Find recent Kaggle discussion writeups.",
"Run a Kaggle competition workflow."
],
"brandColor": "#20BEFF"
}
}{
"name": "kaggle",
"description": "Independent, unofficial Kaggle.com workflow plugin: competition reports, dataset/model downloads, notebook execution, forums, writeups, submissions, and badge collection. Not affiliated with, endorsed by, or sponsored by Kaggle or Google.",
"version": "2.4.0",
"author": {
"name": "shepsci"
},
"homepage": "https://github.com/shepsci/kaggle-skill",
"repository": "https://github.com/shepsci/kaggle-skill",
"license": "MIT",
"keywords": [
"kaggle",
"competitions",
"datasets",
"models",
"notebooks",
"forums",
"hackathons",
"writeups",
"benchmarks",
"machine-learning",
"data-science"
],
"skills": [
"./skills/kaggle"
]
}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.
[kaggle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kaggle)