invite

Resend or mint staff access via magic-link authentication for Bodega stores.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/mitcheman/bodega --skill invite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invite
Source: https://github.com/mitcheman/bodega/tree/main/.cursor/skills/invite
Command: npx skills add https://github.com/mitcheman/bodega --skill invite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly reissue a merchant's login and securely invite staff with granular permissions, enabling smooth access control without manual setup.

Core Features & Use Cases

  • Resend the merchant's login link if they forgot it or need a password reset.
  • Invite staff with scoped roles (packer, product-editor, manager) and track invitations in .bodega.md.
  • Remove a staff member and revoke their access via the admin API.

Quick Start

Run the invite mode to resend the merchant's login or invite a new staff member with scoped permissions.

Frequently Asked Questions about invite

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

FAQPage Schema
How do I invite staff to a Bodega store with scoped access?

To invite staff to a Bodega store, the admin uses the invite mode to mint magic-link authentication, assigns scoped roles like packer or manager, and tracks the invitation in the .bodega.md state file.

Can I resend a merchant login link if they forgot their password?

You can resend a merchant login link by running the invite mode to reissue a magic-link authentication, allowing the merchant to securely reset their access without manual password setup.

What staff roles are available when inviting users to a Bodega store?

Available staff roles for Bodega store invitations include packer, product-editor, and manager, with access scopes enforced by the /studio middleware to ensure granular permissions.

How do I remove staff access and revoke their permissions?

To remove staff access and revoke permissions, an admin initiates the removal process via the admin API, securely revoking their access and updating the local .bodega.md state.

Do I need an admin secret to invite staff and resend login links?

Yes, you need a valid admin secret to invite staff and resend login links, as the workflow validates admin secrets to ensure a secure, admin-gated access control process.