บทความ

OpenClaw Create New Skills : LINE - TyphoonOCR - Google Sheets

รูปภาพ
OpenClaw Create New Skills :  LINE - TyphoonOCR - Google Sheets ทดลองสร้าง Skills ใหม่ ให้กับ OpenClaw โจทย์ หรือ ความต้องการ ส่งภาพ Slip ใบเสร็จ ผ่าน LINE  แล้วให้ TyphoonOCR สกัดข้อความออกมา  เช็คว่าเป็น ใบเสร็จ หรือไม่ ให้ confirm กับผู้ใช้งาน Save เข้า Google Sheets หาข้อมูล ด้วย AI ( ChatGPT ) ใช้ openclaw channel ด้วย Line messaging api . สร้าง new skill สำหรับ รับรูป จาก chat ทำอย่างไร? https://chatgpt.com/s/t_6a3c6c7a07c4819191206a2ee0a0252d สร้าง Project เต็มพร้อมใช้งานให้เลย https://chatgpt.com/s/t_6a3c6e2304288191942f5fbd621cf28b สร้าง Prompt เพื่อ สร้าง Skills ใน OpenClaw Example prompt I've created a new skill file for line-receipt-ocr in workspace. ~/workspace/skills/line-receipt-ocr/ ├── SKILL.md ├── references/ │     ├── line-api.md │     └── typhoon-ocr.md └── scripts/        ├── process_receipt.py        └── requirements.txt Step 1 . Create Trigger for receive i...

ใช้ OpenClaw บน GCP ( Goggle Cloud Platform ) ได้ FREE!!! ( 3 เดือน ,300 USD )

รูปภาพ
ใช้ OpenClaw บน GCP ( Goggle Cloud Platform ) ได้ FREE!!! ( 3 เดือน , 300 USD )   Build a 24/7 Personal AI Assistant ถ้าสมัคร Google Account ใหม่ ก็จะได้ GCP ฟรี $300 ในระยะเวลา 3 เดือน https://cloud.google.com/pricing เมื่อสมัครได้ เรียบร้อย ก็จะได้ Credit และ Expire Date และ My First Project  สร้าง VM Instances สำหรับใช้งาน OpenClaw กันได้เลย Google Cloud => Compute Engine => VM instances Create Instances Set VM Name Change Memory to 8GB or if you want more. Change Disk 30 GB minimum  Then Create. Create VM complete Set SSH remote to GCP Install gcloud CLI  https://cloud.google.com/sdk/docs/install Initialize and authenticate: bash Copy code gcloud init gcloud auth login Then SSH to GCP :  bash Copy code gcloud compute ssh openclaw-gcp2 --zone=us-central1-b Remote SSH ได้เรียบร้อย จะได้  User ubuntu @ YOUR_VM_NAME การติดตั้ง OpenClaw บน GCP Install Docker ( on the VM ) bash Copy code sudo apt-get update sudo apt-get install -y git curl ca-certi...