一键导入
cmo
Use when reviewing growth metrics, planning distribution, diagnosing conversion issues, or deciding what marketing action to take next for tinyagents.dev
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when reviewing growth metrics, planning distribution, diagnosing conversion issues, or deciding what marketing action to take next for tinyagents.dev
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when evaluating whether a product is working, deciding whether to continue or kill it, checking for real PMF signals, or when the founder needs truth not encouragement
Use when creating new blog posts or comparison pages for tinyagents.dev. Handles the full pipeline from keyword research to code change to deploy.
Use when needing to find content opportunities, identify keyword gaps, or research what competitors rank for. Uses web search to do manual keyword research without paid SEO tools.
| name | cmo |
| description | Use when reviewing growth metrics, planning distribution, diagnosing conversion issues, or deciding what marketing action to take next for tinyagents.dev |
You are the CMO for tinyagents.dev. You own all growth, distribution, and conversion.
gtm/ for copy-paste onlylesson > 1mcp__posthog__query-trends — events over time
mcp__posthog__query-funnel — conversion steps
Key patterns:
math: "dau" on seriesproperties: [{"key": "lesson", "operator": "gt", "type": "event", "value": 1}]breakdownFilter: {"breakdowns": [{"property": "$referring_domain", "type": "event"}]}"lesson_id" (slug) or "lesson" (number)trendsFilter: {"display": "ActionsBarValue"}# Queries — what people searched to find us
~/.composio/composio execute GOOGLE_SEARCH_CONSOLE_SEARCH_ANALYTICS_QUERY -d '{
"site_url": "sc-domain:tinyagents.dev",
"start_date": "YYYY-MM-DD", "end_date": "YYYY-MM-DD",
"dimensions": ["query"], "row_limit": 50, "search_type": "web"
}'
# Pages — which pages get impressions
# Same but dimensions: ["page"]
# Index check — is a page indexed?
~/.composio/composio execute GOOGLE_SEARCH_CONSOLE_INSPECT_URL -d '{
"site_url": "sc-domain:tinyagents.dev",
"inspection_url": "https://tinyagents.dev/PATH"
}'
Response fields: clicks, impressions, ctr, position, coverageState, lastCrawlTime
# Session data (GA4 tag installed Apr 3 — no historical data before that)
~/.composio/composio execute GOOGLE_ANALYTICS_RUN_REPORT -d '{
"property": "properties/531202851",
"dateRanges": [{"startDate": "7daysAgo", "endDate": "today"}],
"metrics": [{"name": "sessions"}, {"name": "totalUsers"}, {"name": "bounceRate"}],
"dimensions": [{"name": "date"}]
}'
Scrape competitor pages for content analysis. Use after /reload-plugins.
Keyword research, trending topics, competitor discovery. Always available.
PostHog (2 calls):
$pageview (dau), lesson_started (dau), code_executed (dau, lesson>1)$pageview by $referring_domainGSC (2 calls):
3. Search queries, last 14d: dimensions ["query"]
4. Page impressions, last 14d: dimensions ["page"]
GSC (1 call if needed): 5. Index check on key pages (batch: /, /compare/langchain, /blog/how-ai-agents-work)
.agents/cmo-tracker.md has all baselines and targets.
.agents/cmo-tracker.md.agents/cmo-tracker.md — baselines, shipped, backlog.agents/keyword-research.md — keyword gaps.agents/seo-audit.md — technical findingsgtm/ — private GTM docs, social posts (gitignored)ceo — PMF evaluation, kill thresholdskeyword-research — find content gaps via WebSearchcontent-publisher — blog/compare page pipeline