← All plugins
content-marketing
v1.2.1Content marketing strategy, web research, and information synthesis for marketing operations
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/content-marketing/ inside the repository.
Layout
plugins/content-marketing/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/content-marketing/.codex-plugin/plugin.json
{
"name": "content-marketing",
"version": "1.2.1",
"description": "Content marketing strategy, web research, and information synthesis for marketing operations",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Content Marketing",
"shortDescription": "Content marketing strategy, web research, and information synthesis for marketing operations",
"category": "Coding"
}
}plugins/content-marketing/.claude-plugin/plugin.json
{
"name": "content-marketing",
"version": "1.2.1",
"description": "Content marketing strategy, web research, and information synthesis for marketing operations",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}