← 返回 Skills 市场
chrischall

Tmp.GD2r4I0mZl

作者 chrischall · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ pending
38
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vibo-mcp
功能描述
Access your Vibo (vibodj.com) event music planning via MCP. Use when the user asks about their Vibo events, wedding/event timeline, song requests, playlists,...
使用说明 (SKILL.md)

vibo-mcp

MCP server for Vibo — plan your event music as a host/couple: events, timeline sections, song requests, playlists, and exports, via natural language.

Setup

Option A — npx (recommended)

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

{
  "mcpServers": {
    "vibo": {
      "command": "npx",
      "args": ["-y", "vibo-mcp"],
      "env": {
        "VIBO_EMAIL": "[email protected]",
        "VIBO_PASSWORD": "your_password"
      }
    }
  }
}

Authentication

Pick one:

  • Email + password (recommended): set VIBO_EMAIL and VIBO_PASSWORD. The server signs in server-side and manages the token (refreshing as needed).
  • Captured token (for Apple/Google/Facebook accounts): set VIBO_ACCESS_TOKEN (and VIBO_REFRESH_TOKEN) with values captured from a signed-in web.vibodj.com session — no password needed.

The server boots without credentials (so it can be installed and probed); the config error only appears on the first tool call.

Tools

Reads

  • vibo_get_me — your profile (and whether Spotify/Apple Music are connected).
  • vibo_list_events — your upcoming (or past:true) events.
  • vibo_get_event — full details for one event.
  • vibo_list_sections — an event's timeline (Ceremony, First Dance, Dinner, …).
  • vibo_get_section_songs — songs requested in a section, with likes/flags/comments.
  • vibo_list_section_questions — the DJ's planning questions for a section (type, options, current answer).
  • vibo_search_songs — find songs to add (Vibo catalog or connected Spotify).
  • vibo_list_section_song_ideas / vibo_list_song_ideas_songs — browse the DJ's suggested song collections per section.
  • vibo_get_playlists / vibo_get_playlist_songs — your connected-service playlists.
  • vibo_list_event_users — the hosts and guests on an event.
  • vibo_list_notifications / vibo_get_notifications_count.
  • vibo_healthcheck — confirm connectivity + auth.

Writes (confirm-gated)

Each mutating tool makes no network call unless confirm: true; without it you get a dry-run preview of exactly what would be sent.

  • vibo_add_song_to_section — add a searched song to a section.
  • vibo_remove_song_from_section / vibo_move_song / vibo_reorder_songs.
  • vibo_update_song — mark must-play / do-not-play, or set a comment.
  • vibo_toggle_song_like — like/unlike a song.
  • vibo_comment_on_song / vibo_comment_on_section (+ delete) — leave the DJ notes.
  • vibo_import_playlist_to_section — pull tracks from a connected Spotify/Apple playlist.
  • vibo_join_event — join via a share link/hash (e.g. a vibodj.app.link/... URL).
  • vibo_leave_event.
  • vibo_create_event_contact — add a host/guest contact.
  • vibo_invite_users / vibo_change_user_role / vibo_remove_user — manage who's on the event.
  • vibo_update_section — edit a section's name, time, or note.
  • vibo_answer_question — answer a planning question (text / option ids / link / image+file uploads).
  • vibo_set_profile_photo — set your profile photo from a local image.
  • vibo_mark_notifications_read.
  • vibo_export_event_to_spotify / vibo_export_event_to_apple_music.

Typical flow

  1. vibo_list_events → pick an event id.
  2. vibo_list_sections → pick a section id.
  3. vibo_search_songs → get a song's songUrl/viboSongId.
  4. vibo_add_song_to_section (with confirm: true).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vibo-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vibo-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
vibo-mcp 1.2.0 - Expanded tool coverage: new read and write actions for managing song ideas, playlist imports, user invites/roles, comments, section updates, and profile photo uploads. - Documentation updated to list new tools, including: - Viewing and importing DJ song idea collections per section. - Managing event participants (invite, change role, remove). - Additional song and section editing actions (move/reorder/remove songs, mark must-play/do-not-play, add comments/notes). - Support for setting a profile photo from a local image. - Reorganized and clarified tool sections for easier reference.
v1.1.0
vibo-mcp 1.1.0 - Expanded SKILL.md to clearly describe triggers, capabilities, and user scenarios for Vibo event music planning. - Added detailed setup and authentication instructions for connecting your Vibo account. - Listed tool capabilities for both reading and writing event, song, and playlist data. - Clarified the confirmation requirement for mutating actions, supporting safe dry-runs. - Provided an example flow to guide users through typical event music planning tasks.
元数据
Slug vibo-mcp
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Tmp.GD2r4I0mZl 是什么?

Access your Vibo (vibodj.com) event music planning via MCP. Use when the user asks about their Vibo events, wedding/event timeline, song requests, playlists,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Tmp.GD2r4I0mZl?

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

Tmp.GD2r4I0mZl 是免费的吗?

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

Tmp.GD2r4I0mZl 支持哪些平台?

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

谁开发了 Tmp.GD2r4I0mZl?

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

💬 留言讨论