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.
npx skills add Kaggle/kaggle-skills --skill kaggle-standardized-agent-examgit clone --depth 1 https://github.com/Kaggle/kaggle-skillsWrote 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/kaggle/kaggle-skills/kaggle-standardized-agent-exam)<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.
<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>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.00027 | $0.02531 |
| Opus 5 | $0.00014 | $0.01265 |
| Sonnet 5 | $0.00005 | $0.00506 |
| Haiku 4.5 | $0.00003 | $0.00253 |
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 \ 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 tohttps://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-keywithchmod 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-idand~/.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-idand~/.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:
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.
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.
- 11d ago First seen · 236 lines · 27 tokens per session scan B 42df58bf66d0
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.
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…
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…
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.
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…
practice-cognition
A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.
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.