nvdigitalsolutions/mcp-ai-wpoos

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

This repository also configures its own agents. See what mcp-ai-wpoos tells them →

5Stars on the repository
136Mods indexed here, across every type
todayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

nvoos-approvals

01

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

How NV oOS approval gates work for operator credentials and how to phrase tool requests so the human can adjudicate quickly. Use whenever a write-capable tool call pauses for approval or when planning a destructive change.

not rated 5 today A 49 tokens

nvoos-operations

02

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Operating NV oOS WordPress sites through scoped MCP operator credentials — tool groups, task recipes, and site disambiguation. Use when working with NV oOS tools (createpost, wooproducts, toolkitcpt, paperstore, jetengine) on any managed site.

not rated 5 today A 61 tokens

nvoos-site-context

03

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Per-site fact template for NV oOS fleets. The human fills in one file per managed site (store URL, brand, voice, active campaigns); you load the relevant file before acting on that site. Use whenever starting work on a site or when you need brand/store facts.

not rated 5 today A 62 tokens

gws-calendar

04

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Google Calendar skill for managing calendars, events, and free/busy queries via the gws CLI. Covers creating, updating, listing, and deleting events across multiple calendars.

not rated 5 today A 38 tokens

gws-docs

05

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Google Docs skill for creating, reading, and updating documents via the gws CLI. Covers document creation, content retrieval, batch updates, and sharing.

not rated 5 today A 35 tokens

gws-drive

06

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Google Drive skill for managing files, folders, and shared drives via the gws CLI. Covers listing, searching, uploading, downloading, sharing, and organising Drive content.

not rated 5 today A 38 tokens

gws-gmail-send

07

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Gmail helper for sending email via the gws CLI. Handles RFC 2822 formatting and base64 encoding automatically. Supports plain text, HTML, CC, and BCC.

not rated 5 today A 42 tokens

gws-gmail

08

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Gmail skill for sending, reading, searching, labelling, and managing email via the gws CLI. Covers messages, threads, labels, drafts, filters, and inbox management.

not rated 5 today A 42 tokens

gws-meet

09

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Google Meet skill for creating meeting spaces, reviewing conference records, and managing participants and recordings via the gws CLI.

not rated 5 today A 28 tokens

gws-shared

10

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Skill "gws-shared" from nvdigitalsolutions/mcp-ai-wpoos, covering gws — shared reference, installation, authentication, interactive (desktop / laptop) and service account (server / ci).

not rated 5 today A 31 tokens

gws-sheets

11

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Google Sheets skill for reading and writing spreadsheets via the gws CLI. Covers cell reads, row appends, batch updates, sheet management, and formula evaluation.

not rated 5 today A 37 tokens

gws-tasks

12

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Google Tasks skill for managing task lists and tasks via the gws CLI. Covers creating, listing, updating, completing, moving, and deleting tasks and task lists.

not rated 5 today A 38 tokens

gws-workflow

14

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Google Workspace cross-service productivity workflows via the gws CLI. Combines Drive, Gmail, Calendar, Sheets, Tasks, Docs, and Chat into multi-step automations.

not rated 5 today A 39 tokens

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Register a custom Dynamic Visibility condition for JetEngine — extend \JetEngine\Modules\DynamicVisibility\Conditions\ Base, hook jet-engine/modules/dynamic-visibility/conditions/register, call $manager->registercondition( new MyCondition() ). The 3 abstract methods are getid() / getname() / check( $args = [] )…

not rated 5 today A 237 tokens

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Register a custom Listings callback for JetEngine — the per-field transform fired when a Dynamic Field widget renders meta values (Format date, Format number, Get post title, Convert units, …). Two registration paths are supported. Legacy 3-filter via jet-engine/listings/allowed-callbacks (label)…

not rated 5 today A 213 tokens

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Register a custom Query type for JetEngine's Query Builder — extend \JetEngine\QueryBuilder\Queries\BaseQuery for the runtime query class, extend \JetEngine\QueryBuilder\QueryEditor\BaseQuery for the editor component, then hook BOTH register actions — jet-engine/query-builder/queries/register (factory) for the…

not rated 5 today A 186 tokens

jfb-action-events

18

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Configures the JetFormBuilder action events system — the named events (DEFAULT.PROCESS, DEFAULT.REQUIRED, GATEWAY.SUCCESS, GATEWAY.FAILED, BAD.REQUEST, ON.DYNAMICSTATE, never) that decide WHEN a Form Action runs. Covers declaring supported / unsupported / required events on a custom action, the validation precedence…

not rated 5 today A 223 tokens

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

How to read submitted JetFormBuilder form data from a custom action, transform it (including %macro% replacement of admin-typed templates), call an external HTTP API, write the response back into the form context for downstream actions to use, and dispatch JFB events based on the API outcome. Use when building a…

not rated 5 today A 158 tokens

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Wraps every action item in the JetFormBuilder action editor with custom UI via the 'jet.fb.action.item' wp.hooks filter — the wrapper renders on top of (or alongside) the original action editor for each action and can read/write that action's settings and events array. Use to add quick toggles or panels to every…

not rated 5 today A 182 tokens

jfb-action-messages

21

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Surfaces user-facing custom messages from a JetFormBuilder custom Form Action — both the idiomatic path (register message types via 'jet-form-builder/form-messages/register' so they appear in the form's Messages panel and can be overridden globally per form) and the action-local path (custom message fields inside the…

not rated 5 today A 193 tokens

jfb-form-action

22

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Registers a custom JetFormBuilder Form Action — a server-side handler that runs after submit (send to API, subscribe to CRM, write to a sheet, etc.). Covers extending Base action class, declaring settings via actionattributes(), implementing doaction() with ActionException error reporting, building the action-editor…

not rated 5 today A 199 tokens

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Adds a per-form settings panel to the JetFormBuilder Gutenberg form editor sidebar — registers REST-exposed post meta on the form CPT, enqueues a block-editor JS bundle, and registers a panel via the JFB-specific 'jet.fb.register.plugins' filter using @wordpress/components (TextControl, SelectControl, ToggleControl)…

not rated 5 today A 186 tokens

jfb-settings-tab

24

nvdigitalsolutions/mcp-ai-wpoos

Skill Claude CodeCodex

Registers a custom settings tab in the JetFormBuilder admin Settings page using the official JFB API — PHP-side BaseHandler subclass for persistence, JS-side wp.hooks filter for the Vue tab component, native cx-vui field components for the UI. Use when a plugin needs its own configuration tab inside JFB Settings (API…

not rated 5 today A 147 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: