A skill that wires Kaggle into Claude Code: list competitions, download datasets/models, submit predictions, fetch notebook executions, track badges. Works across Claude Code, Cursor, Codex, Gemini CLI through skills.sh.
claude mcp add kaggle-skill -- git clone https://github.com/shepsci/kaggle-skill ~/.claude/skills/kaggle-skill
한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.
사용 사례
실전 활용법: Kaggle Skill
Pull a competition dataset, train a baseline, submit predictions
👤 Kagglers iterating fast⏱ ~15 minintermediate
언제 쓸까: You want to get a first submission on the leaderboard quickly.
사전 조건
Server/skill installed and authenticated — See repo README
흐름
Pull data
Use the Kaggle skill to download the latest version of competition 'titanic' to ./data.✓ 복사됨
→ Dataset downloaded; files listed
Submit
After my notebook runs, submit submission.csv with message 'baseline LR'.✓ 복사됨
→ Submission id + public score when scored
결과: A real submission on the leaderboard with one chat.
함정
Daily submission limits per competition — usually 5–10. The skill warns when you're close. — Daily submission limits per competition — usually 5–10. The skill warns when you're close.