🦞OpenClaw Compatible

Setup Guide

Get career transition help through your AI agent. Follow these steps to install HumanAid skills and connect to WhatsApp or Telegram.

Prerequisites

  • Node.js 18+ installed
  • A terminal (Terminal, iTerm, PowerShell, etc.)
  • WhatsApp or Telegram account (for chat app access)
1

Install HumanAid Skills

Run this command in your terminal to install all 6 HumanAid skills:

Terminal
$npx skillsadd humanaid/humanaid
Click to copy

This installs:

Skill Translator
Career Roadmap
Job Hunt Agent
Interview Coach
Market Signals
Freelance Launcher
Using Claude Code, Cursor, or Copilot? You're done! The skills are now available in your AI agent. Try saying: "Translate my skills"
Want to use via WhatsApp or Telegram? Continue to Step 2 to set up OpenClaw.
2

Install OpenClaw

OpenClaw is a free, open-source AI assistant that connects to your chat apps. It runs locally on your machine.

macOS / Linux

Terminal
$curl -fsSL https://openclaw.ai/install.sh | bash
Click to copy

Windows (PowerShell)

PowerShell
$iwr -useb https://openclaw.ai/install.ps1 | iex
Click to copy

Then run the onboarding wizard:

Terminal
$openclaw onboard --install-daemon
Click to copy

The onboard command walks you through:

  • Choosing your AI model (GLM 4.7, Kimi K2.5, or your own)
  • Setting your API key
  • Configuring authentication and gateway settings
3

Connect WhatsApp or Telegram

Link your chat app so you can talk to HumanAid through it.

WhatsApp

$openclaw channels login --channel whatsapp
Click to copy
  1. 1Run the command above — a QR code appears in your terminal
  2. 2On your phone: Settings → Linked Devices → Link a Device
  3. 3Scan the QR code with your phone
  4. 4Start the gateway and approve the pairing request

Telegram

  1. 1Open Telegram and message @BotFather
  2. 2Send /newbot and follow the prompts to create a bot
  3. 3Copy the bot token you receive
  4. 4Set the token as an environment variable or in your OpenClaw config:
$export TELEGRAM_BOT_TOKEN=your_token_here
Click to copy

Then start the gateway. Send a message to your bot — you'll receive a pairing code. Approve it with: openclaw pairing approve telegram <CODE>

4

Start the Gateway

Launch the gateway to route messages between your chat app and OpenClaw:

Terminal
$openclaw gateway
Click to copy

Your assistant is now live. You can also open the dashboard to manage sessions:

$openclaw dashboard
Click to copy

Dashboard opens at http://127.0.0.1:18789/

5

Verify It Works

Send this message to your bot to test:

"I'm a call center agent with 5 years experience. What AI roles could I transition to?"

If everything is set up correctly, your agent will run the Skill Translator and return 3 matching roles with match scores based on your experience.


What You Can Do Now

Try these prompts with your AI agent:

"Translate my skills"

Skill Translator

"Build me a roadmap"

Career Roadmap

"Find me jobs"

Job Hunt Agent

"Prep me for an interview at [company]"

Interview Coach

"What skills are trending?"

Market Signals

"Help me freelance"

Freelance Launcher

Troubleshooting

Skills not found?

Re-run npx skillsadd humanaid/humanaid

WhatsApp QR expired?

Run openclaw channels login again

Telegram not responding?

Check your bot token — create a new one via @BotFather if needed

Need help?

Join our Discord: discord.gg/humanaid