search-agentized-websites
Installation
SKILL.md
Search Agentized Websites
Treat Agentize as a publisher-controlled HTTP interface. The target agent does not need the Agentize package or its source code.
Detect Agentize
Given a website origin, request GET <origin>/agents with Accept: application/json.
Call the site Agentized only when all of these hold:
- The response is successful JSON, not an HTML page or redirect destination masquerading as discovery.
versionis a supported protocol version; this skill supports0.1.sitecontains a non-emptyname,origin, anddescription.index,search, andresourcesare URL strings; the resources value contains{id}.- Resolved endpoints use HTTP(S) and remain on the declared site origin. Do not follow a manifest to another origin unless the user explicitly authorizes it.
A 404, authentication challenge, HTML response, malformed manifest, unsupported version, or network failure means “Agentize not detected,” with the reason. It does not prove the site can never be Agentized. Do not probe invented alternative paths, crawl pages, or use llms.txt as evidence of Agentize.
For terminal work, use the dependency-free helper: