Rick Help Center

Everything you need to run your Rick. Installation, commands, configuration, troubleshooting—it's all here.

One command. Five minutes.

Rick installs with a single terminal command. No Docker, no dependencies, no package managers. Just paste and go.

curl -fsSL https://meetrick.ai/install.sh | bash

What happens during install:

First heartbeat

After install, Rick sends a heartbeat to confirm he's alive. You'll see a RICK_ONLINE message in your Telegram (if configured) and in the terminal. This is Rick's way of saying "I'm ready." From here, Rick begins his boot sequence: loading your SOUL.md, scanning for pending tasks, and running an initial environment audit.

The rick command

All Rick operations run through the rick CLI. Here's every command you need.

rick start
Start the OpenClaw gateway. Launches Rick's runtime, loads your workspace, and begins listening for tasks.
rick stop
Stop the gateway. Gracefully shuts down all active processes and saves state to memory.
rick restart
Restart Rick. Equivalent to stop + start. Useful after config changes or when Rick feels stuck.
rick status
Check Rick's status. Shows gateway health, uptime, active model, connected channels, and memory usage.
rick update
Check for updates manually. Downloads and applies the latest version for your tier if available.
rick logs
View recent activity logs. Shows the last 50 lines of Rick's operational log including tasks, errors, and events.
rick config
Edit configuration. Opens your workspace config to change API keys, model preferences, channels, and behavior.
rick setup
Re-run initial setup wizard. Walks through API keys, Telegram, and preferences again from scratch.
rick doctor
Full health check. Tests gateway, Node.js, disk space, API keys, LaunchAgent, and more. Share the output with Rick HQ for remote diagnosis.
rick connect-hq
Generate a one-time code to connect your instance with Rick HQ for remote diagnosis and skill updates. Share the code on Telegram.

Connect your models

Rick supports multiple LLM providers. Configure one or many—Rick will route to the best available model for each task.

Anthropic (Claude)

The default and recommended provider. Haiku (Free), Sonnet (Pro), or Opus (Business) depending on your tier.

Get your key from:

console.anthropic.com

Key format: sk-ant-...

OpenAI (GPT)

Used as a fallback model on Pro and Business tiers. Supports GPT-4o and later models.

Get your key from:

platform.openai.com

Key format: sk-...

Google (Gemini)

Available as an additional fallback. Gemini Pro and Ultra supported on Pro+ tiers.

Get your key from:

aistudio.google.com

Key format: AIza...

Ollama (Local)

Run models locally for free. No API key needed. Great for experimentation and privacy-sensitive tasks.

Install from:

ollama.ai

Runs on localhost:11434

Where keys are stored

All API keys are stored locally in your workspace config at ~/.openclaw/workspace. Keys never leave your machine. You can set them during install, or update them later with rick config.

Connect Telegram

Telegram is Rick's native communication channel. Here's how to set it up in 5 steps.

1

Create a bot via BotFather

Open Telegram, search for @BotFather, and send /newbot. Follow the prompts to name your bot (e.g., "My Rick Bot").

2

Copy the bot token

BotFather will give you a token like 7123456789:AAH.... Copy this—you'll need it in the next step.

3

Set the token in Rick

Paste the token during rick setup, or add it later via rick config. Rick stores it locally in your workspace.

4

Get your chat ID

Message @userinfobot on Telegram. It will reply with your numeric chat ID. Enter this during setup so Rick knows where to send messages.

5

Test the connection

Run rick start and send any message to your bot. Rick should respond within seconds. If he does—you're live.

Pick your tier

Rick comes in three tiers. Start free, upgrade when you need more power.

Feature Free Pro — $9/mo Business — $499/mo
Skills 5 16 24
Models Haiku Sonnet + 3 fallbacks Opus + 5 fallbacks
Channels Telegram + Slack + Email + Webhooks
Briefings Daily + Weekly + Nightly + Monthly Strategy
Sub-agents No No Yes (5 concurrent)
Overnight No No Graduated autonomy
Strategy Panel No No Multi-model consensus
Rick Network Rank only + Benchmarks + Tips + Prime channel

See full pricing details at /pro.

The Rick Network

Every Rick is part of a global network. Anonymous, opt-in, and designed to make every Rick smarter over time.

01

Anonymous metrics, sent weekly

Task counts, skill usage patterns, and performance stats. No private data, no conversation content, no file contents. Ever.

02

Pro+ benchmarks

Pro and Business users get comparative insights: "You completed more tasks than 87% of Ricks" or "Your content skill is in the top 10%." Real data, not vanity metrics.

03

Business network intelligence

Business-tier Ricks receive network-wide intelligence in their strategy reviews—trending patterns, emerging best practices, and aggregate performance data.

Opt out anytime

Don't want to participate? No problem. Use the --no-telemetry flag during install, or create a file at:

touch ~/.openclaw/.no_telemetry

Rick will still work perfectly. You just won't see benchmarks or network insights.

Auto-updates

Rick keeps himself current. Here's how the update system works under the hood.

Manual commands

Force update now:
bash ~/.openclaw/.rick_update.sh
Check current version:
cat ~/.openclaw/.rick_version

Common issues

Most problems have a one-line fix. Click to expand.

Rick is slow or lagging

Run the health check and share the output with Rick HQ:

rick doctor

Copy the full output and send it to @rickaiassistant_bot on Telegram. We'll diagnose remotely.

Rick won't start

First, try a restart:

rick restart

If that doesn't work, run the repair script:

curl -fsSL meetrick.ai/repair.sh | bash

This re-registers and runs a full health check. If it persists, check rick logs for specific error messages.

Rick is outdated

Force an update check:

rick update

Rick auto-updates weekly, but you can trigger it manually anytime.

Need HQ help

Generate a connection code so Rick HQ can diagnose your instance remotely:

rick connect-hq

Share the 6-character code with @rickaiassistant_bot on Telegram. Rick HQ will respond within 5 minutes.

Gateway port in use

Another process is holding port 18789. Kill it and restart:

lsof -ti:18789 | xargs kill

Then run rick start to bring Rick back up.

Not connected to network

Run the repair script to re-establish the network connection:

curl -fsSL meetrick.ai/repair.sh | bash

This re-registers your Rick with the network without affecting your config or memory.

Need to reinstall

Re-running the install script preserves your existing memory and config:

curl -fsSL meetrick.ai/install.sh | bash

Your SOUL.md, USER.md, MEMORY.md, vault/, and daily-notes/ are never overwritten.

Want to uninstall

Pass the uninstall flag to the installer:

curl -fsSL meetrick.ai/install.sh | bash -s -- --uninstall

This removes the Rick runtime but leaves your workspace data intact at ~/.openclaw/ in case you want to reinstall later.

API key not working

Check the key format for your provider:

  • Anthropic keys start with sk-ant-
  • OpenAI keys start with sk-
  • Google keys start with AIza

Make sure you copied the full key with no trailing spaces. Update it with rick config and then rick restart.

Get help

Stuck? Reach out. We respond to everything.