.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/openanalystinc/10x-mm-skill
home/mcp-servers/openanalystinc/10x-mm-skill
openanalystinc avatar

10x-mm-skill

byopenanalystinc· 2 MCP servers

Stars

6

Forks

1

Category

Marketing & SEO

View on GitHub

TL;DR

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.

How to install 10x-mm-skill?

openanalystinc/10x-mm-skill
$git clone https://github.com/openanalystinc/10x-mm-skill

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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.

Files · 1

View on GitHub
README.md
1# 10x Marketing Manager
2 
3Claude 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
9npm i -g 10x-marketing-manager
10 
11# Scaffold into your project
12cd your-project
1310x-mm init
14 
15# Open Claude Code and configure
16claude
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 
43Check your current tier anytime:
44 
45```bash
4610x-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 |

Preview

openanalystinc/10x-mm-skillopenanalystinc/10x-mm-skill
Repoopenanalystinc/10x-mm-skill
TypeMCP Servers
CategoryMarketing & SEO
UpdatedMar 2026
License—
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. dataforseo avatarmcp-server-typescriptA Model Context Protocol (MCP) server for the DataForSEO API, enabling modular and extensible integration of DataForSEO endpoints with support for both HTTP and SSE transports.MCP ServersJul 202623k233
  2. skobyn avatardataforseo-mcp-serverA comprehensive stdio MCP server for DataForSEO APIMCP ServersJun 202623k80
  3. aminforou avatarmcp-gscGoogle Search Console Insights with Claude AI for SEOsMCP ServersJul 202622k1.3k
  4. pipeboard-co avatarmeta-ads-mcpFacebook / Meta Ads automation with AI: analyze performance, test creatives, optimize spend.MCP ServersJul 202612k1.1k
  5. ahonn avatarmcp-server-gscEnhanced Model Context Protocol server for Google Search Console with 25K row limit, regex filters, and automatic quick wins detectionMCP ServersFeb 202610k252
  6. activecampaign avatarpostmark-mcpOfficial Postmark MCP server for sending emails via Claude and AI assistantsMCP ServersJul 20264.2k48