genpark-ad-copy-generator-skill
GenPark AI Skill - Generate A/B tested ad copy for Google Search, Google Shopping, Meta and TikTok with character limit compliance
Install / Use
claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-ad-copy-generator-skillIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHub
genpark-ad-copy-generator-skill
GenPark AI Agent Skill -- Generate A/B tested ad copy for Google Search, Google Shopping, Meta, and TikTok with character limit compliance.
Features
- Google Search: headline (30 chars) + description (90 chars)
- Google Shopping: title (150 chars) + description
- Meta (Facebook/Instagram): primary text, headline, description, CTA
- TikTok: ad text + CTA
- Quality scoring based on power words, numbers, and CTA presence
- Full character limit compliance checking
- 3 variants per platform for A/B testing
Quick Start
from client import AdCopyClient
client = AdCopyClient()
result = client.generate(
product_name="My Product",
key_benefits=["saves time", "affordable", "proven results"],
discount_offer="20% off",
platform="google_search",
)
for v in result["ads"]["google_search"]:
print(v["copy"]["headline"], "--", v["quality_score"])
Installation
python example_usage.py # No external dependencies
Built by GenPark | alphaparkinc
📊 Agentic Architecture Flowchart
graph LR
User([User / AI Agent]) -->|JSON Request| Skill[GenPark AI Skill]
Skill -->|Execution Logic| CoreEngine[Core Analytics & Processing]
CoreEngine -->|Structured Output| User
🔌 MCP (Model Context Protocol) Integration
Run natively as an MCP server for Cursor, Claude Desktop & LLM frameworks:
python mcp_server.py
Related Skills
Agent-Reach
78.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
70.6k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
career-ops
70.2kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
headroom
69.0kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
