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.


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.
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.
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.
1Install 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
Connect Wix
Paste your API key in the dashboard.
- 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-pluginThen 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 loginlogin 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
| 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 |
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.
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 OpenClaw. 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 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.
Related
Connect Cloudcart
CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
OpenClaw Baselinker integration
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.
Connect Shippo
Generate shipping labels, track packages, and manage fulfillment