iblai-invite

Invite users via email or username and track pending invitation statuses.

15|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/iblai/vibe --skill iblai-invite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iblai-invite
Source: https://github.com/iblai/vibe/tree/main/skills/iblai-invite
Command: npx skills add https://github.com/iblai/vibe --skill iblai-invite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines onboarding by providing ready-to-use dialogs to invite new users via email or username and to monitor pending invitations.

Core Features & Use Cases

  • InviteUserDialog: opens a modal to send invitations to users on your platform.
  • InvitedUsersDialog: lists pending invitations with statuses (pending, accepted, expired) for admins.
  • Lightweight integration: relies on @iblai/iblai-js/web-containers to build UI consistently without custom styling.
  • Example usage: integrate into an admin settings page to manage platform access and track invitations.

Quick Start

Install the iblai-invite skill, import the InviteUserDialog components, and wire them into an admin settings page to enable inviting users.

Frequently Asked Questions about iblai-invite

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

FAQPage Schema
How do I add a user invitation dialog to a Nextjs admin dashboard?

To add a user invitation dialog to a Nextjs admin dashboard, import the InviteUserDialog component from @iblai/iblai-js/web-containers and wire it into your admin settings page to send invites via email or username.

What do I need to track pending user invitations on an admin settings page?

To track pending user invitations on an admin settings page, you need the InvitedUsersDialog component which lists invitation statuses like pending, accepted, and expired for platform administrators.

Can I use iblai-js web-containers to manage platform onboarding flows without custom styling?

Yes, you can use iblai-js web-containers to manage platform onboarding flows without custom styling because it provides lightweight integration with pre-built UI consistency for invitation management.

Do I need admin privileges to send and monitor platform invitations?

Yes, you need admin privileges to send and monitor platform invitations, as the invitation management components are designed specifically for admin settings pages, onboarding flows, and dashboards.

How does the InviteUserDialog component handle invitations by email or username?

The InviteUserDialog component handles invitations by opening a modal where administrators can input an email or username to seamlessly send and track new user invitations on the platform.

What is the best way to streamline user onboarding in a Nextjs admin UI?

The best way to streamline user onboarding in a Nextjs admin UI is using ready-to-use dialog components from @iblai/iblai-js/web-containers to invite users and monitor pending statuses without custom styling.