Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Brand Voice Consistency Skill

FreeNot checked

GenPark AI Skill - Audit and enforce brand voice consistency across marketing copy with scoring and rewrite suggestions

GitHubEmbed

About

GenPark AI Skill - Audit and enforce brand voice consistency across marketing copy with scoring and rewrite suggestions

README

GenPark AI Agent Skill — Audit and enforce brand voice consistency across marketing content.

Features

  • Prohibited word detection with severity classification
  • Preferred brand word usage scoring
  • Passive voice detection
  • Filler word density analysis
  • Corporate jargon detection
  • Sentence length compliance
  • Exclamation mark overuse flagging
  • Contraction usage enforcement
  • Per-piece scores and actionable rewrite suggestions

Quick Start

from client import BrandVoiceClient

brand_profile = {
    "tone": ["friendly", "professional"],
    "prohibited_words": ["cheap", "fail"],
    "preferred_words": ["premium", "trusted"],
    "use_contractions": True,
    "exclamation_limit": 1,
}

client = BrandVoiceClient(brand_profile=brand_profile)
result = client.audit(["Our products are cheap and basically okay."])
print(f"Score: {result['audit_results'][0]['consistency_score']}/100")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-brand-voice-consistency-skill

Installing Genpark Brand Voice Consistency Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-brand-voice-consistency-skill

FAQ

Is Genpark Brand Voice Consistency Skill MCP free?

Yes, Genpark Brand Voice Consistency Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Brand Voice Consistency Skill need an API key?

No, Genpark Brand Voice Consistency Skill runs without API keys or environment variables.

Is Genpark Brand Voice Consistency Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Brand Voice Consistency Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Brand Voice Consistency Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Brand Voice Consistency Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs