← 返回 Skills 市场
chrischall

Tmp.HH1ibdDLKj

作者 chrischall · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ⚠ pending
37
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install evite-mcp
功能描述
This skill should be used when the user asks about Evite events or invitations. Triggers on phrases like "check Evite", "my Evite events", "who RSVP'd", "Evi...
使用说明 (SKILL.md)

evite-mcp

MCP server for Evite — read and act on your events as both guest (invitations received) and host (events you created): list events, view guest lists & RSVP tallies, RSVP, message guests, and create/edit events.

Setup

Option A — Claude Code (direct MCP)

Add to .mcp.json in your project or ~/.claude/mcp.json:

{
  "mcpServers": {
    "evite": {
      "command": "npx",
      "args": ["-y", "evite-mcp"],
      "env": {
        "EVITE_EMAIL": "[email protected]",
        "EVITE_PASSWORD": "yourpassword"
      }
    }
  }
}

Option B — global install

npm install -g evite-mcp

Auth

The server resolves a session in priority order (see the README for details):

  1. EVITE_EMAIL + EVITE_PASSWORD — headless email/password login (preferred).
  2. EVITE_SESSION_COOKIE — a raw cookie: header copied from a signed-in evite.com tab.
  3. Fetchproxy bootstrap — lifts session cookies from a signed-in evite.com browser tab. Opt out with EVITE_DISABLE_FETCHPROXY=1.

Tools

Read (6 + healthcheck): evite_list_events, evite_get_event, evite_list_guests, evite_rsvp_summary, evite_list_messages, evite_list_templates, evite_healthcheck.

Write (confirm-gated): evite_rsvp, evite_send_message, evite_broadcast, evite_create_event, evite_update_event, evite_add_guest, evite_update_guest, evite_remove_guest, evite_send, evite_cancel_event, evite_reinstate_event, evite_duplicate_event.

Every write tool takes confirm: boolean. Without confirm: true it makes no network call and returns a dry-run preview of exactly what would be sent — the safe default. The authoring flow is evite_create_eventevite_add_guestevite_send.

能力标签
requires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install evite-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /evite-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
- Removed the file skill-card.md. - No changes to functionality or usage; documentation remains the same.
v0.2.0
evite-mcp 0.2.0 Changelog - Expanded skill to handle both guest (received invitations) and host (created events) event actions. - Now supports listing events, viewing guest lists, RSVP summaries, messaging guests, and creating/editing events on evite.com. - Added detailed setup instructions, including environment variable authentication and Claude Code (MCP) usage. - Enhanced authentication flexibility with support for email/password, session cookie, and fetchproxy options. - All write actions are confirm-gated by default, providing dry-run previews unless explicitly confirmed.
元数据
Slug evite-mcp
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Tmp.HH1ibdDLKj 是什么?

This skill should be used when the user asks about Evite events or invitations. Triggers on phrases like "check Evite", "my Evite events", "who RSVP'd", "Evi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 Tmp.HH1ibdDLKj?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install evite-mcp」即可一键安装,无需额外配置。

Tmp.HH1ibdDLKj 是免费的吗?

是的,Tmp.HH1ibdDLKj 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tmp.HH1ibdDLKj 支持哪些平台?

Tmp.HH1ibdDLKj 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tmp.HH1ibdDLKj?

由 chrischall(@chrischall)开发并维护,当前版本 v0.2.1。

💬 留言讨论