Genpark Multilingual Copy Skill
FreeNot checkedAI skill module: genpark-multilingual-copy-skill
About
AI skill module: genpark-multilingual-copy-skill
README
An intelligent localization engine that transforms single-language English product descriptions into locale-adapted marketing variants for global markets (zh-CN, ja-JP, ko-KR, fr-FR, de-DE).
Capabilities
- Locale-Specific Adaptation: Tailors marketing copy to cultural nuances and linguistic norms across 5 major global markets:
zh-CN(Simplified Chinese)ja-JP(Japanese)ko-KR(Korean)fr-FR(French)de-DE(German)
- Tone Customization: Adjusts taglines, sentence structures, and marketing phrasing according to requested tones:
humorousprofessional(Default)ecodata-drivenimaginative
- Structured Outputs: For each requested locale, outputs:
tagline: Engaging locale-specific sloganshort_desc: Adapted product description with natural sentence starterscta: Culturally aligned Call-To-Action phrasetone_note: Detailed explanation of tone and linguistic adjustments madesource_word_count: Metric tracking input description length
Skill Structure
genpark-multilingual-copy-skill/
├── skill.json # Skill manifest schema & metadata
├── multilingual_copy_agent.py # Core MultilingualCopyClient implementation
├── example_usage.py # Runnable example script
├── requirements.txt # Python dependencies
└── README.md # Technical documentation
Quick Start
Installation
No external third-party dependencies are required. Uses Python standard libraries (typing, json).
Usage Example
Run the included example script:
python example_usage.py
Python API Usage
from multilingual_copy_agent import MultilingualCopyClient
client = MultilingualCopyClient()
result = client.generate(
product_name="RoboClean X10 Ultra",
english_desc="Next-generation smart robot vacuum featuring 6000Pa laser navigation.",
tone="professional",
locales=["zh-CN", "fr-FR"]
)
for variant in result["variants"]:
print(f"Locale: {variant['locale']}")
print(f"Tagline: {variant['tagline']}")
print(f"CTA: {variant['cta']}\n")
Input & Output Schema
Inputs (skill.json)
| Parameter | Type | Description | Default |
|---|---|---|---|
product_name |
String | Name of product | Required |
english_desc |
String | English source description | Required |
tone |
String | Copy tone (humorous, professional, eco, data-driven, imaginative) |
"professional" |
locales |
Array | Subset of ["zh-CN", "ja-JP", "ko-KR", "fr-FR", "de-DE"] |
All locales |
Output Format
{
"variants": [
{
"locale": "zh-CN",
"tagline": " RoboClean X10 Ultra — ,",
"short_desc": ":Next-generation smart robot vacuum featuring 6000Pa laser navigation.",
"cta": "",
"tone_note": "Locale 'zh-CN' adapted with 'professional' tone. ,。"
}
],
"source_word_count": 8
}
License
MIT License. Created by alphaparkinc.
from github.com/alphaparkinc/genpark-multilingual-copy-skill
Installing Genpark Multilingual Copy Skill
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/alphaparkinc/genpark-multilingual-copy-skillFAQ
Is Genpark Multilingual Copy Skill MCP free?
Yes, Genpark Multilingual Copy Skill MCP is free — one-click install via Unyly at no cost.
Does Genpark Multilingual Copy Skill need an API key?
No, Genpark Multilingual Copy Skill runs without API keys or environment variables.
Is Genpark Multilingual Copy Skill hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Genpark Multilingual Copy Skill in Claude Desktop, Claude Code or Cursor?
Open Genpark Multilingual Copy 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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Genpark Multilingual Copy Skill with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
