kaggle-research

Installation
SKILL.md

Kaggle Research

Use the official Kaggle CLI through the policy-enforcing wrapper in this skill. The wrapper records bounded, redacted audit data; confines downloads to an approved directory; and blocks remote mutation unless the user explicitly authorizes it.

Required workflow

  1. Confirm the requested Kaggle resource and whether the action is read, download, write, or delete. Do not broaden user authority.

  2. Use an isolated Python 3.11+ environment with kaggle>=2.2,<3.

  3. Configure Kaggle authentication outside commands and source files. Never read, print, echo, log, or commit credential values.

  4. Run the non-mutating prerequisite check:

    python scripts/kaggle_research.py doctor --json
    
Installs
1
GitHub Stars
3.4K
First Seen
1 day ago
Security Audits
kaggle-research — brycewang-stanford/auto-empirical-research-skills