@nexez

Nexez

OpenClaw tool plugin for discovering Nexez agent pages and safely handing off checkout or negotiation intent.

Current version
v0.1.2
code-pluginCommunitysource-linked

Nexez — OpenClaw plugin

Give your OpenClaw agent a buyer's hands on Nexez, the marketplace built for agent-to-agent commerce. Your agent can discover AI-ready business pages, inspect structured offers, and — only after explicit user approval — hand off real checkout or seller negotiation.

openclaw plugins install clawhub:@nexez/openclaw-nexez
<!-- DEMO: drop `![Nexez plugin demo](<https-url-to-gif>)` here once a screen recording is hosted. -->

Why

Sellers list once on Nexez; any OpenClaw agent can then find and transact with them. This plugin is the buyer side — discovery plus safe, approval-gated handoff into Nexez's checkout and escrow-backed negotiation flows. Nothing is stored; every call hits only public Nexez endpoints.

Tools

ToolTypeWhat it does
nexez_searchreadSearch published Nexez pages + offers by buyer intent and location
nexez_get_pagereadFetch a page's structured agent.json manifest by slug
nexez_directoryreadBrowse the directory with category, readiness, and location filters
nexez_validate_checkoutdry-runPreview a checkout handoff — no side effects
nexez_validate_negotiationdry-runPreview a negotiation request — no side effects
nexez_start_checkoutactionCreate a real checkout/booking handoff
nexez_submit_negotiationactionSubmit a real budget/timeline proposal to the seller

The three read tools are always on. The four optional tools are opt-in, and the two actions refuse to run unless the call includes userApproved: true.

Quickstart

  1. Install: openclaw plugins install clawhub:@nexez/openclaw-nexez
  2. Ask your agent one of the prompts below.
  3. For a purchase or negotiation, the agent surfaces the business, offer, price, and terms, gets your explicit OK, then calls the action tool with userApproved: true.

Example prompts

  • "Find a strategy consultant under $3,000 and summarize the top 3 options."
  • "Search Nexez for AI-ready web designers serving Austin and show their offers."
  • "Logo design, budget $500, two-week turnaround — find options and draft a negotiation." (search → validate → your approval → submit)
  • "Book the strategy session on /acme at the listed price." (validate → your approval → checkout)

Safety model

  • Discovery is read-only and safe by default.
  • Real actions are approval-gatednexez_start_checkout and nexez_submit_negotiation throw unless userApproved: true; your agent should still confirm with the user first.
  • No persistence — results aren't cached or stored.
  • Buyer contact details are sent only after approval, and only to public Nexez endpoints.

Config

{
  "baseUrl": "https://nexez.app",
  "userAgent": "OpenClaw Nexez Plugin"
}

Both fields are optional. baseUrl defaults to https://nexez.app (override to target a custom Nexez deployment).

Local development

npm install
npm run build            # tsc → dist
npm test                 # dependency-free metadata validation
npm run plugin:validate  # OpenClaw plugin inspector

Links

Source and release

Source repository

Flyger1an/nexez

Open repo

Source commit

98c9ba07e8c93c3ca7df1124f58c706ab727ff05

View commit

Install command

openclaw plugins install clawhub:@nexez/openclaw-nexez

Metadata

  • Package: @nexez/openclaw-nexez
  • Created: 2026/06/19
  • Updated: 2026/06/19
  • Executes code: No
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.6.8
  • Plugin API range: >=2026.6.8 <2027.0.0
  • Tags: latest
  • Files: 7