Agent skill · Backend & API

odoo-woocommerce-bridge

Sync Odoo with WooCommerce: products, inventory, orders, and customers via WooCommerce REST API and Odoo external API.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill odoo-woocommerce-bridge --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/odoo-woocommerce-bridge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Odoo ↔ WooCommerce Bridge ## Overview This skill guides you through building a reliable sync bridge between Odoo (the back-office ERP) and WooCommerce (the WordPress online store). It covers product catalog sync, real-time inventory updates, order import, and customer record management. ## When to Use This Skill - Running a WooCommerce store with Odoo for inventory and fulfillment. - Automatically pulling WooCommerce orders into Odoo as sale orders. - Keeping WooCommerce product stock in sync with Odoo's warehouse. - Mapping WooCommerce order statuses to Odoo delivery states. ## How It Works 1. **Activate**: Mention `@odoo-woocommerce-bridge` and describe your sync requirements. 2. **Design**: Get the field mapping table between WooCommerce and Odoo objects. 3. **Build**: Receive Python integration scripts using the WooCommerce REST API. ## Field Mapping: WooCommerce → Odoo | WooCommerce | Odoo | |---|---| | `products` | `product.template` + `product.product` | | `orders` | `sale.order` + `sale.order.line` | | `customers` | `res.partner` | | `stock_quantity` | `stock.quant` | | `sku` | `product.product.default_code` | | `order status: processing` | Sale Order: `sale` (confirmed)

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Field Mapping: WooCommerce → Odoo
  5. Examples
  6. Example 1: Pull WooCommerce Orders into Odoo (Python)
  7. Example 2: Push Odoo Stock to WooCommerce
  8. Best Practices
  9. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the odoo-woocommerce-bridge skill do?

Sync Odoo with WooCommerce: products, inventory, orders, and customers via WooCommerce REST API and Odoo external API.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill odoo-woocommerce-bridge --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going