What problem does it solve?
This Skill simplifies the complex process of embedding WorkOS widgets—such as User Management, User Profile, and Admin Portal SSO—into your application by automating stack detection, token generation, and API wiring.
Core Features & Use Cases
- Automated Stack Detection: Automatically identifies your frontend framework (Next.js, React, Vite, etc.) and backend language to apply the correct integration pattern.
- Secure Token Orchestration: Handles the generation of scoped widget tokens and elevated access tokens, ensuring secure communication between your app and WorkOS.
- Use Case: If you need to add a User Management table to your React application, this Skill will detect your routing and data-fetching patterns, guide you through the necessary SDK installs, and provide the exact implementation steps to wire up the component securely.
Quick Start
Use the workos-widgets skill to implement the User Management widget in this project.