Genpark Multilingual Copy Skill
БесплатноНе проверенAI skill module: genpark-multilingual-copy-skill
Описание
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
Установка Genpark Multilingual Copy Skill
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/alphaparkinc/genpark-multilingual-copy-skillFAQ
Genpark Multilingual Copy Skill MCP бесплатный?
Да, Genpark Multilingual Copy Skill MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Genpark Multilingual Copy Skill?
Нет, Genpark Multilingual Copy Skill работает без API-ключей и переменных окружения.
Genpark Multilingual Copy Skill — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Genpark Multilingual Copy Skill в Claude Desktop, Claude Code или Cursor?
Открой Genpark Multilingual Copy Skill на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: 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
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
