onboard

Create Google Workspace accounts and provision Slack via SCIM for new employees.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Oruga420/claude-code-skills --skill onboard-oruga420
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/Oruga420/claude-code-skills/tree/main/onboard
Command: npx skills add https://github.com/Oruga420/claude-code-skills --skill onboard-oruga420

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines manual employee onboarding by creating Google Workspace accounts, provisioning Slack via SCIM, and sending welcome credentials without requiring a central Google Sheet.

Core Features & Use Cases

  • Collects and validates employee data including full name, role, personal email, and long-term contract flag.
  • Runs an existing onboarding script to create Google Workspace accounts, provision Slack via SCIM using a token from GCP Secret Manager, and send the welcome email with temporary credentials.
  • Reports results and errors clearly (account created/already existed/failed, Slack status, welcome email status) and prompts the user before making changes; optionally offers a manual sheet update afterward.

Quick Start

Use the onboard skill to provision a new employee by supplying their full name, role, personal email, and whether they are a long-term contract.

Frequently Asked Questions about onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate employee onboarding for Google Workspace and Slack without a central spreadsheet?

You automate onboarding by providing employee details like full name, role, and personal email directly to the system, which then creates Google Workspace accounts, provisions Slack via SCIM, and emails welcome credentials without needing a central Google Sheet.

What information do I need to provision a new employee account across Google Workspace and Slack?

To provision a new employee account, you must supply the employee's full name, role, personal email address, and a flag indicating whether they are on a long-term contract.

Do I need GCP Secret Manager to provision Slack accounts via SCIM?

Yes, provisioning Slack via SCIM requires retrieving a token from GCP Secret Manager to authenticate the automated account creation process.

What prerequisites are required to run the manual employee provisioning script?

Running the manual provisioning script requires access to the PhaseA onboard_manual.py script, GCP Secret Manager for the SCIM token, service account credentials, and the ability to execute system Python in the PhaseA directory.

Can I track onboarding results for Google Workspace and Slack after manual provisioning?

The system reports results and errors clearly for account creation, Slack status, and welcome email status, and optionally offers a manual sheet update afterward to track the onboarding outcome.

Does the onboarding process prompt for confirmation before creating Google Workspace and Slack accounts?

Yes, the onboarding process prompts the user for confirmation before making any changes to ensure accurate account creation and Slack provisioning.