NV Digital Open Operator System (NV oOS) is an Object-Oriented AI framework for WordPress connecting your data with OpenAI, Gemini, Anthropic, DeepSeek, Hugging Face, Cloudflare, OpenRouter & Ollama (Local) models. Create & manage AI Assistants that can interact with users, access WordPress (API) data, & perform as a MCP Server & Chat Agent
Synthesize WooCommerce coupons at runtime without creating shopcoupon posts in the DB — via the woocommercegetshopcoupondata filter, the hidden-but-powerful virtual-coupon mechanism. Filter fires inside WCCoupon::construct, and a non-false return becomes a fully functional coupon read through readmanualcoupon. Plus…
Use WooCommerce's customer and session APIs correctly — WC ships its own session handler (WCSessionHandler, single wpwoocommercesessions table for both guests and logged-in users) and its own customer object (WCCustomer via WC()->customer), separate from $SESSION / native PHP sessions / wpgetcurrentuser. AI…
Customize WooCommerce transactional emails the classic PHP-template way (NOT the block email editor) — extend WCEmail, declare $id / $title / $templatehtml / $templateplain / $placeholders, hook trigger() to a woocommerceorderstatusnotification action, register via the woocommerceemailclasses filter. Plus the…
Make a WooCommerce plugin HPOS-compatible (High-Performance Order Storage, default-on in WC 10.x) — declare via FeaturesUtil::declarecompatibility on beforewoocommerceinit, replace $wpdb->postmeta / WPQuery order code with wcgetorders + WCOrder::getmeta / updatemetadata, gate runtime branches on…
Register a custom WooCommerce payment gateway — extend WCPaymentGateway, declare $id / $title / $supports, implement processpayment returning array(result, redirect), optionally processrefund when refunds is in supports, register via the woocommercepaymentgateways filter. The single most-confused thing AI gets wrong…
Builds a WooCommerce-style AJAX product search select (the selectWoo / wooselect dropdown) — class="wc-product-search" + the data-action attribute pointing to woocommercejsonsearchproducts (products only) or woocommercejsonsearchproductsandvariations (products AND variations, often the right choice). Pre-selected…
Use the WooCommerce REST API v4 (namespace wc/v4, since WC 10.2) alongside or in place of v3 — verified route catalog (Customers, Orders, Refunds, Products, ShippingZones with DELETE, ShippingZoneMethod, Fulfillments, segmented Settings under /wc/v4/settings/ ), the hook prefix pattern woocommercerestapiv4 , shared…
Registers a custom WooCommerce shipping method with explicit control over which fields appear in the per-zone settings modal — extend WCShippingMethod, declare your fields in initformfields (and ONLY those fields, no unset / DOM hacks / CSS hides), set the $supports array to control whether the modal opens (omit…
Register a custom WooCommerce shipping provider — extend AbstractShippingProvider and add it via the woocommercefulfillmentshippingproviders filter (WC 10.1+). Distinct from shipping methods (rate at checkout) — a provider is a carrier identity (UPS, FedEx, DHL, your custom carrier) used by the Fulfillments system for…
Read, query, and write WooCommerce product variations correctly — the WCProductVariable (parent) vs WCProductVariation (child) class split, the parent's getvariationprices( $fordisplay ) cached aggregation and how to bust the wcvarprices transient, programmatic variation creation via WCProductVariation + setparentid +…
Mutate WooCommerce variation prices via filters — pick the right layer (woocommerceproductgetprice for simple/non-variation products, woocommerceproductvariationgetprice for variations, the woocommercevariationprices family for the parent min/max aggregation that feeds the catalog "From X to Y" range), and the…
WooCommerce Memberships access, restriction, drip-content, product-grant, and member-discount playbook. Use when code checks whether a user can view/purchase content or products, changes scheduled access dates, customizes protected/public content, maps parent or variation products that grant membership access, applies…
WooCommerce Memberships storage and relationship map for membership plan CPTs, user membership CPTs, post statuses, plan/user membership meta keys, rule storage, profile-field storage, order grant meta, and WooCommerce Subscriptions-linked memberships. Use when code reads or writes wcmembershipplan, wcusermembership…
Curated WooCommerce Memberships hook and extension-point map for plugins that build on user memberships, membership plans, status transitions, purchase/free-signup grants, profile fields, REST API, webhooks, members-area templates, CSV import/export, and Woo Subscriptions-linked memberships. Use when the user asks for…
WooCommerce Subscriptions data model, switcher, and gifting reference for exact order type names, product type slugs, subscription meta keys, schedule/date keys, related-order relation meta, switch cart data, switch order data, switched item types/meta, proration hooks, and WCS Gifting recipient storage. Use when code…
Safely integrate with WooCommerce Subscriptions renewal, next-payment scheduling, Action Scheduler events, and retry flow. Shows when to use WCSubscription::updatedates, updatestatus, wcscreaterenewalorder, wcsrenewalordercreated, woocommercescheduledsubscriptionpayment…
Curated WooCommerce Subscriptions hook and extension-point map for choosing the right action/filter around WCSubscription creation, status transitions, date changes, renewal orders, scheduled payments, payment retries, gateway events, switching, gifting, related orders, REST/API responses, and account/admin UI. Use…
Programmatically clear WP Rocket cache from a third-party plugin / theme when data changes — the public rocketclean function family (rocketcleanpost, rocketcleanfiles, rocketcleanterm, rocketcleanuser, rocketcleanhome, rocketcleanminify, rocketcleancachebusting, rocketcleandomain, rocketcleancachedir). Critical…
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Control a headless browser to navigate URLs, click elements, fill forms, extract content from JavaScript-rendered pages, take screenshots, and automate end-to-end web workflows.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
★not rated 5 todayA59 tokens
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: