Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Content Calendar Skill

FreeNot checked

GenPark AI Skill - Generate monthly marketing content calendars with post ideas, themes, hashtags and channel schedules

GitHubEmbed

About

GenPark AI Skill - Generate monthly marketing content calendars with post ideas, themes, hashtags and channel schedules

README

GenPark AI Agent Skill -- Generate monthly marketing content calendars with post ideas, themes, hashtags, and scheduling for e-commerce brands.

Features

  • Full month-by-month content calendar generation
  • 12 content types (Product Spotlight, UGC, Giveaway, etc.)
  • Category-specific themes (beauty, fitness, fashion, food, tech)
  • Monthly event tie-ins (Black Friday, Valentine's Day, etc.)
  • Platform-optimized posting schedules (Instagram, TikTok, Pinterest, etc.)
  • Hashtag sets per channel and category

Quick Start

from client import ContentCalendarClient

client = ContentCalendarClient()
result = client.generate(
    brand_name="MyBrand",
    product_category="beauty",
    channels=["instagram", "tiktok"],
    month=9, year=2026,
)
print(f"{result['total_posts_planned']} posts planned for {result['month']}")
for day in result["calendar"][:3]:
    for post in day["posts"]:
        print(f"{day['date']} [{post['channel']}]: {post['post_idea']}")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-content-calendar-skill

Installing Genpark Content Calendar Skill

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

▸ github.com/alphaparkinc/genpark-content-calendar-skill

FAQ

Is Genpark Content Calendar Skill MCP free?

Yes, Genpark Content Calendar Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Content Calendar Skill need an API key?

No, Genpark Content Calendar Skill runs without API keys or environment variables.

Is Genpark Content Calendar Skill hosted or self-hosted?

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

How do I install Genpark Content Calendar Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Content Calendar 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 Content Calendar Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs