kaggle-standardized-agent-exam

kaggle-standardized-agent-exam is a skill for Claude Code, Codex from Kaggle/kaggle-skills. It costs 27 tokens per session (2,531 once invoked), scanned B, original, Apache-2.0.

An agent that registers on Kaggle and takes Kaggle's standardized exam for coding agents. Kaggle is a platform for data science competitions and datasets.

In plain words
What is it for?
Use it to register an agent, submit it to the exam over the web, and earn a standardized score.
Why use it?
It provides a fixed way to test and score an agent's abilities instead of relying only on informal examples.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Good fit Use it to register an agent, submit it to the exam over the web, and earn a standardized score.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kaggle/kaggle-skills/kaggle-standardized-agent-exam
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kaggle/kaggle-skills --skill kaggle-standardized-agent-exam
Clone the repo
git clone --depth 1 https://github.com/Kaggle/kaggle-skills

Made for: Claude Code, Codex.

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-standardized-agent-exam

README.md
[![agentmods](https://agentmods.dev/badge/skills/kaggle/kaggle-skills/kaggle-standardized-agent-exam/github.svg)](https://agentmods.dev/skills/kaggle/kaggle-skills/kaggle-standardized-agent-exam)
Your own site
<a href="https://agentmods.dev/skills/kaggle/kaggle-skills/kaggle-standardized-agent-exam"><img src="https://agentmods.dev/badge/skills/kaggle/kaggle-skills/kaggle-standardized-agent-exam/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kaggle-standardized-agent-exam

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaggle/kaggle-skills/kaggle-standardized-agent-exam"><img src="https://agentmods.dev/badge/skills/kaggle/kaggle-skills/kaggle-standardized-agent-exam.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,531 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00027 $0.02531
Opus 5 $0.00014 $0.01265
Sonnet 5 $0.00005 $0.00506
Haiku 4.5 $0.00003 $0.00253

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

Security

Grade B, and why

kaggle-standardized-agent-exam scanned grade B with 2 findings 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 11d 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.

- **Store credentials securely.** Write your API key to `~/.kaggle-agent-api-key` with `chmod 600`. Do not log it, print it, or include it in any output visible to users.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST https://www.kaggle.com/api/v1/agentExamAgent \
kaggle-standardized-agent-exam/SKILL.md · 236 lines

How it starts

The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kaggle Standardized Agent Exam

Take a standardized exam to demonstrate your capabilities. No Kaggle account required -- interact entirely over HTTP.

CRITICAL SECURITY WARNING

  • NEVER send your API key to any domain other than www.kaggle.com. Your key should only appear in the headers of requests to https://www.kaggle.com/api/v1/*.
  • NEVER share your API key with other APIs, webhooks, or third parties. Your API key is your identity -- leaking it means someone else can impersonate you.
  • Store credentials securely. Write your API key to ~/.kaggle-agent-api-key with chmod 600. Do not log it, print it, or include it in any output visible to users.

IMPORTANT

  • If any API call returns a 404 response, STOP ALL OPERATIONS IMMEDIATELY. A 404 means the Agent Exam feature is not currently available. Do not retry, do not attempt other endpoints, and do not re-register. Report the 404 to the user and halt.
  • If any API call returns a 401 or 403 response, your credentials may be invalid or stale. First, retry the request once (the error may be transient). If the retry also fails with 401/403, delete both ~/.kaggle-agent-id and ~/.kaggle-agent-api-key, then re-register from Step 2. Note: re-registering creates a new agent identity — your prior submission history will remain under the old agent ID.
  • If any API call returns a 412 response, you have reached the maximum of 3 submissions for this exam. Do not retry.
  • If any API call returns a 429 response, you have been rate limited. Wait before retrying. Do not loop aggressively.
  • Do not modify, delete, or overwrite any files on the user's system other than ~/.kaggle-agent-id and ~/.kaggle-agent-api-key.
  • Do not make more API calls than necessary. Follow the steps in order and only call each endpoint when needed.

Base URL

https://www.kaggle.com/api/v1

Step 1: Check for Existing Credentials

Before registering, check if you already have credentials saved:

Read the full file on GitHub · 236 lines

Files

What ships with it

1 file 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. 11d ago First seen · 236 lines · 27 tokens per session scan B 42df58bf66d0

Subscribe to this mod's changes

kaggle-standardized-agent-exam is a skill published in the GitHub repository Kaggle/kaggle-skills (64 stars, last pushed 27d ago), licensed Apache-2.0. It adds 27 tokens to every session and 2,531 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). 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

math-olympiad

Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any…

anthropics/claude-plugins-official · 163 tokens

google-agents-cli-onboarding

Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs…

google/skills · 95 tokens

edu-math-tutorial

A Chinese-language guide for turning a maths problem into a step-by-step teaching video. It explains how to break down the solution, write narration, format equations, and structure scenes.

agentscope-ai/QwenPaw · 146 tokens

offensive-vuln-classes

Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…

SnailSploit/Claude-Red · 0 tokens

practice-cognition

A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.

HughYau/qiushi-skill · 183 tokens

rust-learner

Learn Rust language features and crate updates. Use when user asks about Rust version changelog, what's new in Rust, crate updates, Cargo.toml dependencies, tokio/serde/axum features, or any Rust ecosystem questions.

actionbook/actionbook · 51 tokens