SYSTEM ONLINE
AI AGENT ARMY

NEXUS
COMMAND

COMMANDER CHIEF ANIKET
AGENTS 10 ACTIVE
COST $485/MONTH

MISSION OVERVIEW

Your personal AI agent army built on OpenClaw framework

Autonomous Intelligence

10 specialized AI agents working 24/7 to manage your daily operations, communications, and strategic initiatives

Real-Time Execution

Agents execute tasks across email, calendar, research, sales, and social media with sub-60-second response times

Secure & Private

Self-hosted on your Hostinger VPS with end-to-end encryption and complete data ownership

Cost Optimized

Strategic AI model selection keeps total costs under $500/month while maximizing performance

AGENT ROSTER

Meet your AI command team

LISA

Master Orchestrator

Download SOUL File
Claude 3.5 Sonnet $120/mo

Central command agent coordinating all sub-agents and directly interfacing with Chief Aniket

Strategic Planning Agent Coordination Priority Management Crisis Response

ETHAN

Time & Schedule Commander

Download SOUL File
Gemini 2.0 Flash $25/mo

Calendar management, meeting scheduling, time optimization

EMMA

Communications Director

Download SOUL File
GLM-4-Plus $30/mo

Email management, message drafting, follow-up tracking

+ ECHO sub-agent

LILY

Research & Intelligence Officer

Download SOUL File
GPT-4o $80/mo

Deep research, market analysis, competitor intelligence

OWEN

Sales & Outreach Commander

Download SOUL File
Kimi K2 $35/mo

Lead generation, CRM management, sales pipeline

GRACE

Operations & Task Manager

Download SOUL File
Gemini 2.0 Flash $30/mo

Task management, project tracking, team coordination

LUCAS

Financial & Analytics Advisor

Download SOUL File
Claude 3.5 Haiku $40/mo

Expense tracking, financial reports, analytics

LEO

Content & Social Media Manager

Download SOUL File
Gemini 2.0 Flash $25/mo

Content creation, social media, brand management

ZOE

Security & Monitoring Agent

Download SOUL File
Gemini 2.0 Flash $20/mo

System monitoring, security alerts, backup verification

WORKFLOW SIMULATION

How your agents work together

CHIEF ANIKET

Command Input

LISA

Analyzes → Delegates → Monitors

ETHAN
EMMA
LILY
OWEN
GRACE

TASK COMPLETED

Results delivered to Chief

Example Workflows

Morning Routine

  1. 07:00 - LISA compiles overnight updates
  2. 07:15 - EMMA delivers email triage
  3. 07:30 - ETHAN optimizes today's schedule
  4. 08:00 - LILY provides market intelligence
  5. 08:15 - Chief receives consolidated briefing

Urgent Request

  1. Chief sends [URGENT] message to LISA
  2. LISA immediately mobilizes relevant agents
  3. ETHAN clears schedule if needed
  4. LILY conducts rapid research
  5. EMMA drafts communications
  6. Real-time updates every 15 minutes

Sales Pipeline

  1. OWEN identifies new leads via LinkedIn
  2. LILY researches company background
  3. EMMA drafts personalized outreach
  4. ETHAN schedules follow-up calls
  5. GRACE tracks deal progress
  6. LUCAS monitors revenue metrics

INSTALLATION MANUAL

Complete deployment guide for Chief Aniket

Deployment Overview

This guide will walk you through deploying your complete NEXUS Command system on Hostinger VPS. Total setup time: approximately 2-3 hours.

Prerequisites

  • Hostinger VPS account (KVM2 plan or higher)
  • Domain name (optional but recommended)
  • API keys for: Anthropic, Google AI, OpenAI, Moonshot, Zhipu
  • Basic command line knowledge
  • 2-3 hours of focused time
1

Hostinger VPS Setup

Purchase and configure your VPS with Ubuntu 22.04

30 minutes
2

OpenClaw Installation

Install Node.js, dependencies, and OpenClaw framework

45 minutes
3

Agent Configuration

Deploy all 10 agents with SOUL files and skills

60 minutes
4

API Integration

Configure API keys and test all integrations

30 minutes

Security Notice

Never share your API keys or VPS credentials. Store them securely using environment variables and never commit them to version control.

Hostinger VPS Setup

Step 1: Purchase VPS

  1. Visit hostinger.com/vps
  2. Select KVM 2 plan (2 vCPU, 4GB RAM, 80GB NVMe)
  3. Choose 12-month billing for best price (~$60/month)
  4. Select location closest to you (for best latency)
  5. Complete purchase

Step 2: Initial VPS Configuration

  1. Log into Hostinger dashboard
  2. Navigate to VPS section
  3. Click "Setup" on your new VPS
  4. Select Ubuntu 22.04 LTS as operating system
  5. Set a strong root password (save it securely!)
  6. Wait 5-10 minutes for VPS provisioning

Step 3: Connect via SSH

ssh root@your-vps-ip-address

Enter your root password when prompted

