Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark User Persona Generator Skill

FreeNot checked

AI skill module: genpark-user-persona-generator-skill

GitHubEmbed

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, and Crypto.
  • Price Tier Segmentation: Distinct persona archetypes tailored to budget, mid, premium, and luxury pricing 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-skill

FAQ

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

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