setup

Configure and verify environment variable readiness for all skills.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill setup-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/setup
Command: npx skills add https://github.com/nirholas/agenti --skill setup-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Setup Wizard accelerates the configuration process by providing a centralized, repeatable onboarding flow that verifies readiness across all skills.

Core Features & Use Cases

  • Scans environment variables to determine readiness and groups skills by category for organized configuration.
  • Presents a clear overview of which categories are ready, which require configuration, and provides exact commands to run for setup.
  • Supports health checks and environment validation to ensure a reliable runtime across all skills.

Quick Start

Run the /setup command to start the wizard and follow the prompts to configure environment variables and readiness for all skills.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I check if all environment variables are configured for a multi-skill workflow?

You can run a centralized setup wizard to scan environment variables, verify readiness across all skill categories, and display a clear overview of ready and missing configurations. It groups skills by category for organized health checks.

What is the best way to automate onboarding and configuration for a team's entire skill set?

A guided setup wizard automates team onboarding by providing a repeatable configuration flow. It validates environment variables, checks runtime health, and provides exact commands to complete missing setup steps across all skills.

How do I find missing configurations and environment variables across different skill categories?

To find missing configurations, run the setup wizard to scan your environment variables and group skills by category. It presents a clear overview of which categories require configuration and provides exact commands to resolve them.

Does the setup wizard work with all skill categories or only specific ones?

The setup wizard applies across all skill categories. It organizes configuration checks by category, validates environment variables universally, and provides a clear overview of ready versus missing components regardless of the skill type.

Can I get guided commands to complete missing setup steps during environment validation?

Yes, the setup wizard provides exact guided commands to complete missing setup steps. During environment validation, it identifies missing configurations and displays the specific commands needed to achieve full runtime readiness.

Why does my skill workflow fail health checks after initial onboarding?

Health checks fail when required environment variables are missing. The setup wizard scans for these missing configurations during onboarding, groups them by category, and provides the exact commands needed to pass runtime validation.