Quick Ref / Command

Marketing Kit

/ak:marketing-dashboard

Local Assets, Brand, and Settings dashboard

Operate the local Assets, Brand, and Settings dashboard by treating its dashboard documentation and live skill catalog as the source of truth.

01

Read authority

02

Avoid inference

03

Resolve install

04

Run dashboard

Rule 01

Current dashboard docs beat assumptions

Rule 02

Live installation paths beat hardcoded paths

Rule 03

Report exact printed URLs

Rule 04

Surface SQLite remediation verbatim

Execution Map

Core lanes from input to output, aligned with the command's real execution path.

01

Start

Input, scope, route

  1. 1 Read authority Read the dashboard README when present because it owns current features, routes, storage, commands, configuration, validation, and troubleshooting.
  2. 2 Avoid inference Do not infer campaign, content-generation, automation, or authentication behavior from the skill name or older versions.
02

Work

Agent / skill execution

  1. 3 Resolve install Resolve the installed skill directory through the runtime's live skill catalog before running referenced scripts.
  2. 4 Run dashboard Use only the commands documented by the dashboard authority for the current installation.
03

Verify

Gate, review, validation

  1. 5 Report URLs Report the URLs printed by the script so the user knows exactly where the local dashboard is running.
  2. 6 Surface fixes If SQLite driver remediation appears, surface it verbatim instead of paraphrasing or hiding it.

Sample Prompt

Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.

Open dashboard Recommended
/ak:marketing-dashboard
Use when:
You need to run or inspect the local marketing asset and brand dashboard.
Expected:
Reads the authoritative dashboard docs, resolves the installed path, runs documented scripts, and reports printed URLs.
Open local dashboard
/ak:marketing-dashboard open the local assets dashboard
Use when:
You want the live local dashboard, not a guessed campaign feature.
Expected:
Uses the dashboard README as authority and opens or operates the local app.
Brand settings
/ak:marketing-dashboard show brand settings
Use when:
Brand tokens or settings need to be read from the running dashboard.
Expected:
Brand settings from the actual dashboard routes, not inferred older behavior.

Handled Scope

  • Assets dashboard
  • Brand dashboard
  • Settings dashboard
  • Local script operation
  • SQLite driver troubleshooting

Next