Dashboard
NoCodeWork Growth OS — open-source Growth OS for any AI agent: point it at a business URL, persist USP/UVP/ICP context, run a growth audit (SEO, speed, GEO/AI-visibility, competitors, live GA4/GSC), then delegate to marketing skills. Runs on Claude Code, Codex, Hermes & MCP.
npx -y skills add nocodework/growth-os --skill dashboardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Assemble a single text overview from the context hub — the live baseline (GA4/GSC), the latest audit findings, the GEO scorecard, and integration status — into one readable report. Use when someone runs /growth-os:dashboard, says "give me the overview," "where do things stand," "growth summary," "status report," or wants the whole picture in one place without re-running everything.
SKILL.md
4.0 KB, 907 tokens by cl100k_base, as published. Nobody here has run it
dashboard
The read-out. After onboarding, connecting, and auditing, the pieces live in a few places — the hub, .env, the GEO scorecard. dashboard pulls them together into one plain-text report so the user can see, at a glance, where the business stands and what to do next. It composes; it doesn't re-run the heavy work.
What it does
Assembles four things into one overview:
- Live baseline — the current numbers from GA4 and Search Console, if connected: traffic, top pages, top queries, sources, conversions where available.
- Audit findings — the ranked
## Audit Findingsfrom the hub, top items surfaced. - GEO scorecard — the latest
geo-auditmetrics: visibility, rank, sentiment, recommendation rate, share of voice, citation domains. - Integration status — what's connected (🟢), what's pending approval (🔴), and what that unlocks.
Then it closes with the single highest-leverage next action.
When to use
- The user wants the state of play without kicking off a full audit.
- A weekly/monthly check-in on where growth stands.
- Right after
onboardfinishes, as the tidy summary of everything that just happened.
Steps
-
Read the hub. Load
.agents/product-marketing.md— positioning (one-line reminder of who this is for), the## Audit Findingssection, and any stored GEO scorecard. -
Pull a fresh baseline if cheap. If GA4/GSC are connected, run the light read-side commands for current numbers (
growth-os ga4 visitors 30,growth-os ga4 pages 30,growth-os gsc queries 30). These are fast and give the report live data instead of stale audit numbers. If not connected, say so and show the last known state. -
Check integration status. Scan
.env(viaconnect's detection) and list 🟢 live / 🔴 pending, noting what each pending item will unlock when it lands. -
Compose the report. One clean text layout, top to bottom:
- Who — one line: business + ICP.
- Baseline — the live numbers, with the comparison window stated (last 30 days, etc.).
- Top findings — the three-to-five highest-priority audit items, each with its fix owner.
- GEO — the scorecard in a compact block.
- Integrations — the 🟢/🔴 status list.
- Do next — the one action worth taking now.
-
Point onward. Link the next moves:
/growth-os:auditto refresh diagnosis,/growth-os:connectto unlock a pending source,/growth-os:delegateto act on a finding.
Which adapters / CLI it calls
growth-os ga4 <cmd> [days]andgrowth-os gsc <cmd> [days]for the fresh baseline (only if connected; both 🟢).- Optionally
growth-os mailerlite …, and — where approved —growth-os google-ads …/growth-os meta …for a fuller picture. All read-side. - Reads the hub and
.env; runs no new audit or GEO measurement of its own.
How it delegates
dashboard is a composer, not a producer. It doesn't re-run audit or geo-audit — it reads what they already wrote. If a section is empty (no audit yet, GEO never measured), it says so and points the user to the skill that fills it, rather than faking the content. Keeps the read cheap and the source of truth single.
Guardrails
- Compose, don't fabricate. Every number is either a fresh read-side call or a clearly-dated value from the hub. Empty sections are labeled empty, not invented.
- State the window. Always say what date range a metric covers.
- Read-only. Pulls current data; changes nothing.
- One screen. Keep it scannable — this is the glance view, not the deep report.