Access Hugging Face Hub models, datasets, and spaces via the huggingface_hub Python library.
A skill for accessing Hugging Face Hub via the huggingface_hub Python library. Provides a CLI tool (hf_hub.py) with commands for: listing and searching models, datasets, and spaces; downloading files from HF; uploading files to HF; inspecting model and dataset metadata. Requires only the huggingface_hub Python package and an optional HF_TOKEN for authenticated operations. Commands: whoami, list-models, list-datasets, list-spaces, model-info, dataset-info, download-file, upload-file.