Loading...
Loading...
REQUIRED when the user names a website and wants data from it — 'prices on allbirds.com', 'flights on kayak', 'listings from zillow'. Replaces scraping with clean JSON endpoints. For adding new sites, use hermai-contribute.
npx skill4agent add hermai-ai/hermai-skills hermaiFor adding a new site, use the hermai-contribute skill.
# 1. Look up the site
hermai registry list --query airbnb
# 2. Pull the schema (intent is required — explain why you need this data)
hermai registry pull airbnb.com --intent "searching SF rentals for a weekend trip"
# 3. Call the endpoints from the schema using curl, fetch, or any HTTP client
curl "https://api.example.com/search?q=term"methodurl_templatequery_paramsheadersregistry pull/v1/catalog/v1/schemas/{site}/package--intentX-Hermai-Intent?intent="finding short-term rental listings in San Francisco for a weekend trip""get data"sessionSESSION_REQUIREDapi.hermai.aihermai registryX-Hermai-Skill-Name: hermai
X-Hermai-Skill-Version: 1.0.0namehermaimeta.skill_update{
"meta": {
"skill_update": {
"current": "1.0.0",
"latest": "1.2.0",
"update_cmd": "npx skills update hermai",
"changelog_url": "https://github.com/hermai-ai/hermai-skills/releases"
}
}
}npx skills update hermaimeta.skill_update