Skills
Skill 40 of 48
Runs the bounded deterministic public WooCommerce quick-import adapter after a qualifying source probe.
1 minute · 151 words
Install
npx skills add wix/skills --skill rp-quick-woocommercenpx skills add wix/skills/plugin marketplace add wix/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use only when the router selected this resource for managementImportMode=quick and the
source probe identified woocommerce with high confidence. This adapter imports only the
entity graph declared in quick-mode.json; it never uses WordPress/WooCommerce credentials,
browser extraction, page scraping, plugin endpoints, or an LLM mapping step.
Run the adapter from the repository root:
node skills/wix-replatform/resources/rp-quick-woocommerce/scripts/quick-mode.js preflight <projectDir>
node skills/wix-replatform/resources/rp-quick-woocommerce/scripts/quick-mode.js plan <projectDir>
node skills/wix-replatform/resources/rp-quick-woocommerce/scripts/quick-mode.js setup-author <projectDir>
node skills/wix-replatform/resources/rp-quick-woocommerce/scripts/quick-mode.js extract <projectDir>
node skills/wix-replatform/resources/rp-quick-woocommerce/scripts/quick-mode.js import <projectDir> [--dry-run]The first two commands create the authoritative quick-mode/preflight.json,
quick-mode/plan.json, and execution/execution-manifest.json. Setup discovery consumes the
quick plan; normal setup execution and execution approval are still mandatory before the
extract/import run. Do not replace the deterministic entity list with data discovered from
pages. If an endpoint preflight fails, persist the reported blocker and offer standard mode.
The setup-author command is a setup step: it idempotently creates the dedicated fallback
Blog member and records only its ID as WIX_BLOG_FALLBACK_MEMBER_ID. It uses the shared
rp-target-wix writer runtime and sends no email. The import entrypoint requires normal setup
verification and that setup-provisioned value before creating posts.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 8 distinct layouts observed: .claude/skills/*/SKILL.md, skills/*/SKILL.md, skills/wix-headless-fast/*/skill.md, skills/wix-headless/*/skill.md, skills/wix-replatform/resources/*/SKILL.md, wix-headless-replatform/resources/*/SKILL.md, */SKILL.md, wix-replatform/resources/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Wix, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./wix/skills.md, and each skill at its own .md URL.2 files · 20 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 40.
Executable code the skill can run.
Everything else published alongside the skill.