memberstack-cli
Installation
SKILL.md
Memberstack CLI Skill
Manage your Memberstack account from the terminal using memberstack-cli.
Prerequisites
Ask the user to authenticate by using the below command:
npx memberstack-cli auth login
Authentication opens a browser for OAuth and stores tokens locally with restricted file permissions. Use npx memberstack-cli auth logout to clear credentials when done.
Running Commands
Always use the wrapper script instead of calling memberstack-cli directly. The wrapper automatically applies the security guidelines below (e.g. boundary markers, sanitization, etc.):