·workos-authkit-vanilla-js
</>

workos-authkit-vanilla-js

Integrate WorkOS AuthKit with vanilla JavaScript applications. No framework required, browser-only. Use when project is plain HTML/JS, doesn't use React/Vue/etc, or mentions vanilla JavaScript authentication.

14Installs·0Trend·@workos

Installation

$npx skills add https://github.com/workos/cli --skill workos-authkit-vanilla-js

How to Install workos-authkit-vanilla-js

Quickly install workos-authkit-vanilla-js AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/workos/cli --skill workos-authkit-vanilla-js
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: workos/cli.

SKILL.md

View raw

README is source of truth. If this skill conflicts, follow README.

createClient() is async - returns a Promise, not a client directly.

| WorkOS is not defined | CDN not loaded | Add script to before your code | | createClient is not a function | Wrong import | npm: check import path; CDN: use WorkOS.createClient | | clientId is required | Undefined env var | Check env prefix matches build tool | | CORS errors | file:// protocol | Use local dev server (npx serve) |

Integrate WorkOS AuthKit with vanilla JavaScript applications. No framework required, browser-only. Use when project is plain HTML/JS, doesn't use React/Vue/etc, or mentions vanilla JavaScript authentication. Source: workos/cli.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/workos/cli --skill workos-authkit-vanilla-js
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from workos/cli

Quick answers

What is workos-authkit-vanilla-js?

Integrate WorkOS AuthKit with vanilla JavaScript applications. No framework required, browser-only. Use when project is plain HTML/JS, doesn't use React/Vue/etc, or mentions vanilla JavaScript authentication. Source: workos/cli.

How do I install workos-authkit-vanilla-js?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/workos/cli --skill workos-authkit-vanilla-js Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/workos/cli