從產品構想到行銷套件:一個提示,全部自動生成
觀看 AI 代理如何從一個提示開始,研究競爭對手、生成宣傳圖片、撰寫登陸頁面並製作發佈簡報。
你正在推出一款新產品。你需要市場調查、宣傳視覺、登陸頁面和發佈簡報。通常這需要一個團隊和數週時間。
以下是如何用一個提示就完成這一切。
3 分鐘連接 Felo OpenAPI
步驟 1:前往 openapi.felo.ai 並建立免費 API 金鑰。
步驟 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 金鑰
- 將初始化提示貼到你的代理
- 試試上面的行銷套件提示
一個提示,完整行銷套件,無需協調成本。
本文也提供以下語言版本:English、简体中文、日本語、한국어、हिन्दी、Français、العربية、Русский、اردو、Bahasa Indonesia、Deutsch、Tiếng Việt、Türkçe、Italiano、ไทย、Español、বাংলা、Português。