Genpark User Persona Generator Skill
FreeNot checkedAI skill module: genpark-user-persona-generator-skill
About
AI skill module: genpark-user-persona-generator-skill
README
An agentic skill that synthesizes 2-3 structured, highly actionable buyer persona profiles based on product attributes, category, price tier, key features, and target region.
Capabilities
- Multi-Category Archetypes: Built-in template banks covering
Service,AI Gadgets,Robots,Fashion,Electronics, andCrypto. - Price Tier Segmentation: Distinct persona archetypes tailored to
budget,mid,premium, andluxurypricing models. - Dynamic Feature Tailoring: Integrates key product capabilities directly into pain points, motivations, and messaging angles.
- Geographic & Demographic Channel Mapping: Assigns priority marketing channels (e.g. TikTok, LinkedIn, WeChat, Reddit) based on demographic age brackets and target market (
us,europe,asia,global).
Directory Layout
genpark-user-persona-generator-skill/
├── skill.json # Skill manifest file
├── persona_generator_agent.py # Main Python agent implementation class
├── example_usage.py # Runnable usage example script
├── requirements.txt # Python dependencies (standard library only)
└── README.md # Documentation and usage guide
Input Schema (skill.json)
| Field | Type | Description | Options |
|---|---|---|---|
product_name |
string |
Name of the product or service | e.g. "Unitree G1 Humanoid Robot" |
category |
string |
Product vertical | Service, AI Gadgets, Robots, Fashion, Electronics, Crypto |
price_tier |
string |
Price tier positioning | budget, mid, premium, luxury |
key_features |
array |
Unique selling points & capabilities | e.g. ["23 DoF", "3D LiDAR"] |
target_market |
string |
Geographic market region | global, us, asia, europe |
Output Schema
| Field | Type | Description |
|---|---|---|
personas |
array |
Array of 2-3 persona objects containing name, age_range, occupation, pain_points, motivations, objections, messaging_angle, and priority_channels |
summary |
string |
Executive overview of synthesized persona landscape |
Quick Start / Usage
Run the included example script:
python example_usage.py
Python API Integration
from persona_generator_agent import UserPersonaGeneratorClient
agent = UserPersonaGeneratorClient()
result = agent.generate(
product_name="Unitree G1 Humanoid Robot",
category="Robots",
price_tier="premium",
key_features=[
"23 to 43 Degrees of Freedom (DoF)",
"3D LiDAR and Depth Camera Sensing",
"Force-controlled humanoid manipulation"
],
target_market="us"
)
print(result["summary"])
for persona in result["personas"]:
print(persona["name"], persona["messaging_angle"])
License
MIT License
from github.com/alphaparkinc/genpark-user-persona-generator-skill
Installing Genpark User Persona Generator Skill
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/alphaparkinc/genpark-user-persona-generator-skillFAQ
Is Genpark User Persona Generator Skill MCP free?
Yes, Genpark User Persona Generator Skill MCP is free — one-click install via Unyly at no cost.
Does Genpark User Persona Generator Skill need an API key?
No, Genpark User Persona Generator Skill runs without API keys or environment variables.
Is Genpark User Persona Generator Skill hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Genpark User Persona Generator Skill in Claude Desktop, Claude Code or Cursor?
Open Genpark User Persona Generator 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 User Persona Generator Skill with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
