スキル一覧に戻る
plurigrid

partiful

by plurigrid

everything is topological chemputer!

2🍴 3📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


name: partiful description: Access Partiful events, invites, and RSVPs via reverse-engineered API. Use when user asks about party invites, event RSVPs, or social event data.

Partiful

Programmatic access to Partiful event data via Babashka.

Quick Start

# List all RSVPs/invites
bb scripts/partiful.clj invites

# Get event details
bb scripts/partiful.clj event <event-id>

# Authenticate (opens browser)
bb scripts/partiful.clj auth

Commands

CommandDescription
invitesList events you're invited to with RSVP status
eventsList events you're hosting
mutualsList mutual connections
event <id>Get full details for an event
authAuthenticate via Playwright browser

Configuration

Set environment variables or store in ~/.partiful-config.edn:

export PARTIFUL_AUTH_TOKEN="..."
export PARTIFUL_USER_ID="..."
export PARTIFUL_REFRESH_TOKEN="..."
export PARTIFUL_FIREBASE_API_KEY="..."  # Get from Partiful web app

ACSet Schema

Category-theoretic event modeling with morphisms:

  Event <──host──── User
    ^                 ^
    │                 │
 event_of          invitee
    │                 │
    └─── Invite ─────┘
           ↓
         RSVP

See scripts/partiful-acset.clj for queries:

  • my-invited-events - Events user is invited to
  • event-guests - All guests for an event
  • event-rsvps - RSVP statuses for event

Cat# Integration

Trit: +1 (PLUS)
Color: #FF6B35 (warm/executor)
Triads: partiful(+1) + acsets(0) + calendar-acset(-1) = 0

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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