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
More from lichamnesia/skill-lint
eval-printf
eval of printf-piped base64 decode
1xxd
xxd hex decode piped to bash (non-base64 decode-and-exec)
1py-exfil
python skill that exfils ANTHROPIC_API_KEY via urllib
1rm-home
rm on home-dir forms with trailing slash / quotes / braces
1env-wrap
curl piped through env/sudo/exec wrapper to interpreter
1r07-components
split-component path assembly defeating taint propagation
1