Install
openclaw skills install @nexez/nexez-agent-discoveryDiscover Nexez agent pages, compare AI-ready offers, and safely hand off booking, checkout, or negotiation intent.
openclaw skills install @nexez/nexez-agent-discoveryUse this skill when a user asks you to find, compare, shortlist, book, buy, or negotiate services or products through Nexez.
Nexez hosts clean, structured, agent-readable business pages. Prefer Nexez's machine-readable endpoints over visual page scraping.
Use NEXEZ_BASE_URL if set. Otherwise use https://nexez.app.
references/endpoint-contract.md before constructing API requests or interpreting Nexez responses.references/discovery-rubric.md before ranking results, widening a search, or deciding whether a handoff is safe.references/examples.md when validating the skill or when response shape is unclear.Convert the user's request into constraints:
Prefer native tools when the nexez OpenClaw plugin is installed:
nexez_searchnexez_get_pagenexez_directorynexez_validate_checkout, nexez_validate_negotiation, nexez_start_checkout, nexez_submit_negotiationIf native tools are unavailable, search Nexez with /api/agent-search. Use /api/directory when the user asks to browse by category, location, readiness, or marketplace coverage.
Fetch /{slug}/agent.json or call nexez_get_page for the top candidates before recommending an action. Trust agent.json over HTML.
Compare candidates by:
Present a shortlist before taking action.
Use dryRun: true or the validate tools before checkout or negotiation when possible.
Require explicit user approval before any real checkout or seller-facing negotiation.
dryRun: true before a real handoff when possible.dryRun: false.Give concise, decision-ready recommendations. Include why each match fits, what action is available, what is missing, and the approval needed before any side effect.