# How to connect Wix to Hermes Agent (paste one key, 139 tools)

> Connect Wix to Hermes with ClawLink: paste your Wix key once and 139 tools work from chat. No MCP server to run, nothing stored on your machine.

Web version: https://claw-link.dev/hermes/wix

Most guides for giving Hermes Agent Wix access start with registering your own OAuth app or pasting API keys into env files, then leave the token refresh and tool wiring to you. ClawLink gives Hermes a more practical Wix setup: pair once in the browser and your always-on Hermes agent can act on Wix for you, reading and doing real work on your behalf with no auth, token refresh, or tool wiring to build yourself.

**Start here — paste this into Hermes to set up ClawLink:**

> Set up ClawLink for Hermes and tell me when it's ready.
> 1. Install the plugin: `hermes plugins install ClawLink-HQ/hermes-plugin --enable`
> 2. Start pairing with `hermes clawlink begin`. It prints an approval link, so show me the link and stop, don't wait.
> 3. I'll approve it in my browser, then reply "approved".
> 4. When I say approved, finish setup: `hermes clawlink finish`
> 5. Then run `hermes clawlink test` and tell me whether ClawLink is ready.

## Setup

It takes three steps to connect Hermes to Wix.

1. **Install ClawLink** — add the plugin to Hermes Agent once.
2. **Connect Wix** — one-click OAuth in the ClawLink dashboard.
3. **Use it from chat** — ask Hermes Agent in plain English.

**Alternative for any agent (no plugin needed):** if the Hermes Agent plugin route isn't available or doesn't work, any AI agent with shell access can use the ClawLink CLI instead:

```bash
npx -y @useclawlink/cli login          # sign in via browser — no API key to paste
npx -y @useclawlink/cli connect wix  # connect Wix (browser OAuth)
npx -y @useclawlink/cli actions wix  # list available actions
npx -y @useclawlink/cli run wix <action> --input '<json>'  # execute (add --confirm for writes)
```

### Install by command

The prompt above walks Hermes through this. By hand, it is four commands and a browser approval:

```bash
hermes plugins install ClawLink-HQ/hermes-plugin --enable
hermes clawlink begin    # prints an approval link — open it and approve
hermes clawlink finish   # after approving in the browser
hermes clawlink test
```

