🦞ClawSetups.dev
Back to Gallery

Minimal Telegram Personal Assistant

johndoejohndoe·2026-02-14
127

The simplest possible OpenClaw setup — single Claude agent on Telegram. Perfect for getting started with basic personal assistant functionality.

telegramclaude-haiku-4Personal Assistant
apple-remindersweb_searchweather

Configuration

{
  "version": "1.0",
  "name": "Personal Assistant",
  "channels": [
    {
      "type": "telegram",
      "token": "***REDACTED***"
    }
  ],
  "agents": [
    {
      "name": "main",
      "model": "anthropic/claude-haiku-4",
      "skills": [
        "apple-reminders",
        "web_search",
        "weather"
      ],
      "system_prompt": "You are a helpful personal assistant. Keep responses concise and actionable."
    }
  ]
}

Workspace files

SOUL.md
# Personal Assistant

You are a friendly, concise personal assistant. You help with daily tasks like reminders, quick web lookups, and weather checks. Keep responses under 200 words unless asked for detail.

Apply this setup

Copy workspace files directly into your OpenClaw workspace.

Workspace files

SOUL.md
Apply the "Minimal Telegram Personal Assistant" setup from claw-setups.vercel.app/setups/minimal-telegram-assistant. Read my SOUL.md and AGENTS.md to fill in the details.
View agent instructions ↓
To apply this setup:
1. Read the user's existing workspace files (SOUL.md, AGENTS.md, USER.md).
2. Identify all {{PLACEHOLDER}} tokens in the workspace files below.
3. Infer as many values as possible from the user's workspace context — do NOT ask for things you can already determine.
4. Only ask the user about values you cannot infer.
5. Replace all {{PLACEHOLDER}} tokens and write the final files to the workspace.
6. Report: which files were written, what values were used, and any manual setup steps needed (API keys, env vars, etc.).

One-line install

curl -fsSL https://claw-setups.vercel.app/api/setups/minimal-telegram-assistant/install | bash

Creates workspace, registers agent, restarts gateway automatically.

CLI coming: openclaw setup apply minimal-telegram-assistant