bootstrap-sunk-local-user
OfficialEffortlessly create a local UNIX user on a SUNK deployment.
Authorcoreweave
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies the process of creating a local UNIX user on a SUNK deployment, eliminating the need for complex setups like authentik/LDAP or SCIM.
Core Features & Use Cases
- Single User Provisioning: Easily create a local UNIX user with an SSH key, without the need for directory services.
- Automated Slurm Association: Automatically registers the user with Slurmdbd for immediate job submission.
- Works Across Providers: Supports any SUNK deployment on EKS, GKE, or bare-metal.
Quick Start
Use the add-sunk-user.sh script to create a local user with the username 'alice':
./infrastructure/universal/add-sunk-user.sh add \
--username alice \
--uid 1001 --gid 1001 \
--email [email protected] \
--ssh-key "$(cat ~/.ssh/id_ed25519.pub)"
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bootstrap-sunk-local-user Download link: https://github.com/coreweave/sunk-anywhere/archive/main.zip#bootstrap-sunk-local-user Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.