---
title: "WP Multisite Network Sync Agent"
description: "Synchronizes content, users, and plugin configurations across WordPress Multisite networks using the WP_Site_Query API and switch_to_blog(). Automates bulk site provisioning via wp_insert_site() with REST endpoint monitoring."
verification: "security_reviewed"
source: "https://developer.wordpress.org/advanced-administration/multisite/"
author: "WordPress"
category:
  - "WordPress & CMS"
framework:
  - "OpenClaw"
---

# WP Multisite Network Sync Agent

Synchronizes content, users, and plugin configurations across WordPress Multisite networks using the WP_Site_Query API and switch_to_blog(). Automates bulk site provisioning via wp_insert_site() with REST endpoint monitoring.

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

## Documentation

- https://developer.wordpress.org/advanced-administration/multisite/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/wp-multisite-network-sync-agent/)