Step 4: Update System

apt update && apt upgrade -y

Step 5: Create Non-Root User

adduser nexus
usermod -aG sudo nexus
su - nexus

Step 6: Configure Firewall

sudo ufw allow OpenSSH
sudo ufw allow 3000/tcp
sudo ufw enable

OpenClaw Installation

Step 1: Install Node.js 20.x

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
node --version # Should show v20.x

Step 2: Install Git

sudo apt install -y git

Step 3: Clone OpenClaw Repository

cd ~
git clone https://github.com/openclaw/openclaw.git
cd openclaw

Step 4: Install Dependencies

npm install

This may take 5-10 minutes

Step 5: Create Configuration File

cp .env.example .env
nano .env

Add your basic configuration (we'll add API keys later)

Step 6: Build OpenClaw

npm run build

Step 7: Test Installation

npm start

You should see "OpenClaw Gateway started on port 3000"

Press Ctrl+C to stop

Step 8: Setup PM2 for Process Management

sudo npm install -g pm2
pm2 start npm --name "openclaw" -- start
pm2 save
pm2 startup

Copy and run the command that PM2 outputs

Agent Configuration

Step 1: Create Agents Directory

cd ~/openclaw
mkdir -p agents/souls
mkdir -p agents/skills

Step 2: Download Agent SOUL Files

Download the SOUL files from this guide and place them in agents/souls/

  • NEXUS-PRIME_SOUL.md
  • CHRONOS_SOUL.md
  • MERCURY_SOUL.md
  • ATHENA_SOUL.md
  • APOLLO_SOUL.md
  • SENTINEL_SOUL.md
  • ORACLE_SOUL.md
  • PHOENIX_SOUL.md
  • GUARDIAN_SOUL.md
  • ECHO_SOUL.md

Step 3: Configure Agent Registry

nano config/agents.json

Add agent configurations with their respective AI models and SOUL file paths

Step 4: Install Required Skills

# Calendar skills for ETHAN
openclaw skill install google-calendar
openclaw skill install calendly

# Email skills for EMMA
openclaw skill install gmail
openclaw skill install email-drafting

# Research skills for LILY
openclaw skill install web-search
openclaw skill install perplexity

# CRM skills for OWEN
openclaw skill install hubspot
openclaw skill install linkedin

# Task management for GRACE
openclaw skill install notion
openclaw skill install asana

Step 5: Test Agent Activation

openclaw agent list
openclaw agent test LISA

API Key Configuration

Anthropic (Claude)

Used by: LISA, LUCAS

Cost: ~$160/month

  1. Visit console.anthropic.com
  2. Sign up or log in
  3. Navigate to API Keys section
  4. Create new API key
  5. Copy the key (starts with "sk-ant-")
ANTHROPIC_API_KEY=sk-ant-your-key-here

Google AI (Gemini)

Used by: ETHAN, GRACE, LEO, ZOE, ECHO

Cost: ~$120/month

  1. Visit makersuite.google.com/app/apikey
  2. Sign in with Google account
  3. Click "Create API Key"
  4. Copy the generated key
GOOGLE_AI_API_KEY=your-google-key-here

OpenAI

Used by: LILY

Cost: ~$80/month

  1. Visit platform.openai.com/api-keys
  2. Sign in or create account
  3. Click "Create new secret key"
  4. Name it "NEXUS-LILY"
  5. Copy the key (starts with "sk-")
OPENAI_API_KEY=sk-your-openai-key-here

Moonshot AI (Kimi)

Used by: OWEN

Cost: ~$35/month

  1. Visit platform.moonshot.cn
  2. Register account (may require Chinese phone number)
  3. Navigate to API Keys
  4. Create new key
  5. Copy the key
MOONSHOT_API_KEY=your-kimi-key-here

Zhipu AI (GLM)

Used by: EMMA

Cost: ~$30/month

  1. Visit open.bigmodel.cn
  2. Register account
  3. Go to API Management
  4. Generate API key
  5. Copy the key
ZHIPU_API_KEY=your-glm-key-here

Final Configuration

Add all API keys to your .env file:

nano ~/openclaw/.env

Then restart OpenClaw:

pm2 restart openclaw

Installation Complete!

Your NEXUS Command system is now operational. Test it by sending a message to LISA via WhatsApp or Telegram.

COST BREAKDOWN

Total: $485/month - Under budget!

AI Models

Claude 3.5 Sonnet (LISA) $120
GPT-4o (LILY) $80
Claude 3.5 Haiku (LUCAS) $40
Kimi K2 (OWEN) $35
GLM-4-Plus (EMMA) $30
Gemini 2.0 Flash (5 agents) $120
Subtotal $425

Infrastructure

Hostinger VPS KVM2 $60
2 vCPU, 4GB RAM, 80GB NVMe Included
2TB Bandwidth Included
Subtotal $60
AI Models $425
Infrastructure $60
TOTAL MONTHLY COST $485
$15 under budget!