• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Instructions for installing OpenClaw – AI Personal Assistant on your computer

AnonyViet by AnonyViet
February 1, 2026
in Network
0

OpenClaw.ai is an open source AI assistant project that is attracting great attention in the technology community in early 2026. This is not simply a chatbot like ChatGPT, but a AI Agent (autonomous task) capable of performing actions directly on the user’s computer.

Join the channel Telegram belong to AnonyViet 👉 Link 👈

What is OpenClaw?

OpenClaw (formerly known as Clawdbot and Moltbot) is a self-hosted AI assistant platform. It acts as a “control station” that connects artificial intelligence models (like GPT-4, Claude 3) with your everyday applications through messaging platforms.

This project was created by developer Peter Steinberger. It has undergone two name changes:

  • Clawdbot: Original name (pun on “Claude” and “Claw”).
  • Moltbot: Alternate name after copyright request from Anthropic.
  • OpenClaw: Current official name, reflecting open source and community nature.

Outstanding features

  • Having “hands” (Agency): Unlike chatbots that only answer questions, OpenClaw can perform practical tasks such as: managing schedules, sending emails, checking flights, or even running terminal commands on the computer.
  • Run locally (Self-hosted): You install OpenClaw on your own hardware (PC, Mac Mini, Raspberry Pi or VPS). This helps personal data and chat history be stored locally instead of on large companies’ servers.
  • Multi-channel integration: You can control OpenClaw through familiar messaging applications such as WhatsApp, Telegram, Discord, Slack or iMessage.
  • Persistent Memory: It has the ability to remember information, preferences, and decisions from previous conversations to personalize responses over time.
  • Automatic browser: OpenClaw integrates a “headless” browser that allows it to access the web, fill out forms, collect data (scrape), and interact with websites on your behalf.

How OpenClaw works

OpenClaw acts as a “message router” running with Node.js. The basic process is as follows:

  1. You send messages via Telegram/WhatsApp/Zalo.
  2. OpenClaw receives and sends requests to the AI ​​model (via API keys of OpenAI, Anthropic, etc.).
  3. The AI ​​decides which tool to use (e.g., search the web or run a script).
  4. OpenClaw executes that command on your computer and returns the result in a message.

Detailed instructions for using OpenClaw

Once installed, continue typing commands

openclaw onboard --install-daemon

install openclaw windows

Press Y to agree

Select QuickStartpress Enter

How to use openclaw

Just press Enter continuously, until the Open AI browser (ChatGPT) appears, log in to get the authentication link.

install openclaw

After logging in to OpenAI, you copy link, is created in the browser paste into Terminal window (CMD)

After pasting the link, select Model AI to be your assistant, press the up and down arrow button to select, then press Enter.

Select model AI openclaw

Next is to choose the interface channel with OpenClaw, I will choose Telegram to issue commands to OpenClaw, (It also supports Zalo, guys).

Select openclaw communication channel

Now we will create a Telegram bot (it will be our assistant):

  1. Go to telegram and find the bot @BotFather
  2. Type: /newbot
  3. Enter the bot name (remember to put the word bot right after it), for example: TroLyAnoyViet_bot
  4. After success, copy the generated API Token and paste it into Terminal (CMD).

create openclaw telegram bot

Paste into Terminal, press Enter

Paste into terminal

Select configuration Skillspress No

Openclaw skill configuration

In the following steps, just choose Yes, then use the Space button to select and then Enter until the end. In the final step, you will create your OpenClaw management page according to the link http://127.0.0.1:18789/?token=……

openclaw tokens

If you can’t access the link, continue using the command

openclaw gateway --port 18789 --verbose

Then open a Web browser and access the link http://127.0.0.1:18789/?token=……

If you see Connected, you have successfully installed OpenClaw

openclaw connected

Next, confirm the Telegram Bot with OpenClaw, try chatting any content with the Telegram Bot you just created above, it will display the code.

Instructions for installing OpenClaw - AI Personal Assistant on your computer 4

Open CMD and type the command: openclaw pairing approve telegram

Instructions for installing OpenClaw - AI Personal Assistant on your computer 5

Continue at the CMD screen and type the command:

npm i -g openclaw

