huggingface-hub
Installation
SKILL.md
HuggingFace Hub
Download models and datasets, upload artifacts, and manage your Hub presence via CLI and Python API.
Setup
pip install huggingface_hub datasets transformers
huggingface-cli login # paste your token from hf.co/settings/tokens
Or set env var:
export HF_TOKEN=hf_...