project-invitation

Installation
SKILL.md

Project Invitations

Overview

When sharing a project with a user who is not a workspace member, Spuree creates a pending invitation instead of adding them directly. This skill manages those invitations.

Direct sharing (target is already a workspace member) is handled immediately by POST /v1/projects/{projectId}/share in the project-management skill — no invitation is created.

Use this skill when an agent needs to:

  • Check pending invitations for the current user
  • Accept or decline an invitation
  • List, cancel, or resend invitations for a project

Authentication

Authorization: Bearer $SPUREE_ACCESS_TOKEN
Related skills
Installs
12
GitHub Stars
18
First Seen
Apr 16, 2026