first-setup

Set up and verify a fresh ManuAI repository environment for offline voice copilot demos.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/J4Joshua/manuaI --skill first-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: first-setup
Source: https://github.com/J4Joshua/manuaI/tree/main/.agents/skills/first-setup
Command: npx skills add https://github.com/J4Joshua/manuaI --skill first-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of preparing a fresh ManuAI clone by guiding installation, configuration, model setup, indexing, and verification steps needed for a working offline-first voice copilot.

Core Features & Use Cases

  • Environment Setup: Installs and configures Ollama, Python dependencies, LiveKit tooling, and required local models for ManuAI development.
  • Verification Workflow: Runs setup checks for local indexing, offline demo readiness, and agent connectivity to catch configuration issues early.
  • Use Case: Use this Skill when onboarding a new developer, rebuilding the project environment, or diagnosing installation and dependency failures before running the factory-floor demo.

Quick Start

Use the first-setup skill to prepare my fresh ManuAI clone and verify that the offline demo runs successfully.

Frequently Asked Questions about first-setup

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

FAQPage Schema
How do I set up ManuAI for a local offline demo?

To set up ManuAI for a local offline demo, you need to coordinate the installation of Ollama models, Python packages, LiveKit tooling, and indexing workflows. This verifies environment variables and agent connectivity for a functional local system.

What is needed to configure Ollama models for ManuAI development?

Configuring Ollama models for ManuAI development requires installing specific local models, Python dependencies, and LiveKit tooling. The setup process includes applying environment variables and running verification commands to ensure the voice copilot demo runs successfully.

Can I use this first-setup process to troubleshoot ManuAI installation failures?

Yes, you can use the first-setup process to troubleshoot ManuAI installation and dependency failures. It runs verification workflows and setup checks for local indexing and offline demo readiness to catch configuration issues before running the factory-floor demo.

How do I verify my Python environment for an offline-first voice copilot?

You verify your Python environment for an offline-first voice copilot by running dedicated verification commands and setup checks. This workflow validates local indexing, offline demo readiness, and agent connectivity to catch configuration issues early.

Why does my ManuAI offline demo fail to connect after model installation?

Your ManuAI offline demo might fail to connect after model installation due to missing environment variables, incomplete dependency configuration, or indexing workflow errors. Running the verification checks helps identify these configuration issues early.