Then connect Wix in the [ClawLink dashboard](https://claw-link.dev/dashboard) — paste your Wix API key once.

Verify the connection by asking Hermes:

> Use Wix to calculate first available time slots per menu and walk me through the result in plain English.

### Using a different agent?

The Hermes plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:

```bash
npx -y @useclawlink/cli login
```

`login` opens the same browser approval and stores a credential locally. Once Wix is connected in the dashboard, that agent calls the same 139 Wix tools over MCP. Full setup for MCP clients and shell agents: [connect apps to any AI agent](https://claw-link.dev/learn/connect-apps-to-any-ai-agent).

## Wix MCP for Hermes

Looking for a Wix MCP server for Hermes Agent? ClawLink connects Wix to Hermes Agent and exposes 139 Wix tools your agent can call over [MCP](https://claw-link.dev/learn/what-is-an-mcp-server), with [hosted auth](https://claw-link.dev/learn/oauth-for-ai-agents) and nothing to run or maintain yourself. Using OpenClaw instead? The [OpenClaw Wix integration](https://claw-link.dev/openclaw/wix) works the same way.

## What the Hermes Agent Wix integration can do

139 Wix tools are ready for Hermes Agent once the account is connected. The 30 below are the ones people reach for most; your agent can call all 139.

### 30 of 139 Wix tools for Hermes

| Tool | What it does |
|---|---|
| **Calculate first available time slots per menu** `wix_calculate_first_available_time_slots_per_menu` | Calculate and retrieve the first available time slot of each fulfillment type for each |
| **Check content** `wix_check_content` | Check content text against Wix moderation rules |
| **Check domain availability** `wix_check_domain_availability` | Check if a domain name is available for purchase |
| **Count extended bookings** `wix_count_extended_bookings` | Count extended bookings matching specified filter criteria |
| **Generate file upload URL** `wix_generate_file_upload_url` | Generate an upload URL for uploading files to Wix Media Manager |
| **Generate files download URL** `wix_generate_files_download_url` | Generate download URLs for files in Wix Media Manager |
| **Get app instance** `wix_get_app_instance` | Retrieve the current app instance details and associated site information |
| **Get collection by slug** `wix_get_collection_by_slug` | Retrieve a Wix Stores collection by its slug |
| **Get current member coupons** `wix_get_current_member_coupons` | Retrieve loyalty coupons for the currently authenticated member |
| **Get folder by site** `wix_get_folder_by_site` | Retrieve folder information for a specific site by site ID |
| **Get member** `wix_get_member` | Retrieve a member by ID from Wix Members |
| **Get member privacy settings** `wix_get_member_privacy_settings` | Retrieve member privacy settings for a Wix site |
| **Get members custom field applications** `wix_get_members_custom_field_applications` | Retrieve custom field applications for specified members |
| **Get purchase history** `wix_get_purchase_history` | Retrieve purchase history for your app on a site |
| **Get roles custom field applications** `wix_get_roles_custom_field_applications` | Retrieve custom field applications for specified roles |
| **Get roles info** `wix_get_roles_info` | Retrieve all available roles in the requesting Wix account, including predefined and custom |
| **Get site plugins placement status** `wix_get_site_plugins_placement_status` | Get the placement status of your app's site plugins on the user's site |
| **Get site properties** `wix_get_site_properties` | Retrieve current snapshot of a site's properties including business profile, contact |
| **List app permissions** `wix_list_app_permissions` | Retrieve all permissions for a specified Wix app |
| **List app plans by app ID** `wix_list_app_plans_by_app_id` | Retrieve app plans by application ID, including pricing, tax settings, and currency details |
| **List campaigns** `wix_list_campaigns` | Retrieve a list of email marketing campaigns, ordered by date_updated in descending order |
| **List contacts facets** `wix_list_contacts_facets` | List facets from the site's Contact List |
| **List currencies** `wix_list_currencies` | Retrieve the list of available currencies from Wix Currency Converter |
| **List custom fields** `wix_list_custom_fields` | Retrieve a list of custom fields and fields provided by the Members Area |
| **List default tax groups** `wix_list_default_tax_groups` | Retrieve the list of default tax groups for a Wix site |
| **List default tax groups by app IDS** `wix_list_default_tax_groups_by_app_ids` | Retrieve default tax groups for specific Wix apps by their app IDs |
| **List group requests** `wix_list_group_requests` | List group requests across a Wix site |
| **List invoices list by IDS** `wix_list_invoices_list_by_ids` | Retrieve invoice IDs and external app IDs for multiple orders |
| **List manual tax mappings** `wix_list_manual_tax_mappings` | Retrieve up to 1,000 manual tax mappings from Wix |
| **List member following** `wix_list_member_following` | Retrieve the list of members followed by a given member in Wix Members |

## Example prompts

**Calculate First Available Time Slots Per Menu**

> Use Wix to calculate first available time slots per menu and walk me through the result in plain English.

**Check Content**

> Use Wix to check content and walk me through the result in plain English.

**Check Domain Availability**

> Use Wix to check domain availability and walk me through the result in plain English.

**Count Extended Bookings**

> Use Wix to count extended bookings and walk me through the result in plain English.

## ClawLink vs. building it yourself

The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Wix working from chat.

| | Manual | ClawLink |
|---|---|---|
| **Credential handling** | Collect, validate, store, and rotate the Wix API key yourself, then make sure every tool call uses the right account. | Users complete the hosted ClawLink setup once and the connected Wix account becomes available to the agent without you building credential management. |
| **Ongoing maintenance** | You own refresh logic, permission debugging, environment config, and every provider-specific edge case for Wix. | ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure. |
| **Agent usability** | You still need to expose the right Wix actions to the runtime in a format your agent can reliably use. | 139 tools for Wix are already exposed through ClawLink, so the agent can read and act from chat immediately. |

## ClawLink vs. Composio

Composio also exposes Wix to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for Hermes Agent users instead. You install the plugin once, connect Wix in the browser, and the 139 tools above work from chat. There is no SDK and no config file, and the Wix key you paste at setup is stored server-side rather than kept in your environment. Choosing between them? Read the full [Composio alternatives](https://claw-link.dev/hub/composio-alternatives) comparison.

### Hermes paired but still can't use Wix
Pairing is a two-step handshake: run `hermes clawlink begin`, approve the link in your browser, then run `hermes clawlink finish`. If you ran finish before approving, or the approval link expired, run `hermes clawlink begin` again to get a fresh link. Confirm the plugin was installed with `--enable`, then verify with `hermes clawlink test`.

### Connection succeeds but no tools appear
Reconnect Wix from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.

### "Tool schema not loaded yet" error when calling Wix tools
Wix tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every Wix call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.

### Wix returns 403 or "permission denied" on one action while others work
Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.

### API key setup works but results look incomplete
Double-check that the API key for Wix has the right scopes or account access. A valid key can still be too limited for some reads or writes.

### Is there a Hermes Agent Wix integration?
Yes. ClawLink is the fastest way to connect Hermes to Wix: link your Wix account once in the browser and Hermes Agent can call the Wix API through 139 ready-made tools — no custom code or token handling.

### How do I connect Wix to Hermes with ClawLink?
Install the plugin with `hermes plugins install ClawLink-HQ/hermes-plugin --enable`, then pair once: run `hermes clawlink begin`, approve the link in your browser, and run `hermes clawlink finish`. Connect Wix in the dashboard and Hermes can use it from the next message — no config files, and the Wix key you paste is stored server-side instead of in your environment.

### How long does it take to connect Wix to Hermes Agent?
About two minutes. Sign in, click Connect next to Wix in the dashboard, authenticate, and Hermes Agent can use it from the next chat message.

### Why use ClawLink instead of wiring Wix up myself?
The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Wix working from chat.

### Hermes paired but still can't use Wix
Pairing is a two-step handshake: run `hermes clawlink begin`, approve the link in your browser, then run `hermes clawlink finish`. If you ran finish before approving, or the approval link expired, run `hermes clawlink begin` again to get a fresh link. Confirm the plugin was installed with `--enable`, then verify with `hermes clawlink test`.

## Related

- [Connect Cloudcart](https://claw-link.dev/hermes/cloudcart) — CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
- [Baselinker](https://claw-link.dev/hermes/baselinker) — BaseLinker is a comprehensive e-commerce management platform that integrates with various marketplaces, online stores, carriers, and accounting systems to streamline order processing, inventory management, and sales automation.
- [Shippo tools](https://claw-link.dev/hermes/shippo) — Generate shipping labels, track packages, and manage fulfillment
