neb-platform-setup

Automate NebInfra platform setup by cloning repos, installing dependencies, and launching services.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-platform-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neb-platform-setup
Source: https://github.com/nebinfra/nebcore-ai-skills/tree/main/neb-platform-setup
Command: npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-platform-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the complete local setup of the NebInfra platform, including repo cloning, dependency installation, environment configuration, and agent onboarding.

Core Features & Use Cases

  • End-to-end platform onboarding: Clone repos, install dependencies, start services, and create NebInfra company and agents.
  • Guided configuration: Step-by-step prompts and environment variable management for Claude Code tokens.
  • Local verification: Smoke tests and verifications to ensure the platform is ready.

Quick Start

Run the platform-setup workflow to clone the NebInfra repo, install dependencies, and start the platform locally.

Frequently Asked Questions about neb-platform-setup

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

FAQPage Schema
How do I automate local platform setup for cloning repos and configuring agents?

Automating local platform setup involves cloning repositories, installing dependencies, and configuring environment variables to launch services. This process also guides onboarding for companies and agents to ensure full platform readiness.

What prerequisites are needed for end-to-end onboarding and environment configuration?

End-to-end onboarding requires Node.js 20+, pnpm 9.15+, Git access to the paperclipai/paperclip repository, and a Claude Code OAuth token. These components enable headless agent execution and dependency management.

How does guided configuration handle environment variables and Claude Code tokens?

Guided configuration uses step-by-step prompts to manage environment variables and Claude Code tokens. This ensures headless agent execution is properly authenticated and configured during the platform setup process.

Can I deploy the platform to new machines using this setup workflow?

Yes, the setup workflow supports deployment to new machines and fresh environments. It automates repository cloning, dependency installation, and service initialization to provision the platform from scratch.

What verification steps ensure the platform is ready after setup?

Local verification includes running smoke tests and checks to ensure the platform is ready. These tests validate that services are running correctly and agent onboarding completed successfully after setup.

Why does headless agent execution require an OAuth token?

Headless agent execution requires a Claude Code OAuth token to authenticate automated agents without manual login. This allows the platform setup workflow to configure and launch services programmatically.