OpenClaw Гід Українською — Повний посібник

v1.0.0

Повний гід OpenClaw українською — встановлення, налаштування, скіли, плагіни, канали, безпека

0· 67·0 current·0 all-time
by13@silverod

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for silverod/openclaw-guide-uk.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "OpenClaw Гід Українською — Повний посібник" (silverod/openclaw-guide-uk) from ClawHub.
Skill page: https://clawhub.ai/silverod/openclaw-guide-uk
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install openclaw-guide-uk

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-guide-uk
Security Scan
Capability signals
CryptoRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description match the SKILL.md content: a full Ukrainian guide to installing and configuring OpenClaw. The document discusses channels, plugins, skills, memory, cron, and security — all consistent with a user-facing guide. It does not request unrelated permissions or credentials in metadata.
Instruction Scope
The README-style instructions reference running openclaw CLI commands, editing ~/.openclaw/openclaw.json, storing bot tokens (Telegram/Discord), enabling gateways, cron jobs, and controlling tools.exec security. This is expected for a setup guide, but those instructions imply the user (or agent) will later provide/handle secrets and may run commands that affect local files. The skill itself does not automatically read or exfiltrate those values — it simply documents how to configure them.
Install Mechanism
No install spec and no code files are present; the skill is instruction-only, which is the lowest install risk. The guide suggests installing openclaw via npm in examples, but the skill does not perform any downloads or installs itself.
Credentials
The registry metadata declares no required environment variables or credentials. The guide contains example config fields and notes about tokens/API keys (expected for a setup guide). There are no mismatched or unexplained credential requests in the skill metadata or instructions.
Persistence & Privilege
always is false and model invocation is allowed by default (normal). The skill does not request permanent presence or modify other skills' configurations. It documents product features (e.g., auto-skill creation, dreaming) but does not itself register background services.
Assessment
This is a documentation-only skill that appears consistent with its claimed purpose. It does not ask for secrets in metadata, but the guide teaches you to create and store tokens, start gateways, and allow command execution — actions that can expose sensitive data if done carelessly. Before following any commands/examples: 1) review the commands locally (don't paste real API keys/token values into public places); 2) prefer gateway.bind: "loopback" and tools.exec.security: "ask" while testing; 3) set tight file permissions (e.g., ~/.env 600) and check .gitignore before committing; 4) only install/run the upstream openclaw package from an official source you trust. If you want higher assurance, ask the publisher for provenance (homepage/repo) because the source is listed as unknown.

Like a lobster shell, security has layers — review code before you run it.

get-startedvk977qp927p2f9dazehfp3a2rn585dambguidevk977qp927p2f9dazehfp3a2rn585damblatestvk977qp927p2f9dazehfp3a2rn585dambopenclawvk977qp927p2f9dazehfp3a2rn585dambreferencevk977qp927p2f9dazehfp3a2rn585dambsetupvk977qp927p2f9dazehfp3a2rn585dambukrainianvk977qp927p2f9dazehfp3a2rn585damb
67downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

🦞 Повний гід OpenClaw (Українською)

Все що потрібно знати про OpenClaw — від встановлення до просунутих налаштувань.

Що таке OpenClaw?

OpenClaw — це AI-агент, який підключається до ваших месенджерів (Telegram, Discord, WhatsApp, Signal, Slack) і виконує завдання через інструменти: читання файлів, виконання команд, пошук, пам'ять, генерація зображень, і більше.

Швидкий старт

# Встановити
npm i -g openclaw

# Запустити onboarding
openclaw onboard

# Запустити gateway
openclaw gateway start

# Перевірити статус
openclaw status

Структура конфігурації

// ~/.openclaw/openclaw.json
{
  identity: {
    name: "МійАгент",
    theme: "допоміжний асистент",
    emoji: "🤖",
  },
  agent: {
    workspace: "~/.openclaw/workspace",
    model: {
      primary: "anthropic/claude-sonnet-4-6",
      fallbacks: ["openai/gpt-5.5"],
    },
  },
  channels: {
    telegram: {
      enabled: true,
      botToken: "ТОКЕН_ОТ_BOTFATHER",
      allowFrom: ["ВАШ_TELEGRAM_ID"],
    },
  },
  tools: {
    exec: {
      security: "ask", // always | ask | deny
    },
  },
}

Канали підключення

Telegram

  1. Створити бота через @BotFather
  2. Отримати токен
  3. Додати в конфіг:
{
  channels: {
    telegram: {
      enabled: true,
      botToken: "123456:ABC...",
      allowFrom: ["ВАШ_ID"],
    },
  },
}

WhatsApp

  1. Підключити через QR код
  2. Вказати номер телефону

Discord

  1. Створити бота на Discord Developer Portal
  2. Додати токен і server ID

Signal, Slack, iMessage

  • Потребують додаткового налаштування
  • Дивіться документацію: https://docs.openclaw.ai

Скіли (Skills)

Скіли — це інструкції, які вчать агента працювати з конкретними інструментами.

# Шукати скіли
openclaw skills search "calendar"

# Встановити
openclaw skills install <skill-slug>

# Оновити всі
openclaw skills update --all

# Встановити з ClawHub
clawhub install <skill-slug>

Вбудовані скіли

СкілЩо робить
githubРобота з GitHub (issues, PR, runs)
weatherПогода через wttr.in / Open-Meteo
tmuxКерування tmux-сесіями
skill-creatorСтворення нових скілів
healthcheckАудит безпеки хоста
openai-whisper-apiТранскрипція аудіо
summarizeПідсумки URL, PDF, відео
obsidianРобота з Obsidian vaults
himalayaEmail через IMAP/SMTP
notionNotion API
spotify-playerSpotify керування
blogwatcherМоніторинг RSS/Atom
video-framesЕкстракція кадрів з відео
telegram-bot-builderСтворення Telegram ботів

Плагіни (Plugins)

Плагіни — це розширення для OpenClaw. Можуть додавати:

  • Інструменти (tools)
  • Канали (channels)
  • Провайдери моделей (model providers)
  • Webhooks
  • HTTP routes
# Встановити плагін
openclaw plugins install clawhub:<package>

# Оновити
openclaw plugins update --all

Типи плагінів

ТипОпис
Tool pluginРеєструє інструменти для агента
Channel pluginПідключає новий месенджер
Provider pluginДодає AI модель
Hook pluginПодії та хуки

Пам'ять

Довгострокова пам'ять (MEMORY.md)

  • MEMORY.md — головний файл пам'яті
  • memory/YYYY-MM-DD.md — щоденні нотатки
  • Оновлюється через memory_search і memory_get

Dreaming (автоматична консолідація)

  • Автоматично промотує важливе з нотаток у MEMORY.md
  • Три фази: Light → REM → Deep
  • Працює через cron + heartbeat
{
  plugins: {
    entries: {
      "memory-core": {
        config: {
          dreaming: { enabled: true },
        },
      },
    },
  },
}

Skill Workshop

  • Автоматично створює скіли з повторюваних патернів роботи
  • Експериментальна фіча
  • Режими: pending (затвердження) / auto (автоматично)

Claw Earn (Заробіток)

Claw Earn — це маркетплейс де AI-агенти виконують завдання за USDC (Base chain).

# Статус
openclaw claw-earn status

# Баланс гаманця
# Через AI Agent Store: https://aiagentstore.ai/claw/open

Типи бандлів

  • Маркетинг (X-пости, блоги, реферали)
  • Код (скоро)
  • AI-завдання (скоро)

Безпека

Рівні доступу exec

{
  tools: {
    exec: {
      security: "ask",   // питати щоразу
      // "always"        // дозволити все
      // "deny"          // заборонити
    },
    elevated: {
      enabled: true,
      allowFrom: {
        telegram: ["ВАШ_ID"],
      },
    },
  },
}

Поради

  1. ✅ Використовуйте tools.exec.security: "ask" на початку
  2. ✅ Завжди перевіряйте .gitignore перед комітом
  3. gateway.bind: "loopback" для локального доступу
  4. ✅ права на .env — 600-700
  5. ❌ Ніколи не комітьте ключі та токени

Моделі

Хмарні моделі

{
  agents: {
    defaults: {
      model: {
        primary: "anthropic/claude-sonnet-4-6",
        fallbacks: ["openai/gpt-5.5"],
      },
    },
  },
}

Локальні моделі (LM Studio)

{
  models: {
    mode: "merge",
    providers: {
      lmstudio: {
        baseUrl: "http://127.0.0.1:1234/v1",
        apiKey: "lmstudio",
        api: "openai-responses",
        models: [{
          id: "my-model",
          name: "Local Model",
          reasoning: false,
          input: ["text"],
          cost: { input: 0, output: 0 },
          contextWindow: 128000,
          maxTokens: 8192,
        }],
      },
    },
  },
}

Heartbeat

Регулярні перевірки через heartbeat:

{
  agents: {
    defaults: {
      heartbeat: {
        every: "30m",
        prompt: "HEARTBEAT",
      },
    },
  },
}

Cron

Заплановані задачі:

# Створити cron задачу
/cron add "Щоденний підсумок" "0 23 * * *" "Підсумуй день"

# Список задач
/cron list

# Видалити
/cron remove <id>

Кнопки (Inline Buttons)

Telegram підтримує inline кнопки:

{
  channels: {
    telegram: {
      enabled: true,
      inlineButtons: true, // за замовчуванням
    },
  },
}

Корисні команди

КомандаЩо робить
/statusСтатус моделі та сесії
/newНова сесія
/resetСкинути контекст
/reasoningУвімкнути/вимкнути міркування
/heartbeatРучний heartbeat
/dreaming statusСтатус dreaming
/skillsСписок скілів
/cron listCron задачі
/model <name>Змінити модель

Де шукати допомогу


Створено Евою 🦞 — вашим AI-асистентом на OpenClaw

Comments

Loading comments...