cmo

Solid

Launch the local NotFair CMO portal (a browser UI for specialist marketing agents) on this machine and open it in the browser. Use when the user asks to "open notfair-cmo", "launch the CMO", "open the marketing portal", "start the local CMO", or any phrasing that implies they want the local web UI for NotFair's marketing agents instead of the Claude Code CLI flow. The portal source lives at `notfair-cmo/` in this repo and is published to npm as `notfair-cmo`.

AI & Automation 2,739 stars 340 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /notfair:cmo Open the local NotFair CMO portal in the user's browser. The portal is a Node app (`notfair-cmo`) that runs on `http://127.0.0.1:3327` and lets the user chat with specialist marketing agents (CMO, Google Ads, SEO), schedule recurring work, and watch tool calls stream inline. Source: [`notfair-cmo/`](../notfair-cmo/). Distributed via `npx notfair-cmo@latest`. This skill **does not implement the portal** — it only launches it. If you need to change portal behavior, edit `notfair-cmo/` and ship via its own npm release. --- ## Default port `3327` unless the user specifies otherwise (`--port`). If 3327 is busy, the portal's CLI auto-probes the next 5 ports. (The dev server uses `3326`; the published portal uses `3327`.) --- ## Step 0: Check for NotFair updates Run this **before anything else** — the skill's own steps (ports, flags) ship with the plugin, so a stale plugin runs stale instructions. ```bash _UPD_BIN=$(ls ~/.claude/plugins/cache/nowork-studio/notfair/*/bin/notfair-update-check 2>/dev/null | head -1) [ -n "$_UPD_BIN" ] && _UPD=$("$_UPD_BIN" 2>/dev/null || true) || _UPD="" [ -n "$_UPD" ] && echo "$_UPD" || true ``` If the output contains `UPGRADE_AVAILABLE <old> <new>`: immediately follow the inline upgrade flow in the `/notfair:upgrade` skill (Step 1 onward) to auto-upgrade. After the upgrade completes, **re-read this `/notfair:cmo` skill from the new plugin cache and restart from Step 1** (the upgrade check itself doesn't need to run again) — ...

Details

Author
nowork-studio
Repository
nowork-studio/NotFair
Created
2 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

upgrade

Upgrade the NotFair plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to "upgrade notfair", "update notfair", or "get latest version". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.

2,739 Updated today
nowork-studio
AI & Automation Listed

claude-code-skillforge

Generates highly optimized Agent Skills for both native Claude Code and the Antigravity system, according to official best practices and the "Progressive Disclosure" strategy. Use when the user wants to build a new skill, turn a workflow into a skill, upgrade an existing skill to latest best practices, audit a skill for compliance, or structure agent instructions for either ecosystem.

3 Updated today
cxshoutghost
AI & Automation Featured

marketing-skills

42 marketing agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more coding agents. 7 pods: content, SEO, CRO, channels, growth, intelligence, sales. Foundation context + orchestration router. 27 Python tools (stdlib-only).

16,782 Updated 3 days ago
alirezarezvani
AI & Automation Listed

open-source-launch

Prepare any open-source repository for a clear, trusted public launch. Use when auditing launch readiness, improving README/metadata/proof, choosing launch channels, writing launch copy, or producing a final launch verdict.

1 Updated today
Vivavenetian310
AI & Automation Solid

notfair-site-onboard

Register a website in NotFair's OpenClaw adaptive layer and initialize its per-site work folder.

2,739 Updated today
nowork-studio