Skip to content

Releases: shepsci/kaggle-skill

v2.1.0 — MCP refresh, hackathon module, expanded TDD suite

05 May 02:39
4cb0ac1

Choose a tag to compare

What's new

  • Refreshed MCP coverage to all 66 live tools on https://www.kaggle.com/mcp. Previously documented ~40 tools; now everything from tools/list is documented with PASS / role-gated status flags inline. (Verified against shepsci/kmcp-tools 2026-04-22 audit, retested 2026-05-04.)

  • New `skills/kaggle/modules/hackathon/` — writeup retrieval, overview/rubric extraction, role-aware grading bundles. Built around the documented endpoint order with a defensive `get_writeup` fallback chain.

  • 66/66 endpoints now PASS as of 2026-05-04. Three endpoints that were broken in the kmcp-tools 2026-04-22 audit (`get_hackathon_write_up`, `get_benchmark_leaderboard`, `get_competition` for classic competitions) have been fixed upstream by Kaggle. The integration suite caught the recoveries.

  • Comprehensive TDD test suite — 128 no-network tests across `tests/{unit,manifest,security}/` plus 33 live integration tests in `tests/integration/test_mcp_live.py`.

  • Companion marketplaceshepsci/claude-marketplace is live so Claude Code users can install via:

    ```
    /plugin marketplace add shepsci/claude-marketplace
    /plugin install kaggle-skill@shepsci
    ```

Install

Platform Command
skills.sh (35+ agents) `npx skills add shepsci/kaggle-skill`
ClawHub (OpenClaw) `clawhub install kaggle`
Claude Code `/plugin marketplace add shepsci/claude-marketplace` then `/plugin install kaggle-skill@shepsci`

Full changelog

PR #2 (v2.1.0 bulk), PR #4 (live-test fixes + endpoint recoveries), PR #5 (cleanup).