从产品创意到营销包:一个提示词,全部自动生成
观看 AI 智能体如何从一个提示词出发,调研竞品、生成宣传图片、撰写落地页、制作发布演示文稿。
你正在发布一款新产品。你需要市场调研、宣传视觉、落地页和发布演示文稿。通常这需要一个团队和数周时间。
下面介绍如何用一个提示词完成这一切。
3 分钟连接 Felo OpenAPI
第 1 步:访问 openapi.felo.ai 并创建一个免费的 API Key。
第 2 步:将以下内容复制粘贴到你的 Codex、Claude Code 或 OpenClaw 中:
Connect to Felo OpenAPI with these capabilities:
- Models: Claude Opus 4.8, Claude Sonnet 4.6, Claude Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, Grok 4.5
- Search: POST /v2/chat (AI Search), POST /v2/web/extract (Web Fetch)
- Social: POST /v2/x/tweet/search (X Search), GET /v2/youtube/subtitling
- Output: POST /v2/ppts (PPT), POST /v2/mindmap, POST /v2/landing_page, Image Generation
- Memory: LiveDocs (semantic retrieval, file upload, URL resources)
Base URL: https://openapi.felo.ai
API Key: [YOUR_API_KEY]
When I ask for campaign materials:
1. Research competitors and market positioning
2. Generate visuals and copy
3. Create output (landing pages, PPTs, images)
4. Save everything to LiveDocs
第 3 步:连接完成。你的智能体现在可以调研、设计并生成完整的营销包。
用户故事
你正在打造一款 AI 代码审查工具。两周后就要发布。你需要:
- 竞品调研与定位
- 3 张用于社交媒体的宣传图片
- 一份有吸引力文案的落地页
- 一份团队发布演示文稿
- 一份产品功能思维导图
你无需再协调调研员、设计师、文案和开发,只需给智能体一个提示词。
你只需这样说
We're launching an AI-powered code review tool for development teams. Target audience: mid-size tech companies with 50-200 developers.
Do the following:
1. Research competitors (tools like SonarQube, CodeClimate, DeepCode)
2. Generate 3 promotional images — one for hero, one for features, one for social
3. Draft a landing page with hero section, features, social proof, and CTA
4. Create a 12-slide launch presentation
5. Generate a product feature mindmap
6. Save everything to LiveDocs
Codex 自动完成的内容
第 1 步:竞品调研
POST /v2/chat
{
"query": "AI code review tools competitors comparison 2026"
}
Codex 会搜索竞品格局、定价、功能对比和用户评价。
第 2 步:读取竞品落地页
POST /v2/web/extract
{
"url": "https://competitor-a.com/product"
}
Codex 读取竞品页面,分析其信息传递模式、功能定位和定价策略。对 3-4 个竞品重复此操作。
第 3 步:查找开发者痛点
POST /v2/x/tweet/search
{
"query": "code review tool frustration OR slow review process",
"sort": "relevance"
}
Codex 挖掘真实开发者的吐槽与需求——这对定位至关重要。
第 4 步:生成宣传图片
Codex 用三个提示词调用图片生成 API:
- 主视觉图:“A modern developer workspace with AI code analysis overlay, dark theme, clean tech illustration style, blue accent”
- 功能图:“Code review workflow diagram showing automated analysis, clean flat design, professional tech style”
- 社交图:“Developer smiling at screen with AI code suggestions, modern flat illustration, blue and white palette”
返回:3 个可下载图片文件。
第 5 步:撰写落地页
POST /v2/landing_page
{
"topic": "AI-powered code review tool for development teams",
"audience": "Mid-size tech companies, 50-200 developers",
"competitors": [research findings],
"pain_points": [from X search],
"images": [generated image URLs],
"sections": ["hero", "features", "social proof", "pricing", "CTA"]
}
返回:一份包含调研文案、生成视觉和转化结构的完整落地页。
第 6 步:生成发布演示文稿
POST /v2/ppts
{
"topic": "AI Code Review Tool — Launch Presentation",
"slides": 12,
"content": {
"problem": [developer pain points from research],
"solution": [product positioning],
"competitive_advantage": [from competitor analysis],
"features": [key capabilities],
"pricing": [competitive positioning],
"go_to_market": [launch strategy]
},
"theme": "modern-tech"
}
返回:一份 12 页主题演示文稿。
第 7 步:生成产品思维导图
POST /v2/mindmap
{
"topic": "AI Code Review Tool — Feature Architecture",
"content": [product features and relationships]
}
返回:一份展示产品结构和功能关系的可视化思维导图。
第 8 步:全部保存到 LiveDocs
Codex 将所有产出保存到共享工作区:
- 竞品调研及来源链接
- 生成的图片
- 落地页草稿
- 演示文稿文件
- 思维导图
- 营销简报摘要
整个团队都可访问、审阅和迭代。
最终成果
5-8 分钟内,你将获得:
- 调研:带引用来源的竞品分析
- 视觉:3 张社交媒体宣传图片
- 落地页:含调研文案和转化结构的草稿
- 演示文稿:12 页团队发布演示
- 思维导图:产品功能架构
- 知识库:所有内容保存并可在 LiveDocs 检索
完整提示词模板(复制复用)
We're launching a [PRODUCT TYPE] for [TARGET AUDIENCE].
Do the following:
1. Research competitors and market positioning using Search and Web Fetch
2. Generate [NUMBER] promotional images using Image Generation API
3. Draft a landing page with hero, features, social proof, and CTA
4. Create a [NUMBER]-slide [PRESENTATION TYPE] presentation
5. Generate a [MINDMAP TOPIC] mindmap
6. Save everything to LiveDocs with source attribution
将方括号中的内容替换为你的产品发布信息即可。
进阶:迭代落地页
初稿生成后,用后续提示词优化:
Review the landing page you just generated. Improve the hero headline based on the pain points we found on X. Make the feature section more specific — replace generic claims with the competitive advantages we identified. Regenerate.
Codex 会重新阅读调研内容,修订文案,产出更优版本。
开始体验
- 创建你的免费 API Key
- 将初始化提示词粘贴到你的智能体中
- 试用上面的营销包提示词
一个提示词,完整营销包,无需团队协作成本。
本文还提供以下语言版本:English、日本語、한국어、繁體中文、हिन्दी、Français、العربية、Русский、اردو、Bahasa Indonesia、Deutsch、Tiếng Việt、Türkçe、Italiano、ไทย、Español、বাংলা、Português。