บทความ

ใช้ OpenClaw ร่วมกับ Google Services ( Gmail ,Calendar ,Sheets, Docs … )

รูปภาพ
ใช้ OpenClaw ร่วมกับ Google Services ( Gmail ,Calendar ,Sheets, Docs … ) การติดตั้งใช้งาน Google Services จะมีความยุ่งยากบ้าง แบ่งเป็น 2 ขั้นตอน ดังนี้ Setup OpenClaw Skill ( gog skill ) Setup Google APIs ( Google Cloud Console ) รายละเอียด ดังนี้ 1.การเพิ่ม Skill ให้ OpenClaw ตอนติดตั้ง OpenClaw นั้น มีการให้ติดตั้ง gog skill อยู่แล้ว แต่ถ้ายังไม่มี Homebrew จะติดตั้งไม่ผ่าน  การติดตั้ง gog ต้องมี Homebrew https://brew.sh/ หรือจะติดตั้ง Homebrew ก่อน แล้วค่อยติดตั้ง OpenClaw ก็ได้ ตามนี้  https://aiotplatform.blogspot.com/2026/05/openclaw-local-pcnotebook-ubuntu.html  Install Homebrew ( for Ubuntu ) ติดตั้ง dependency ก่อน: sudo apt update sudo apt install build-essential procps curl file git -y ติดตั้ง Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" เพิ่ม brew เข้า PATH: สำหรับ Ubuntu/Linuxbrew ส่วนใหญ่: echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc eval ...

ทดลอง ติดตั้งใช้งาน OpenClaw บน Local PC/Notebook ด้วย Ubuntu

รูปภาพ
ทดลอง ติดตั้งใช้งาน OpenClaw บน Local PC/Notebook ด้วย Ubuntu 🧠 แนวคิดก่อนติดตั้ง OpenClaw is a personal AI assistant you run on your own devices. https://openclaw.ai/ OpenClaw เป็น AI agent + automation system จะต้องมีองค์ประกอบหลัก: Python (backend) Node.js (frontend บางส่วน) LLM backend (เช่น local model หรือ API) Playwright / browser automation What you need Hardware Local PC or Notebook with Ubuntu support. ( We've tested on Ubuntu 22.04.5 LTS ) Software  Node.js — Node 24 recommended (Node 22.14+ also supported) LLM API key from a model provider (Anthropic, OpenAI, Google, etc.)  — onboarding will prompt you   Install OpenClaw curl -fsSL https://openclaw.ai/install.sh | bash Run onboarding openclaw onboard --install-daemon   Security First. Openclaw doctor Config Gateway Service Config Gateway Connection Verify the Gateway is running openclaw gateway status Open the dashboard openclaw dashboard     Uninstall OpenClaw 1. Stop the Gateway ...