ClawLink

How to connect Wix to OpenClaw

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

Get started for free
OpenClaw
OpenClaw
ClawLink
ClawLink
Wix
Wix
WixAPI KEYMCP

Manage sites, products, orders, and bookings. Once connected, OpenClaw can read and act on Wix from chat — pairing, token refresh, and tool wiring handled for you.

139 tools

The usual route to Wix access for OpenClaw is an MCP server you configure and keep running, plus your own OAuth app or API keys. ClawLink gives OpenClaw a more practical Wix setup: install one ClawHub skill, connect Wix in the browser, and OpenClaw can call real Wix actions from any chat surface with no auth, token refresh, or tool wiring to build yourself.

Copy this prompt into OpenClaw, or open the Wix skill on ClawHub.

Prompt for OpenClaw
Before installing anything, inspect the ClawHub skill metadata and setup requirements.
If the skill asks you to install a third-party package or CLI, verify its source, maintainer, and package contents before running the install command.
Install the skill "Wix" (hith3sh/wix-workspace) from ClawHub only after those checks pass.
Skill page: https://clawhub.ai/hith3sh/wix-workspace
Keep the work scoped to this skill only.
After install, help me finish setup from verified skill metadata.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Setup

It takes three steps to connect OpenClaw to Wix.

  1. 1

    Install the plugin

    Paste the setup prompt into OpenClaw, or install from the terminal and ask OpenClaw to pair:

    openclaw plugins install clawhub:clawlink-plugin
  2. 2

    Connect Wix

    Paste your API key in the dashboard.

  3. 3

    Use it from chat

    Ask OpenClaw: "What can you do with Wix?"

Install by command

The setup prompt above does all of this in one paste. By hand, it is one install command plus a browser approval:

openclaw plugins install clawhub:clawlink-plugin

Then ask OpenClaw to set up ClawLink. It starts browser pairing and prints an approval link — open it, approve the device, return to the chat, and say done. Finally, connect Wix in the ClawLink dashboard — paste your Wix API key once.

Verify the connection by asking OpenClaw:

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

Using a different agent?

The OpenClaw 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:

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.

Wix MCP for OpenClaw

Looking for a Wix MCP server for OpenClaw? ClawLink connects Wix to OpenClaw and exposes 139 Wix tools your agent can call over MCP, with hosted auth and nothing to run or maintain yourself. Using Hermes instead? The Hermes Wix integration works the same way.

What the OpenClaw Wix integration can do

139 Wix tools are ready for OpenClaw 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 OpenClaw

ToolWhat it does
Calculate first available time slots per menu wix_calculate_first_available_time_slots_per_menuCalculate and retrieve the first available time slot of each fulfillment type for each
Check content wix_check_contentCheck content text against Wix moderation rules
Check domain availability wix_check_domain_availabilityCheck if a domain name is available for purchase
Count extended bookings wix_count_extended_bookingsCount extended bookings matching specified filter criteria
Generate file upload URL wix_generate_file_upload_urlGenerate an upload URL for uploading files to Wix Media Manager
Generate files download URL wix_generate_files_download_urlGenerate download URLs for files in Wix Media Manager
Get app instance wix_get_app_instanceRetrieve the current app instance details and associated site information
Get collection by slug wix_get_collection_by_slugRetrieve a Wix Stores collection by its slug
Get current member coupons wix_get_current_member_couponsRetrieve loyalty coupons for the currently authenticated member
Get folder by site wix_get_folder_by_siteRetrieve folder information for a specific site by site ID
Get member wix_get_memberRetrieve a member by ID from Wix Members
Get member privacy settings wix_get_member_privacy_settingsRetrieve member privacy settings for a Wix site
Get members custom field applications wix_get_members_custom_field_applicationsRetrieve custom field applications for specified members
Get purchase history wix_get_purchase_historyRetrieve purchase history for your app on a site
Get roles custom field applications wix_get_roles_custom_field_applicationsRetrieve custom field applications for specified roles
Get roles info wix_get_roles_infoRetrieve all available roles in the requesting Wix account, including predefined and custom
Get site plugins placement status wix_get_site_plugins_placement_statusGet the placement status of your app's site plugins on the user's site
Get site properties wix_get_site_propertiesRetrieve current snapshot of a site's properties including business profile, contact
List app permissions wix_list_app_permissionsRetrieve all permissions for a specified Wix app
List app plans by app ID wix_list_app_plans_by_app_idRetrieve app plans by application ID, including pricing, tax settings, and currency details
List campaigns wix_list_campaignsRetrieve a list of email marketing campaigns, ordered by date_updated in descending order
List contacts facets wix_list_contacts_facetsList facets from the site's Contact List
List currencies wix_list_currenciesRetrieve the list of available currencies from Wix Currency Converter
List custom fields wix_list_custom_fieldsRetrieve a list of custom fields and fields provided by the Members Area
List default tax groups wix_list_default_tax_groupsRetrieve the list of default tax groups for a Wix site
List default tax groups by app IDS wix_list_default_tax_groups_by_app_idsRetrieve default tax groups for specific Wix apps by their app IDs
List group requests wix_list_group_requestsList group requests across a Wix site
List invoices list by IDS wix_list_invoices_list_by_idsRetrieve invoice IDs and external app IDs for multiple orders
List manual tax mappings wix_list_manual_tax_mappingsRetrieve up to 1,000 manual tax mappings from Wix
List member following wix_list_member_followingRetrieve the list of members followed by a given member in Wix Members

Try it: find the Wix tool you need

Browse the 30 Wix tools

Click any tool to see exactly what OpenClaw can do and copy a ready-to-use prompt.

Example prompts

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

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

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

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

ManualClawLink
Credential handlingCollect, 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 maintenanceYou 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 usabilityYou 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.

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 OpenClaw 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 comparison.

Troubleshooting

OpenClaw installed the Wix skill but can't call the tools

The ClawHub skill teaches OpenClaw about Wix, but the calls run through the ClawLink plugin and your connected account. Make sure Wix is connected in the dashboard, then start a fresh chat so OpenClaw reloads the tool catalog. If OpenClaw runs as a persistent gateway, restart it so the new tools register.

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.

FAQ

Is there a OpenClaw Wix integration?

Yes. ClawLink is the fastest way to connect OpenClaw to Wix: link your Wix account once in the browser and OpenClaw can call the Wix API through 139 ready-made tools — no custom code or token handling.

How do I add Wix to OpenClaw with ClawLink?

Paste the setup prompt from this page into OpenClaw. It installs the ClawLink Wix skill from ClawHub, then you click Connect in the dashboard to authorize Wix. OpenClaw calls the tools 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 OpenClaw?

About two minutes. Sign in, click Connect next to Wix in the dashboard, authenticate, and OpenClaw 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 OpenClaw. That is fine if you want to build and maintain the integration yourself. Most teams just want Wix working from chat.

OpenClaw installed the Wix skill but can't call the tools

The ClawHub skill teaches OpenClaw about Wix, but the calls run through the ClawLink plugin and your connected account. Make sure Wix is connected in the dashboard, then start a fresh chat so OpenClaw reloads the tool catalog. If OpenClaw runs as a persistent gateway, restart it so the new tools register.