hugging-face

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name HUGGING_FACE_TOKEN or zero doctor check-connector --url https://huggingface.co/api/whoami-v2 --method GET

How to Use

All examples below assume you have HUGGING_FACE_TOKEN set.

The base URLs are:

  • Hub API: https://huggingface.co/api
  • Inference API: https://router.huggingface.co

1. Verify Account (whoami)

Check your token and account information:

curl -s "https://huggingface.co/api/whoami-v2" --header "Authorization: Bearer $HUGGING_FACE_TOKEN" | jq '{name: .name, email: .email, type: .type}'
Related skills
Installs
21
GitHub Stars
59
First Seen
Mar 12, 2026