Claude Code plugin that turns any AI coding agent into a full marketing team. 25+ skills, 7 AI agents, 6 slash commands, and 37 MCP tools.
$git clone https://github.com/openanalystinc/10x-mm-skillInstalls into the current project.
Install 10x-mm-skill by running `git clone https://github.com/openanalystinc/10x-mm-skill`, then use it for the current task and follow its documentation at https://github.com/openanalystinc/10x-mm-skill.
| 1 | # 10x Marketing Manager |
| 2 | |
| 3 | Claude Code plugin that turns any AI coding agent into a full marketing team. 25+ skills, 7 AI agents, 6 slash commands, and 37 MCP tools — all wired to the Marketing Manager server and [10x.in](https://10x.in) link platform. |
| 4 | |
| 5 | ## Quick Start |
| 6 | |
| 7 | ```bash |
| 8 | # Install globally |
| 9 | npm i -g 10x-marketing-manager |
| 10 | |
| 11 | # Scaffold into your project |
| 12 | cd your-project |
| 13 | 10x-mm init |
| 14 | |
| 15 | # Open Claude Code and configure |
| 16 | claude |
| 17 | /setup |
| 18 | |
| 19 | # Verify connection |
| 20 | /health |
| 21 | |
| 22 | # Start building |
| 23 | "Build me a landing page for my SaaS product" |
| 24 | ``` |
| 25 | |
| 26 | ## Requirements |
| 27 | |
| 28 | - **Node.js 18+** |
| 29 | - **Claude Code** (or compatible AI coding agent) |
| 30 | - **10x.in account** — Sign up at [10x.in](https://10x.in) and manage your profile at [profile.10x.in](https://profile.10x.in) |
| 31 | |
| 32 | ## Access Tiers |
| 33 | |
| 34 | | Tier | What You Need | What Works | |
| 35 | |------|---------------|------------| |
| 36 | | **Full** | Valid PAT from 10x.in | Everything — all 37 MCP tools + all local skills | |
| 37 | | **Local** | Your own AI key (BYOK) | Local skills only — content generation, design, build, local audits | |
| 38 | | **None** | Nothing configured | Nothing. Run `/setup` first | |
| 39 | |
| 40 | - **PAT** (Personal Access Token): Get this from [profile.10x.in](https://profile.10x.in) |
| 41 | - **BYOK** (Bring Your Own Key): Anthropic, OpenRouter, or OpenAI API key for local-only mode |
| 42 | |
| 43 | Check your current tier anytime: |
| 44 | |
| 45 | ```bash |
| 46 | 10x-mm auth |
| 47 | ``` |
| 48 | |
| 49 | ## What You Get |
| 50 | |
| 51 | ### 37 MCP Tools (server-side, requires valid PAT) |
| 52 | |
| 53 | | Category | Tools | |
| 54 | |----------|-------| |
| 55 | | Agent (9) | `agent_create_proposal`, `agent_generate_strategy`, `agent_list_proposals`, `agent_approve_proposal`, `agent_reject_proposal`, `agent_start_run`, `agent_get_run_status`, `agent_rollback_run`, `agent_discover` | |
| 56 | | Analytics (3) | `analytics_get`, `analytics_campaign_health`, `analytics_export` | |
| 57 | | Forms (2) | `forms_feedback_record`, `forms_schema_get` | |
| 58 | | Links (5) | `links_upsert`, `links_list`, `links_form_submit`, `links_health_check`, `links_route_preview` | |
| 59 | | Routing (4) | `routing_list_context_origins`, `routing_update_context_origins`, `routing_prefetch_decisions`, `routing_read_chain_session` | |
| 60 | | System (3) | `system_health`, `system_audit_events`, `system_usage_meters` | |
| 61 | | Tracking (7) | `tracking_list_templates`, `tracking_upsert_template`, `tracking_list_personalization_rules`, `tracking_upsert_personalization_rule`, `tracking_resolve_chain`, `tracking_resolve_context`, `tracking_write_signal` | |
| 62 | | Webhooks (4) | `webhooks_create`, `webhooks_list`, `webhooks_delete`, `webhooks_test` | |
| 63 | |
| 64 | ### 25+ Skills |
| 65 | |
| 66 | **Content Generation** |
| 67 | - `landing-page` — Full landing page: discovery, copy, design, build, QA, launch |
| 68 | - `lp-copy` — Headlines, CTA, body copy optimization |
| 69 | - `lp-design` — Visual design system, colors, typography, layout |
| 70 | - `lp-content` — Content strategy, testimonial frameworks, social proof |
| 71 | - `lp-seo` — SEO metadata, schema markup, Open Graph |
| 72 | - `lp-speed` — Core Web Vitals, performance optimization |
| 73 | |
| 74 | **Analytics & Testing** |
| 75 | - `lp-analytics` — GA4, Meta Pixel, event tracking, UTM strategy |
| 76 | - `lp-abtest` — A/B test design, variants, hypothesis tracking |
| 77 | - `lp-optimize` — CRO analysis, friction reduction, conversion improvements |
| 78 | - `lp-funnel` — Multi-step funnels, email sequences, upsell flows |
| 79 | - `lp-audit` — 7-point page audit (copy, design, SEO, a11y, perf, CRO, mobile) |
| 80 | |
| 81 | **Marketing Operations** |
| 82 | - `lp-leads` — Lead capture forms, popups, exit-intent, sticky bars |
| 83 | - `lp-inject` — JavaScript injection (chat widgets, heatmaps, tracking pixels) |
| 84 | - `lp-competitor` — Competitor page teardown and counter-positioning |
| 85 | - `marketer-dashboard` — Live metrics, strategies, links overview |
| 86 | - `marketer-github` — GitHub-based publishing workflow |
| 87 | - `marketer-sync` — Sync live platform data locally |
| 88 | |
| 89 | **Build Blocks** |
| 90 | - `build/create_landing_page` — Scaffold a new landing page |
| 91 | - `build/add_form_block` — Add lead capture form |
| 92 | - `build/add_section_block` — Add content sections |
| 93 | - `build/add_tracking_events` — Add analytics events |
| 94 | - `build/create_funnel_spec` — Define funnel structure |
| 95 | - `build/scaffold_funnel_routes` — Create funnel page routes |
| 96 | |
| 97 | **Audit Checks** |
| 98 | - `audit/audit_build` — Build validation |
| 99 | - `audit/audit_links` — Link integrity check |
| 100 | - `audit/audit_lint` — Code linting |
| 101 | - `audit/audit_typescript` — TypeScript check |
| 102 | - `audit/audit_env_dns` — Env/DNS validation |
| 103 | - `audit/audit_identifier_lock` — ID stability check |
| 104 | - `audit/audit_runtime_smoke` — Runtime smoke test |
| 105 | |
| 106 | **Release** |
| 107 | - `release/create_strategy_branch` — Create isolated strategy branch |
| 108 | - `release/generate_preview` — Generate preview URL |
| 109 | - `release/open_pr_review` — Open PR for review |
| 110 | - `release/publish_release` — Publish to live |
| 111 | - `release/rollback_release` — Rollback a release |
| 112 | |
| 113 | ### 7 AI Agents |
| 114 | |
| 115 | | Agent | Role | |
| 116 | |-------|------| |
| 117 | | Agency Director | Orchestrates multi-agent campaigns | |
| 118 | | Campaign Manager | Campaign lifecycle and scheduling | |
| 119 | | Creative Director | Design, copy, and brand direction | |
| 120 | | Growth Strategist | CRO, funnel optimization, analytics | |
| 121 | | Technical Lead | Build, deploy, infrastructure | |
| 122 | | Testing Agent | |