Skip to main content
List them by filtering on the h/ prefix, or fetch one by name:
# List H-maintained skills
curl "https://agp.eu.hcompany.ai/api/v2/skills?name=h/" -H "Authorization: Bearer $H_API_KEY"

# Fetch one by name
curl "https://agp.eu.hcompany.ai/api/v2/skills/h/{skill_name}" -H "Authorization: Bearer $H_API_KEY"