@nexez

Nexez

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

当前版本
v0.1.2
code-plugin社区source-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

源码与版本

源码仓库

Flyger1an/nexez

打开仓库

源码提交

98c9ba07e8c93c3ca7df1124f58c706ab727ff05

查看提交

安装命令

openclaw plugins install clawhub:@nexez/openclaw-nexez

元数据

  • 包名: @nexez/openclaw-nexez
  • 创建时间: 2026/06/19
  • 更新时间: 2026/06/19
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 2026.6.8
  • 插件 API 范围: >=2026.6.8 <2027.0.0
  • 标签: latest
  • 文件数: 7