opencode-marketing-agent
v0.1.0
Published
Standalone OpenCode marketing sub-agent plugin with /marketing hub and 7 independent commands
Maintainers
Readme
opencode-marketing-agent
Standalone OpenCode marketing sub-agent plugin for Windows 11.
Commands
/marketing(hub command)/draft-content/campaign-plan/brand-review/competitive-brief/performance-report/seo-audit/email-sequence
Skills
content-creationcampaign-planningbrand-voicecompetitive-analysisperformance-analytics
Installation (Windows)
npm install -g opencode-marketing-agentEdit %USERPROFILE%\.config\opencode\opencode.jsonc:
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"opencode-marketing-agent"
]
}Restart OpenCode and run /marketing.
MCP behavior
- MCP defaults are auto-registered by plugin
confighook frommcp/config.json. - User
opencode.jsoncvalues override plugin defaults. - Connectors are optional and workflows remain fail-soft.
Runtime state
%USERPROFILE%\.local\share\opencode-marketing-agent\state.json
Development
npm install
npm run build
npm run typecheckAttribution
- Based on Anthropic
knowledge-work-plugins/marketingstructure and converted for standalone OpenCode plugin usage.
