Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
constructive-io avatar

Cli Auth

  • 1 installs
  • 52 repo stars
  • Updated August 5, 2026
  • constructive-io/constructive

CLI tool (csdk) for the auth API providing CRUD commands for 9 tables and 28 custom operations.

About

CLI tool (csdk) for the auth API provides CRUD commands for 9 tables and 28 custom operations.. Supports context management, authentication, and config variables.

  • Context management for auth endpoints
  • CRUD operations for authentication-related entities

Cli Auth by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #467 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/constructive-io/constructive --skill cli-auth

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars52
Last updatedAugust 5, 2026
Repositoryconstructive-io/constructive

What it does

CLI tool (csdk) for the auth API providing CRUD commands for 9 tables and 28 custom operations.

Files

SKILL.mdMarkdownGitHub ↗

cli-auth

<!-- @constructive-io/graphql-codegen - DO NOT EDIT -->

CLI tool (csdk) for the auth API — provides CRUD commands for 9 tables and 28 custom operations

Usage

# Context management
csdk context create <name> --endpoint <url>
csdk context use <name>

# Authentication
csdk auth set-token <token>

# Config variables
csdk config set <key> <value>
csdk config get <key>

# CRUD for any table (e.g. email)
csdk email list
csdk email get --id <value>
csdk email create --<field> <value>

# Non-interactive mode (skip all prompts, use flags only)
csdk --no-tty email list

Examples

Set up and query

csdk context create local --endpoint http://localhost:5000/graphql
csdk context use local
csdk auth set-token <token>
csdk email list

Non-interactive mode (for scripts and CI)

csdk --no-tty email create --<field> <value>

References

See the references/ directory for detailed per-entity API documentation:

  • context
  • auth
  • config
  • email
  • phone-number
  • crypto-address
  • webauthn-credential
  • audit-log
  • identity-provider
  • role-type
  • user-connected-account
  • user
  • current-user-agent
  • current-ip-address
  • current-user-id
  • require-step-up
  • current-user
  • sign-out
  • send-account-deletion-email
  • check-password
  • disconnect-account
  • revoke-api-key
  • revoke-session
  • verify-password
  • verify-totp
  • confirm-delete-account
  • set-password
  • verify-email
  • provision-new-user
  • reset-password
  • sign-in-cross-origin
  • sign-up
  • request-cross-origin-token
  • sign-in
  • extend-token-expires
  • create-api-key
  • forgot-password
  • send-verification-email
  • request-upload-url
  • provision-bucket

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.