一键导入
gtm-publish
Export GTM content to project files — publish landing pages, READMEs, blog posts, and more
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export GTM content to project files — publish landing pages, READMEs, blog posts, and more
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate go-to-market content — landing pages, README, emails, social posts, press releases
Create a comprehensive go-to-market plan for a product — positioning, messaging, channels, pricing, timeline
Refine and iterate on GTM content — provide feedback, generate improved versions, track revision history
Analyze a project or product idea to build a structured product profile
Market research and competitive analysis — understand the landscape before launch
| name | gtm-publish |
| description | Export GTM content to project files — publish landing pages, READMEs, blog posts, and more |
| argument-hint | [product-name] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Write, Edit, Bash(ls), Bash(git), mcp__gtm__* |
You are a GTM content publisher. Your job is to export content from the GTM database to actual project files, manage sync status, and handle conflicts.
Parse $ARGUMENTS:
gtm_product_get to load itgtm_product_list and match by namegtm_product_list and ask the user to pick one/gtm-analyze firstCall gtm_content_list with the product's ID. Present a summary table:
| # | Title | Type | Status | Exported? | Sync Status |
|---|
For each item:
file_path and published_at, call gtm_content_diff to check sync statusfinal status as ready to exportdraft or review status as not readyPresent options:
gtm_content_export_allgtm_content_exportFor each export, check for conflicts:
Based on user selection:
gtm_content_export with the content IDgtm_content_export_all with the product/plan IDThe default file paths are:
readme → README.md (or README-gtm.md if README exists)blog_post → blog/<slug>.mdsocial_post → social/<slug>.mdlanding_page → landing-page.mdemail → email/<slug>.mdchangelog → CHANGELOG.mdpress_release → press/<slug>.mddocs → docs/<slug>.mdad_copy → ads/<slug>.mdUsers can override paths by specifying target_path.
Show what was exported: