一键导入
akm-marketing-dashboard
Local-first marketing command center for solopreneurs. Manage campaigns, content, and assets with Google Antigravity AI automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Local-first marketing command center for solopreneurs. Manage campaigns, content, and assets with Google Antigravity AI automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate images via Nano Banana with 129 curated prompts. Mandatory validation interview refines style/mood/colors (use --skip to bypass). 3 modes: search, creative, wild. Styles: Ukiyo-e, Bento grid, cyberpunk, cinematic, vintage patent.
Conversion copywriting formulas, headline templates, email copy patterns, landing page structures, CTA optimization, and writing style extraction. Activate for writing high-converting copy, crafting headlines, email campaigns, landing pages, or applying custom writing styles from assets/writing-styles/ directory.
| name | akm:marketing-dashboard |
| description | Local-first marketing command center for solopreneurs. Manage campaigns, content, and assets with Google Antigravity AI automation. |
| metadata | {"author":"antigravitykit","version":"1.0.0"} |
Status: Foundation Phase (Phase 1 Complete)
Local-first marketing command center for solopreneurs. Manage campaigns, content, and assets with Google Antigravity AI automation.
# Terminal 1: Start API server
cd .antigravity/skills/marketing-dashboard/server
npm run dev
# Terminal 2: Start Vue frontend
cd .antigravity/skills/marketing-dashboard/app
npm run dev
Access:
# Build frontend
cd .antigravity/skills/marketing-dashboard/app
npm run build
# Start server (serves API + built frontend)
cd ../server
npm start
| Layer | Technology |
|---|---|
| Frontend | Vue 3 + Vite + Tailwind CSS |
| Backend | Hono (Node.js) |
| Database | SQLite (better-sqlite3) |
| AI | Google Antigravity CLI |
campaigns - Marketing campaignscontent - Blog posts, social media, emailsassets - Images, videos, documentsautomations - AI automation recipes# Start dashboard
/marketing:dashboard
# Or manually:
node .antigravity/skills/marketing-dashboard/server/index.js