A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on Open Strategy Partners' proven methodologies. This software is based on the Model Context Protocol (MCP) and is can be used by any LLM client that supports the MCP. As of early February 2025, the LLM clients that support MCP include: - Claude desktop app is the easiest to use for
Add this skill
npx mdskills install open-strategy-partners/osp-marketing-toolsComprehensive marketing toolkit with clear methodologies but overly broad permissions for its scope
1# Open Strategy Partners (OSP) Marketing Tools for LLMs2345A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on [Open Strategy Partners](https://openstrategypartners.com)' proven methodologies.67This software is based on the [Model Context Protocol (MCP)](https://openstrategypartners.com/blog/the-model-context-protocol-unify-your-marketing-stack-with-ai/) and is can be used by any LLM client that supports the MCP.89As of early February 2025, the LLM clients that support MCP include:10- [Claude desktop app](https://claude.ai/download) is the easiest to use for the less technical among us (and it is made by the inventors of the MCP).11- [Cursor IDE](https://www.cursor.com/) is very popular with our developer friends.12- [LibreChat](https://www.librechat.ai/) is an excellent open source AI/LLM interface app.1314Read our vision paper on how [Agentic AI will benefit marketing](https://openstrategypartners.com/blog/mastering-llm-interaction-preparing-marketing-teams-for-agentic-ai-success-with-mcp/).1516## Features1718### 1. OSP Product Value Map Generator19Generate structured [OSP product value maps](https://openstrategypartners.com/the-osp-value-map/) that effectively communicate your product's worth and positioning:20- Tagline creation and refinement21- Position statements across market, technical, UX, and business dimensions22- Persona development with roles, challenges, and needs23- Value case documentation24- Feature categorization and organization25- Hierarchical structure for features, areas, and categories26- Validation system for completeness and consistency2728### 2. OSP Meta Information Generator29Create optimized metadata for web content:30- Article titles (H1) with proper keyword placement31- Meta titles optimized for search (50-60 characters)32- Meta descriptions with clear value propositions (155-160 characters)33- SEO-friendly URL slugs34- Search intent analysis35- Mobile display optimization36- Click-through rate enhancement suggestions3738### 3. OSP Content Editing Codes39Apply [OSP's semantic editing codes](https://openstrategypartners.com/resources/the-osp-editing-codes/) for comprehensive content review:40- Scope and narrative structure analysis41- Flow and readability enhancement42- Style and phrasing optimization43- Word choice and grammar verification44- Technical accuracy validation45- Inclusive language guidance46- Constructive feedback generation with before/after examples4748### 4. OSP Technical Writing Guide49Systematic approach to creating high-quality technical content:50- Narrative structure development51- Flow optimization52- Style guidelines53- Technical accuracy verification54- Content type-specific guidance (tutorials, reference docs, API documentation)55- Accessibility considerations56- Internationalization best practices57- Quality assurance checklists5859### 5. OSP On-Page SEO Guide60Comprehensive system for optimizing web content for search engines and user experience:61- Meta content optimization (titles, descriptions with character limits and keyword placement)62- Content depth enhancement (subtopics, data integration, multi-format optimization)63- Search intent alignment (5 types: informational, navigational, transactional, commercial, local)64- Technical SEO implementation (keyword research, integration protocols, internal linking rules)65- Structured data deployment (FAQ, How-To, Product schemas)66- Content promotion strategies (social media, advertising approaches)67- Quality validation protocol (constructive feedback, diff-based revision system)68- Performance measurement methods (CTR, bounce rate, time on page metrics)697071## Usage Examples7273In all of these examples, it is assumed that you will provide the texts that you wish to improve, or the technical documentation that describes the product you are marketing.7475### Value Map Generation7677```plaintext78Prompt: "Generate an OSP value map for [Product Name] focusing on [target audience] with the following key features: [list features]"7980Example:81"Generate an OSP value map for CloudDeploy, focusing on DevOps engineers with these key features:82- Automated deployment pipeline83- Infrastructure as code support84- Real-time monitoring85- Multi-cloud compatibility86- [the rest of your features or text]"87```8889### Meta Information Creation9091```plaintext92Prompt: "Use the OSP meta tool to generate metadata for an article about [topic]. Primary keyword: [keyword], audience: [target audience], content type: [type]"9394Example:95"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"96```9798### Content Editing99100```plaintext101Prompt: "Review this technical content using OSP editing codes: [paste content]"102103Example:104"Review this technical content using OSP editing codes:105Kubernetes 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."106```107108### Technical Writing109110```plaintext111Prompt: "Apply the OSP writing guide to create a [document type] about [topic] for [audience]"112113Example:114"Apply the OSP writing guide to create a tutorial about setting up a CI/CD pipeline for junior developers"115```116## Installation117118### Prerequisites119120#### Windows1211. Install Claude Desktop (or another MCP-enabled AI tool)122 - Download [Claude for Desktop](https://claude.ai/download)123 - Follow the current installation instructions: [Installing Claude Desktop](https://support.anthropic.com/en/articles/10065433-installing-claude-for-desktop)1241252. Install Python 3.10 or higher:126 - Download the latest Python installer from [python.org](https://python.org)127 - Run the installer, checking "Add Python to PATH"128 - Open Command Prompt and verify installation with `python --version`1291303. Install uv:131 - Open Command Prompt as Administrator132 - Run `pip install --user uv`133 - Verify installation with `uv --version`134135#### macOS1361. Install Claude Desktop (or another MCP-enabled AI tool)137 - Download [Claude for Desktop](https://claude.ai/download)138 - Follow the current installation instructions: [Installing Claude Desktop](https://support.anthropic.com/en/articles/10065433-installing-claude-for-desktop)1391402. Install Python 3.10 or higher:141 - Using Homebrew: `brew install python`142 - Verify installation with `python3 --version`1431443. Install uv:145 - Using Homebrew: `brew install uv`146 - Alternatively: `pip3 install --user uv`147 - Verify installation with `uv --version`148149## Configuration150151Add the following to your `claude_desktop_config.json`:152153```json154{155 "mcpServers": {156 "osp_marketing_tools": {157 "command": "uvx",158 "args": [159 "--from",160 "git+https://github.com/open-strategy-partners/osp_marketing_tools@main",161 "osp_marketing_tools"162 ]163 }164 }165}166```167## Attribution168169This software package implements the content creation and optimization methodologies developed by [Open Strategy Partners](https://openstrategypartners.com). It is based on their LLM-enabled marketing tools and professional content creation frameworks.170171For more information and original resources, visit:1721. [The OSP Writing and Editing Guide](https://openstrategypartners.com/osp-writing-editing-guide/)1732. [Editing Codes Quickstart Guide](https://openstrategypartners.com/blog/osp-editing-codes-quick-start-guide/)1743. [OSP Free Resources](https://openstrategypartners.com/resources/)175176## License177178This software is licensed under the Attribution-ShareAlike 4.0 International license from Creative Commons Corporation ("Creative Commons").179180This means you are free to:181- Share: Copy and redistribute the material in any medium or format182- Adapt: Remix, transform, and build upon the material for any purpose, even commercially183184Under the following terms:185- Attribution: You must give appropriate credit to Open Strategy Partners, provide a link to the license, and indicate if changes were made186- ShareAlike: If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original187188For the full license text, visit: [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)189190## Contributing191192We welcome contributions to improve these tools. Please submit issues and pull requests through our repository.193194## Support195196For questions and support:1971. Check our documentation1982. Submit an issue in our repository1993. Contact Open Strategy Partners for [professional consulting](https://openstrategypartners.com/contact/)200
Full transparency — inspect the skill content before installing.