onboard

Configure Slack tokens, environment files, and repository hooks for internbot deployment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This onboarding skill provides a repeatable, developer-focused setup path to bootstrap internbot for local development, ensuring new contributors can start quickly without manual configuration.

Core Features & Use Cases

  • Step-by-step Slack app creation and Socket Mode configuration.
  • Environment provisioning, token setup, and repository initialization for first-time developers.
  • Use Case: A new contributor runs this onboarding to spin up a working, testable internbot instance in a few minutes.

Quick Start

Install dependencies, configure the Slack app, and run the development server to bootstrap internbot.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I bootstrap a Slack bot development environment for the first time?

Slack Socket Mode configuration allows your bot to communicate without exposing public HTTP endpoints. You enable it in the Slack app settings and use the provided tokens in your environment files to secure the connection.

What do I need to set up a Node.js Slack app workspace locally?

Setting up a Node.js Slack app workspace requires Node.js 20+, a Slack workspace, and configured environment variables. You apply the onboarding workflow to provision tokens and initialize repository hooks for deployment.

How do I configure Slack tokens and environment files for a new contributor bot?

To start local development with internbot, install dependencies, configure the Slack app with Socket Mode, and run the development server. This onboarding process spins up a working, testable instance in minutes.

Does bot setup require a specific Node.js version for local development?

No, this onboarding workflow specifically configures Slack tokens, environment files, and repository hooks for first-time deployment. It does not handle database provisioning or external API connections outside the Slack workspace.