آن بورڈنگ وزارڈ (CLI)¶
آن بورڈنگ وزرڈ macOS پر OpenClaw سیٹ اپ کرنے کا تجویز کردہ طریقہ ہے، Linux, or Windows (via WSL2; strongly recommended). It configures a local Gateway or a remote Gateway connection, plus channels, skills, and workspace defaults in one guided flow.
openclaw onboard
openclaw dashboard and chat in the browser. Docs: Dashboard.
بعد میں دوبارہ کنفیگر کرنے کے لیے:
openclaw configure
openclaw agents add <name>
--json نان اِنٹرایکٹو موڈ کی نشاندہی نہیں کرتا۔ اسکرپٹس کے لیے --non-interactive استعمال کریں۔
web_search استعمال کر سکے۔
(web_fetch works without a key). Easiest path: openclaw configure --section web
which stores tools.web.search.apiKey. Docs: Web tools.
QuickStart بمقابلہ Advanced¶
وزارڈ QuickStart (ڈیفالٹس) بمقابلہ Advanced (مکمل کنٹرول) سے شروع ہوتا ہے۔
وزارڈ کیا کنفیگر کرتا ہے¶
Local mode (default) آپ کو ان مراحل سے گزارتا ہے:
- Model/Auth — Anthropic API key (recommended), OAuth, OpenAI, or other providers. Pick a default model.
- Workspace — Location for agent files (default
~/.openclaw/workspace). Seeds bootstrap files. - Gateway — پورٹ، بائنڈ ایڈریس، تصدیقی موڈ، Tailscale ایکسپوژر۔
- Channels — WhatsApp، Telegram، Discord، Google Chat، Mattermost، Signal، BlueBubbles، یا iMessage۔
- Daemon — LaunchAgent (macOS) یا systemd یوزر یونٹ (Linux/WSL2) انسٹال کرتا ہے۔
- Health check — Gateway شروع کرتا ہے اور تصدیق کرتا ہے کہ یہ چل رہا ہے۔
- Skills — سفارش کردہ Skills اور اختیاری dependencies انسٹال کرتا ہے۔
--reset).
If the config is invalid or contains legacy keys, the wizard asks you to run openclaw doctor first.
Remote mode only configures the local client to connect to a Gateway elsewhere. It does not install or change anything on the remote host.
ایک اور ایجنٹ شامل کریں¶
Use openclaw agents add <name> to create a separate agent with its own workspace,
sessions, and auth profiles. Running without --workspace launches the wizard.
یہ کیا سیٹ کرتا ہے:
agents.list[].nameagents.list[].workspaceagents.list[].agentDir
نوٹس:
- ڈیفالٹ ورک اسپیسز
~/.openclaw/workspace-<agentId>کی پیروی کرتی ہیں۔ - آنے والے پیغامات روٹ کرنے کے لیے
bindingsشامل کریں (وزارڈ یہ کر سکتا ہے)۔ - غیر تعاملی فلیگز:
--model,--agent-dir,--bind,--non-interactive۔
مکمل حوالہ¶
تفصیلی مرحلہ وار وضاحتوں، غیر تعاملی اسکرپٹنگ، Signal سیٹ اپ، RPC API، اور ان تمام کنفیگ فیلڈز کی مکمل فہرست کے لیے جو وزارڈ لکھتا ہے، ملاحظہ کریں Wizard Reference۔
متعلقہ دستاویزات¶
- CLI کمانڈ حوالہ:
openclaw onboard - macOS ایپ آن بورڈنگ: Onboarding
- ایجنٹ فرسٹ رن رسم: Agent Bootstrapping