Help us improve
Share bugs, ideas, or general feedback.
From Pipefy
Authenticates with Pipefy via OAuth and stores the session in the OS keychain. Supports optional --no-browser and --callback-timeout flags.
npx claudepluginhub pipefy/ai-toolkit --plugin pipefyHow this command is triggered — by the user, by Claude, or both
Slash command
/pipefy:login [--no-browser] [--callback-timeout <seconds>]The summary Claude sees in its command listing — used to decide when to auto-load this command
If `command -v pipefy` fails, stop and tell the user to run `/pipefy:install` first. Otherwise prompt the user to confirm running: Requires `PIPEFY_AUTH_URL` set in the shell environment (the OIDC issuer URL).
/loginAuthenticates with GitHits account via OAuth using npx githits login. Opens browser or provides URL for headless envs with --no-browser. Reports success/error and supports --force, --port flags.
/build-auth-systemBuilds complete API authentication and authorization system supporting JWT, OAuth2, API keys, sessions, MFA, and RBAC. Generates models, middleware, services, and security features.
/hatch3r-auth-scaffoldScaffolds authentication boilerplate for a new API service: OAuth 2.1 authorization-code-with-PKCE flow, OIDC ID-token validation, and hashed PAT issuance/verification. Provides security gating against CQ3 auth floor.
/manage-credentialsManage ENCODE API credentials for restricted datasets: store to OS keyring, check configuration, or clear them.
/authManages Composure CLI authentication: login/logout via OAuth, check status, upgrade plan, migrate configs, refresh tokens.
/configure-studio-authInteractively configures OAuth for Nuxt Studio with GitHub, GitLab, or Google: detects setup, guides credential acquisition, updates .env.local.
Share bugs, ideas, or general feedback.
If command -v pipefy fails, stop and tell the user to run /pipefy:install first.
Otherwise prompt the user to confirm running:
pipefy auth login $ARGUMENTS
Requires PIPEFY_AUTH_URL set in the shell environment (the OIDC issuer URL).