development
location
documentation
public
marketing
LLM
What is A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on proven methodologies.?
Open Strategy Partners (OSP) Marketing Tools for LLMs is 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 can be used by any LLM client that supports the MCP. It includes features like OSP Product Value Map Generator, OSP Meta Information Generator, OSP Content Editing Codes, OSP Technical Writing Guide, and OSP On-Page SEO Guide.
Documentation
Open Strategy Partners (OSP) Marketing Tools for LLMs
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 the less technical among us (and it is made by the inventors of the MCP).
Cursor IDE is very popular with our developer friends.
LibreChat is an excellent open source AI/LLM interface app.
Performance measurement methods (CTR, bounce rate, time on page metrics)
Usage Examples
In 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.
Value Map Generation
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]"
Meta Information Creation
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"
Content Editing
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."
Technical Writing
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"
```\n\n## Installation# Prerequisites
#### Windows
1. Install Claude Desktop (or another MCP-enabled AI tool)
- Download [Claude for Desktop](https://claude.ai/download)
- Follow the current installation instructions: [Installing Claude Desktop](https://support.anthropic.com/en/articles/10065433-installing-claude-for-desktop)
2. Install Python 3.10 or higher:
- Download the latest Python installer from [python.org](https://python.org)
- Run the installer, checking "Add Python to PATH"
- Open Command Prompt and verify installation with `python --version`
3. Install uv:
- Open Command Prompt as Administrator
- Run `pip install --user uv`
- Verify installation with `uv --version`
#### macOS
1. Install Claude Desktop (or another MCP-enabled AI tool)
- Download [Claude for Desktop](https://claude.ai/download)
- Follow the current installation instructions: [Installing Claude Desktop](https://support.anthropic.com/en/articles/10065433-installing-claude-for-desktop)
2. Install Python 3.10 or higher:
- Using Homebrew: `brew install python`
- Verify installation with `python3 --version`
3. Install uv:
- Using Homebrew: `brew install uv`
- Alternatively: `pip3 install --user uv`
- Verify installation with `uv --version`
## Configuration
Add the following to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"osp_marketing_tools": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/open-strategy-partners/osp_marketing_tools@main",
"osp_marketing_tools"
]
}
}
}
```\n\n## Attribution
This 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.
For more information and original resources, visit:
1. [The OSP Writing and Editing Guide](https://openstrategypartners.com/osp-writing-editing-guide/)
2. [Editing Codes Quickstart Guide](https://openstrategypartners.com/blog/osp-editing-codes-quick-start-guide/)
3. [OSP Free Resources](https://openstrategypartners.com/resources/)
## License
This software is licensed under the Attribution-ShareAlike 4.0 International license from Creative Commons Corporation ("Creative Commons").
This means you are free to:
- Share: Copy and redistribute the material in any medium or format
- Adapt: Remix, transform, and build upon the material for any purpose, even commercially
Under the following terms:
- Attribution: You must give appropriate credit to Open Strategy Partners, provide a link to the license, and indicate if changes were made
- ShareAlike: If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original
For the full license text, visit: [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)
## Contributing
We welcome contributions to improve these tools. Please submit issues and pull requests through our repository.
## Support
For questions and support:
1. Check our documentation
2. Submit an issue in our repository
3. Contact Open Strategy Partners for [professional consulting](https://openstrategypartners.com/contact/)