Your personal AI agent army built on OpenClaw framework
10 specialized AI agents working 24/7 to manage your daily operations, communications, and strategic initiatives
Agents execute tasks across email, calendar, research, sales, and social media with sub-60-second response times
Self-hosted on your Hostinger VPS with end-to-end encryption and complete data ownership
Strategic AI model selection keeps total costs under $500/month while maximizing performance
Meet your AI command team
Central command agent coordinating all sub-agents and directly interfacing with Chief Aniket
Calendar management, meeting scheduling, time optimization
Email management, message drafting, follow-up tracking
Deep research, market analysis, competitor intelligence
Lead generation, CRM management, sales pipeline
Task management, project tracking, team coordination
Expense tracking, financial reports, analytics
Content creation, social media, brand management
System monitoring, security alerts, backup verification
How your agents work together
Command Input
Analyzes → Delegates → Monitors
Results delivered to Chief
Complete deployment guide for Chief Aniket
This guide will walk you through deploying your complete NEXUS Command system on Hostinger VPS. Total setup time: approximately 2-3 hours.
Purchase and configure your VPS with Ubuntu 22.04
30 minutesInstall Node.js, dependencies, and OpenClaw framework
45 minutesDeploy all 10 agents with SOUL files and skills
60 minutesConfigure API keys and test all integrations
30 minutesNever share your API keys or VPS credentials. Store them securely using environment variables and never commit them to version control.
ssh root@your-vps-ip-address
Enter your root password when prompted
apt update && apt upgrade -y
adduser nexus
usermod -aG sudo nexus
su - nexus
sudo ufw allow OpenSSH
sudo ufw allow 3000/tcp
sudo ufw enable
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
node --version # Should show v20.x
sudo apt install -y git
cd ~
git clone https://github.com/openclaw/openclaw.git
cd openclaw
npm install
This may take 5-10 minutes
cp .env.example .env
nano .env
Add your basic configuration (we'll add API keys later)
npm run build
npm start
You should see "OpenClaw Gateway started on port 3000"
Press Ctrl+C to stop
sudo npm install -g pm2
pm2 start npm --name "openclaw" -- start
pm2 save
pm2 startup
Copy and run the command that PM2 outputs
cd ~/openclaw
mkdir -p agents/souls
mkdir -p agents/skills
Download the SOUL files from this guide and place them in agents/souls/
nano config/agents.json
Add agent configurations with their respective AI models and SOUL file paths
# Calendar skills for CHRONOS
openclaw skill install google-calendar
openclaw skill install calendly
# Email skills for MERCURY
openclaw skill install gmail
openclaw skill install email-drafting
# Research skills for ATHENA
openclaw skill install web-search
openclaw skill install perplexity
# CRM skills for APOLLO
openclaw skill install hubspot
openclaw skill install linkedin
# Task management for SENTINEL
openclaw skill install notion
openclaw skill install asana
openclaw agent list
openclaw agent test NEXUS-PRIME
Used by: NEXUS-PRIME, ORACLE
Cost: ~$160/month
ANTHROPIC_API_KEY=sk-ant-your-key-here
Used by: CHRONOS, SENTINEL, PHOENIX, GUARDIAN, ECHO
Cost: ~$120/month
GOOGLE_AI_API_KEY=your-google-key-here
Used by: ATHENA
Cost: ~$80/month
OPENAI_API_KEY=sk-your-openai-key-here
Used by: APOLLO
Cost: ~$35/month
MOONSHOT_API_KEY=your-kimi-key-here
Used by: MERCURY
Cost: ~$30/month
ZHIPU_API_KEY=your-glm-key-here
Add all API keys to your .env file:
nano ~/openclaw/.env
Then restart OpenClaw:
pm2 restart openclaw
Your NEXUS Command system is now operational. Test it by sending a message to NEXUS-PRIME via WhatsApp or Telegram.
Total: $485/month - Under budget!