partiful

Manage Partiful events via a Python CLI with token authentication.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Porkbutts/jetaasc-events --skill partiful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: partiful
Source: https://github.com/Porkbutts/jetaasc-events/tree/main/.claude/skills/partiful
Command: npx skills add https://github.com/Porkbutts/jetaasc-events --skill partiful

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating, updating, retrieving, and deleting events on the Partiful platform, saving users time and effort in event management.

Core Features & Use Cases

  • Event Creation: Easily create new Partiful events with details like title, date, time, location, description, and images.
  • Event Management: Update existing events, retrieve event details, and delete events as needed.
  • Use Case: A community organizer needs to quickly create a new event on Partiful for an upcoming meetup, specifying the date, time, venue, and adding a flyer image.

Quick Start

Use the partiful skill to create a new event with the title "Community Meetup", date "2024-08-15", and time "18:00".

Frequently Asked Questions about partiful

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Partiful event creation from the command line?

You can automate Partiful event creation by running a Python CLI that configures event titles, dates, times, locations, descriptions, themes, effects, and images. This command line interface manages authentication through a token-based system to securely create events.

Can I update and delete existing Partiful events via a CLI?

Yes, you can update and delete existing Partiful events via a Python CLI. The script retrieves event details and applies modifications or removes events entirely, streamlining ongoing event management directly from your terminal.

Do I need a token to manage Partiful events through a script?

Yes, you need a token to manage Partiful events through a script, as the system uses token-based authentication. If authentication fails, the CLI provides a fallback mechanism for manual re-authentication to restore access.

What event details can I configure when creating a Partiful event programmatically?

When creating a Partiful event programmatically, you can configure titles, dates, times, locations, descriptions, themes, effects, and images. This allows for detailed and complete event setup directly through the command line.

What's the best way to handle authentication errors when managing Partiful events?

The best way to handle authentication errors when managing Partiful events is to use the CLI's fallback mechanism for manual re-authentication. This process refreshes your token-based access so you can resume creating or updating events.

Is there a way to retrieve Partiful event details for community meetups automatically?

Yes, you can retrieve Partiful event details for community meetups automatically using the Python CLI. The script fetches existing event configurations, allowing organizers to quickly verify dates, times, and venue information.