Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add shepsci/kaggle-skill/plugin install kaggle-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/shepsci/kaggle-skill/kaggle)<a href="https://agentmods.dev/skills/shepsci/kaggle-skill/kaggle"><img src="https://agentmods.dev/badge/skills/shepsci/kaggle-skill/kaggle.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00100 | $0.01940 |
| Opus 5 | $0.00050 | $0.00970 |
| Sonnet 5 | $0.00020 | $0.00388 |
| Haiku 4.5 | $0.00010 | $0.00194 |
Grade B, and why
kaggle scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Set file permissions with `chmod 600`. How it starts
The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kaggle
Complete Kaggle integration for agentic coding systems: account setup, competition research, dataset/model operations, notebook execution, competition submissions, discussion and writeup retrieval, benchmark workflows, badge collection, and general Kaggle questions.
This is an independent, unofficial project. It is not affiliated with, endorsed by, or sponsored by Kaggle or Google.
Do not activate this skill for generic machine learning, GPU/TPU, notebook, dataset, model, benchmark, or data-science work unless the user clearly ties the task to Kaggle.
Network requirements: outbound HTTPS to api.kaggle.com, www.kaggle.com, and
storage.googleapis.com.
Sensitive Action Policy
Default to read-only or dry-run workflows until the user clearly asks for an account-modifying action. Require explicit user intent before:
- submitting predictions or notebooks to a competition;
- creating, updating, or publishing datasets, models, notebooks, or benchmarks;
- running badge phases that modify account-visible state;
- scheduling or generating recurring helper scripts for streak workflows.
When a dry-run command exists, run it first and summarize what would happen before executing the real action. Never assume that a broad request such as "optimize my Kaggle workflow" authorizes submissions, publishing, or badge activity.
Module Map
| Module | Use For |
|---|---|
modules/setup/ |
Account walkthroughs, token checks, environment setup, network checks |
modules/competitions/ |
Competition reports, overview pages, submissions, hackathon overview and writeups |
modules/datasets/ |
Dataset download and publish flows via kagglehub or kaggle-cli |
modules/models/ |
Model download and publish flows via kagglehub or kaggle-cli |
modules/notebooks/ |
Notebook publish, execution, polling, and output download |
modules/discussions/ |
Forums, resource topics, and leaderboard solution writeup discovery |
modules/benchmarks/ |
Kaggle benchmark task commands and endpoint notes |
modules/badges/ |
Badge inventory, dry runs, phase execution, and manual streak helpers |
modules/references/ |
Cross-cutting CLI, MCP, and Kaggle platform references |
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- modules/badges/README.md 642 B
- modules/badges/references/badge-catalog.md 5.8 KB
- modules/badges/scripts/badge_registry.py 8.5 KB runs code
- modules/badges/scripts/badge_tracker.py 3.5 KB runs code
- modules/badges/scripts/orchestrator.py 4.9 KB runs code
- modules/badges/scripts/phase_1_instant_api.py 25 KB runs code
- modules/badges/scripts/phase_2_competition.py 15 KB runs code
- modules/badges/scripts/phase_3_pipeline.py 12 KB runs code
- modules/badges/scripts/phase_4_browser.py 11 KB runs code
- modules/badges/scripts/phase_5_streaks.py 4.9 KB runs code
- modules/badges/scripts/templates/dataset-metadata.json 871 B
- modules/badges/scripts/templates/kernel-metadata.json 412 B
- modules/badges/scripts/templates/model-instance-metadata.json 253 B
- modules/badges/scripts/templates/model-metadata.json 355 B
- modules/badges/scripts/templates/python_notebook.ipynb 1.3 KB
- modules/badges/scripts/templates/r_notebook.ipynb 1.1 KB
- modules/badges/scripts/templates/README_dataset.md 573 B
- modules/badges/scripts/templates/submission_titanic.csv 2.8 KB
- modules/badges/scripts/templates/utility_script.py 802 B runs code
- modules/badges/scripts/utils.py 3.3 KB runs code
- modules/benchmarks/README.md 604 B
- modules/benchmarks/references/benchmark-endpoints.md 1.9 KB
- modules/benchmarks/references/benchmarks-cli.md 4.1 KB
- modules/competitions/hackathons/README.md 3.6 KB
- modules/competitions/hackathons/references/episode-endpoints.md 2.1 KB
- modules/competitions/hackathons/references/hackathon-endpoints.md 10.0 KB
- modules/competitions/hackathons/scripts/fetch_writeup.py 4.9 KB runs code
- modules/competitions/hackathons/scripts/hackathon_overview.py 3.6 KB runs code
- modules/competitions/hackathons/scripts/list_writeups.py 4.7 KB runs code
- modules/competitions/README.md 1.6 KB
- modules/competitions/references/competition-categories.md 2.6 KB
- modules/competitions/references/competition-overview.md 4.6 KB
- modules/competitions/references/competition-research.md 2.8 KB
- modules/competitions/scripts/cli_competition.sh 3.5 KB runs code
- modules/competitions/scripts/competition_details.py 4.2 KB runs code
- modules/competitions/scripts/competition_pages.py 4.2 KB runs code
- modules/competitions/scripts/list_competitions.py 6.9 KB runs code
- modules/competitions/scripts/utils.py 3.4 KB runs code
- modules/datasets/README.md 681 B
- modules/datasets/references/kagglehub-datasets.md 2.2 KB
- modules/datasets/scripts/cli_download.sh 1.6 KB runs code
- modules/datasets/scripts/cli_publish.sh 1.3 KB runs code
- modules/datasets/scripts/kagglehub_download.py 1.1 KB runs code
- modules/datasets/scripts/kagglehub_publish.py 1.7 KB runs code
- modules/discussions/README.md 717 B
- modules/discussions/references/writeups.md 6.1 KB
- modules/discussions/scripts/forums.py 7.4 KB runs code
- modules/discussions/scripts/leaderboard_writeups.py 19 KB runs code
- modules/models/README.md 640 B
- modules/models/references/kagglehub-models.md 1.1 KB
- modules/models/scripts/cli_download.sh 879 B runs code
- modules/models/scripts/cli_publish.sh 1.1 KB runs code
- modules/models/scripts/kagglehub_download.py 1.0 KB runs code
- modules/models/scripts/kagglehub_publish.py 1.6 KB runs code
- modules/notebooks/README.md 541 B
- modules/notebooks/scripts/cli_execute.sh 3.4 KB runs code
- modules/notebooks/scripts/cli_publish.sh 865 B runs code
- modules/notebooks/scripts/poll_kernel.sh 1.4 KB runs code
- modules/README.md 1.4 KB
- modules/references/cli-reference.md 9.0 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 201 lines · 100 tokens per session scan B d8ed517b0004
kaggle is a skill published in the GitHub repository shepsci/kaggle-skill (85 stars, last pushed 2mo ago), licensed MIT. It adds 100 tokens to every session and 1,940 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mixedbread-search
Build and query managed search indexes (Stores) using the Mixedbread Python and TypeScript SDKs. Use when creating knowledge bases, uploading documents, performing semantic or vector search, asking questions over documents, using agentic multi-step retrieval, combining store search with web results, filtering by…
mxbai-cli
Use the mxbai CLI to manage stores, upload files, search documents, ask questions, and sync directories from the terminal. Use when performing Mixedbread operations via command line, setting up CI/CD pipelines with store sync, or managing API keys.
agentic-data-science-competition
AI Agent-driven Kaggle competition workflow. Learn from real competition experience: score stabilization patterns, submission troubleshooting, kernel workflows, GPU task delegation, and the spec-driven development approach that achieved top leaderboard positions. Use when: working on any Kaggle competition, analyzing…
graphify
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…
chief-data-officer-advisor
../../../c-level-advisor/skills/chief-data-officer-advisor/SKILL.md.
nlp-alignment
Best practices for LLM alignment techniques including RLHF, DPO, and instruction tuning. Use when working on alignment or safety.