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.
أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.
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.