openclaw node run --host localhost --port 18789 --display-name "My PC"

pair OpenClaw Gateway

Now go back to the Telegram Bot and tell OpenClaw to work:

Some easy-to-use sample commands

Create files

Tạo file note.txt với nội dung chào mừng anonyviet đến với

command opencloud

Folder management

Tạo thư mục backup và copy toàn bộ file pdf vào đó

Make a plan

Lập lịch học tiếng Anh 30 phút mỗi ngày

Compose emails

Soạn email gửi cho Admin AnonyViet đề nghị hướng dẫn sử dụng OpenClaw (giọng lịch sự, ngắn gọn)

Skill concept in OpenClaw

Skills is a skill that helps OpenClaw do specific things, for example:

  • File Skills: file/folder manipulation
  • Shell Skills: run system commands
  • Web/API Skills: call API, access web

You can turn skills on/off depending on your needs, or write your own skills if you want to expand your capabilities.

Practical example: Automatically clean up the Download folderYou can request:

Mỗi ngày lúc 23h, hãy di chuyển file video sang thư mục Video, file ảnh sang thư mục Images

Agent will plan and execute according to schedule (depending on scheduler/permission configuration).

Important security note

  • Do not grant high rights (admin/root) if not needed
  • Only use skills/plugins from trusted sources
  • Do not share API keys (.env)
  • If running on a server: limit IP access, use firewall and strong password

How is OpenClaw different from ChatGPT?

Criteria ChatGPT OpenClaw
Answer the question Have Have
Execute the task Limit Yes (depending on skill/permission)
Process automation Not the focus Is the focus
Expand plugins/skills Depends on the ecosystem Strong, flexible

Important notes when using OpenClaw

  • Technical knowledge: Installing OpenClaw requires users to have basic knowledge of Docker and server management.
  • Security risks: Because OpenClaw has deep access to the system (reading/writing files, running terminal commands), if not configured properly or attacked via “prompt injection”, it can endanger personal data. Security experts recommend running it in an isolated environment (VM or Docker).
  • Expense: Even though the software is free (open source), you still have to pay API usage fees to the model providers (like OpenAI or Anthropic).

Frequently Asked Questions (FAQ)

Is OpenClaw free?

The source code/platform may be free, but you may need to pay for the AI ​​API (depending on the model provider you use).

Can people who don’t know how to code use it?

Have. You can assign tasks using natural language. However, advanced configuration will require a basic understanding of the settings.

Does it run on the server?

Maybe. But you need to pay attention to security and authorization, especially if the agent has the right to run system commands.

Conclude

OpenClaw is an AI Agent approach that helps you turn AI into a “working assistant”, suitable if you want Work automation, save time and building smart processes.

Tags: AssistantcomputerinstallingInstructionsOpenClawpersonal
Previous Post

5 AI tools to make AI model videos – Create beautiful AI Tiktok female characters

Next Post

What are special characters? Learn from A to Z about hot trends of Gen Z and Gamers

AnonyViet

AnonyViet

Related Posts

Save image as Type contains malicious code: Remove immediately before losing money unfairly!
Network

Save image as Type contains malicious code: Remove immediately before losing money unfairly!

March 19, 2026
Instructions on how to register a .co.uk domain name for free for 1 year
Network

Instructions on how to register a .co.uk domain name for free for 1 year

March 12, 2026
How to Setup Paperclip AI: Create a Company for AI Agent
Network

How to Setup Paperclip AI: Create a Company for AI Agent

March 12, 2026
Compilation of free and cheap APIs to run OpenClaw stably
Network

Compilation of free and cheap APIs to run OpenClaw stably

March 10, 2026
3 Services to Determine IP Location for Website (IP Geolocation API)
Network

3 Services to Determine IP Location for Website (IP Geolocation API)

March 10, 2026
How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z
Network

How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z

March 3, 2026
Next Post
What are special characters? Learn from A to Z about hot trends of Gen Z and Gamers

What are special characters? Learn from A to Z about hot trends of Gen Z and Gamers

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
How to transfer ChatGPT data to Claude is extremely simple

How to transfer ChatGPT data to Claude is extremely simple

April 16, 2026
How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply