スキル一覧に戻る
Porkbutts

jetaasc-event-publisher

by Porkbutts

1🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: jetaasc-event-publisher description: Publish JETAASC (JET Alumni Association of Southern California) events to multiple platforms. Use when user wants to publish an event, draft an event, create event descriptions, or share events to Wix blog, Google Calendar, Discord, or Facebook. Triggers include "publish event", "draft event", "create event post", "share to wix/calendar/discord/fb", or any JETAASC event-related publishing task.

JETAASC Event Publisher

Publish JETAASC events to multiple platforms: Wix Blog, Google Calendar, Discord, and Facebook.

Workflow

1. Collect Event Information

Gather from user:

  • Title: Event name
  • Date/Time: Start (and end if applicable)
  • Location: Venue name and address
  • Description: What the event is about
  • Cost: Price (optional, include member/non-member pricing if applicable)
  • RSVP Link: Google Form link (optional)
  • Flyer/Image: Event artwork URL or file

Handling Google Drive URLs: If the user provides a Google Drive share link (e.g., https://drive.google.com/file/d/FILE_ID/view), convert it to a direct download URL for platforms that need to download the image (Wix, Discord):

https://drive.google.com/uc?export=download&id=FILE_ID

2. Confirm Details and Select Platforms

Display a summary of the event details for user confirmation.

Then ask two questions using AskUserQuestion:

Question 1 (multiSelect: true): "Which platforms do you want to publish to?"

  • Wix Blog
  • Discord
  • Google Calendar
  • Facebook

Question 2: "How should I publish to the selected platforms?"

  • In parallel (Recommended) - Publish to all platforms simultaneously
  • Sequential - Publish one at a time, confirming each before proceeding

3. Publish to Selected Platforms

Execute publishing based on user selections. If parallel, launch all platform tasks simultaneously. If sequential, complete each platform before moving to the next.


Platform Details

Wix Blog

Use Wix MCP tools. See references/platforms.md for site ID, API endpoints, category/tag IDs. See references/wix-blog-format.md for Ricos JSON structure.

Steps:

  1. Upload flyer to Wix Media Manager (Import File endpoint)
  2. Select appropriate tags by analyzing event title, description, and location
  3. Create draft post with title, image, richContent, category, and tags
  4. Share draft preview link for user confirmation
  5. If user has feedback, update draft via PATCH endpoint. Repeat until approved.
  6. On approval, publish draft
  7. Return published post URL

Google Calendar

Create Google Calendar event using gcal_create_event MCP tool. See references/platforms.md for parameters.

Discord

Create Discord scheduled event using discord_create_event MCP tool. See references/platforms.md for parameters.

Facebook (Manual)

Provide formatted content for manual posting. See references/platforms.md for format.

Quick Reference

PlatformMethodStatus
Wix BlogWix MCPReady
DiscordDiscord MCPReady
Google CalendarGoogle Calendar MCPReady
FacebookManualCopy/paste

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です