OSP 行銷工具專案詳細介紹
專案概述
OSP 行銷工具(osp_marketing_tools)是一個基於模型上下文協議(MCP)的綜合性行銷工具套件,由 Open Strategy Partners 開發。該專案旨在將經過驗證的技術行銷方法論整合到大語言模型(LLM)中,幫助使用者創建、優化和定位技術行銷內容。
核心功能模組
1. OSP 產品價值映射(Product Value Mapping)
生成結構化的產品價值映射,有效傳達產品價值和定位:
- 標語創建和優化:生成和完善產品標語
- 多維度定位聲明:涵蓋市場、技術、使用者體驗和商業維度
- 使用者畫像開發:包括角色、挑戰和需求分析
- 價值案例文檔:記錄產品價值主張
- 功能分類組織:系統化組織產品功能
- 層次結構管理:建立功能、領域和類別的層次結構
- 完整性驗證系統:確保內容的完整性和一致性
2. 元數據優化工具(Meta Optimization)
為網頁內容創建優化的元數據:
- 文章標題優化:創建帶有適當關鍵詞佈局的 H1 標題
- 元標題優化:生成針對搜索引擎優化的 50-60 字元標題
- 元描述優化:創建具有清晰價值主張的 155-160 字元描述
- SEO 友好 URL:生成搜索引擎友好的 URL slug
- 搜索意圖分析:分析使用者搜索意圖
- 移動端顯示優化:優化移動設備顯示效果
- 點擊率提升建議:提供提高點擊率的建議
3. OSP 語義編輯代碼(Semantic Editing Codes)
應用 OSP 的語義編輯代碼進行全面的內容審查:
- 範圍和敘述結構分析:分析內容的整體結構
- 流暢性和可讀性增強:提高內容的流暢度和可讀性
- 風格和措辭優化:優化寫作風格和表達方式
- 詞彙選擇和語法驗證:確保詞彙選擇準確,語法正確
- 技術準確性驗證:驗證技術內容的準確性
- 包容性語言指導:提供包容性語言使用指導
- 建設性反饋生成:生成帶有前後對比示例的建設性反饋
4. 技術內容創建指南(Technical Content Creation)
系統化的高質量技術內容創建方法:
- 敘述結構開發:建立清晰的內容敘述結構
- 流程優化:優化內容邏輯流程
- 風格指南:提供統一的寫作風格指導
- 技術準確性驗證:確保技術內容的準確性
- 內容類型特定指導:針對教程、參考文檔、API 文檔等不同類型內容的專門指導
- 無障礙性考慮:確保內容的無障礙訪問
- 國際化最佳實踐:提供國際化內容創建指導
- 質量保證檢查清單:提供全面的質量檢查清單
5. SEO 內容優化系統(SEO Content Optimization)
全面的搜索引擎和使用者體驗優化系統:
- 元內容優化:優化標題、描述,控制字元限制和關鍵詞佈局
- 內容深度增強:增加子主題、數據集成、多格式優化
- 搜索意圖對齊:匹配 5 種搜索意圖類型(信息性、導航性、交易性、商業性、本地性)
- 技術 SEO 實施:關鍵詞研究、集成協議、內部鏈接規則
- 結構化數據部署:實施 FAQ、How-To、產品架構等結構化數據
- 內容推廣策略:社交媒體、廣告方法
- 質量驗證協議:建設性反饋、基於差異的修訂系統
- 性能測量方法:CTR、跳出率、頁面停留時間等指標
支持的 LLM 客戶端
截至 2025 年 2 月,支持 MCP 的 LLM 客戶端包括:
- Claude 桌面應用:最易用的選擇,適合非技術使用者
- Cursor IDE:深受開發者喜愛的 IDE
- LibreChat:優秀的開源 AI/LLM 界面應用
安裝和配置
Windows 系統
-
安裝 Claude Desktop
- 下載 Claude for Desktop
- 按照安裝說明進行安裝
-
安裝 Python 3.10 或更高版本
python --version -
安裝 uv
pip install --user uv uv --version
macOS 系統
-
安裝 Claude Desktop
-
安裝 Python 3.10 或更高版本
brew install python python3 --version -
安裝 uv
brew install uv # 或者 pip3 install --user uv uv --version
配置 MCP 伺服器
在 claude_desktop_config.json 文件中添加以下配置:
{
"mcpServers": {
"osp_marketing_tools": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/open-strategy-partners/osp_marketing_tools@main",
"osp_marketing_tools"
]
}
}
}
使用示例
1. 產品價值映射
Prompt: "Generate an OSP value map for [Product Name] focusing on [target audience] with the following key features: [list features]"
Example:
"Generate an OSP value map for CloudDeploy, focusing on DevOps engineers with these key features:
- Automated deployment pipeline
- Infrastructure as code support
- Real-time monitoring
- Multi-cloud compatibility
- [the rest of your features or text]"
2. 元數據生成
Prompt: "Use the OSP meta tool to generate metadata for an article about [topic]. Primary keyword: [keyword], audience: [target audience], content type: [type]"
Example:
"Use the OSP meta tool to generate metadata for an article about containerization best practices. Primary keyword: 'Docker containers', audience: system administrators, content type: technical guide"
3. 內容審查
Prompt: "Review this technical content using OSP editing codes: [paste content]"
Example:
"Review this technical content using OSP editing codes:
Kubernetes helps you manage containers. It's really good at what it does. You can use it to deploy your apps and make them run better."
4. 寫作指南應用
Prompt: "Apply the OSP writing guide to create a [document type] about [topic] for [audience]"
Example:
"Apply the OSP writing guide to create a tutorial about setting up a CI/CD pipeline for junior developers"