hf-api

Installation
SKILL.md
import os
import requests

token = os.environ["HF_TOKEN"]
r = requests.get("https://huggingface.co/api/models",
                 headers={"Authorization": f"Bearer {token}"})
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 20, 2026