kaggle

kaggle is a skill for Claude Code from shepsci/kaggle-skill. It costs 100 tokens per session (1,940 once invoked), scanned B, original, MIT.

A set of tools for working with Kaggle, a platform for data-science competitions, datasets, notebooks, models, and discussions.

In plain words
What is it for?
Use it for Kaggle research, dataset and model operations, notebook execution, competition submissions, discussions, benchmarks, badges, and account setup.
Why use it?
It gathers Kaggle information and supports account or project workflows while requiring extra care before actions that change public or account-visible data.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is python3 modules/setup/scripts/check_all_credentials.py.

Part of the kaggle-skill plugin — 1 skill, 1 hook, 1 MCP server shipped together

Install

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.

Claude Code
/plugin marketplace add shepsci/kaggle-skill
Claude Code
/plugin install kaggle-skill

Made for: Claude Code.

Or install kaggle-skill, the plugin that ships this one along with the rest of its 1 skill, 1 hook, 1 MCP server.

Wrote 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.

agentmods badge for kaggle

README.md
[![agentmods](https://agentmods.dev/badge/skills/shepsci/kaggle-skill/kaggle.svg)](https://agentmods.dev/skills/shepsci/kaggle-skill/kaggle)
Your own site
<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>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,940 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash d8ed517b0004, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 31 executable files (modules/badges/scripts/badge_registry.py, modules/badges/scripts/badge_tracker.py, modules/badges/scripts/orchestrator.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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`.
skills/kaggle/SKILL.md · 201 lines

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

Read the full file on GitHub · 201 lines

Files

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.

Changes

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.

  1. 6d ago First seen · 201 lines · 100 tokens per session scan B d8ed517b0004

Subscribe to this mod's changes

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.

Related

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…

mixedbread-ai/skills · 70 tokens

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.

mixedbread-ai/skills · 55 tokens

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…

Mirannonarbitrable290/agentic-kaggle-skill · 76 tokens

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…

Graphify-Labs/graphify · 76 tokens

chief-data-officer-advisor

../../../c-level-advisor/skills/chief-data-officer-advisor/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

nlp-alignment

Best practices for LLM alignment techniques including RLHF, DPO, and instruction tuning. Use when working on alignment or safety.

aiming-lab/AutoResearchClaw · 31 tokens