OpenClaw: Open Source AI
AI & HCI오래된 맥북에 설치하고 텔레그램으로 말 걸었더니, 자비스가 됐다.
Tested OpenClaw — a free, open-source personal AI agent — by installing it on an old MacBook (Retina 2017) as a dedicated agent machine, instead of running it on my main laptop.
OpenClaw runs locally and connects to messaging apps like Telegram, WhatsApp, and Discord. The core idea: send a message from your phone, and your computer does the work.
Connected Claude (Pro plan) as the AI model, and wired up Gmail, Google Calendar, and Telegram via MCP servers. The existing Daily Report automation (English vocabulary + news + calendar brief, delivered by email every morning) was the main test case.
What worked well:
Telegram integration is genuinely impressive — issuing commands, monitoring progress, and making corrections mid-task, all from a phone. It's the closest thing to a real personal assistant I've experienced with AI tools.
MCP ecosystem is wide enough. No built-in connectors like Claude.ai, but public MCP servers cover most needs. Gmail, Calendar, and Telegram all connected without major friction.
What didn't:
No free option for API-based web search — requires a paid service like Brave Search API.
Session management is rough compared to commercial tools — no naming, archiving, or context snapshots.
Occasional crashes that don't recover with a session restart, requiring a full reboot. Unclear if it's the old hardware or OpenClaw itself.
Key takeaway:
Repetitive scheduled tasks are better handled by Python scripts + crontab. OpenClaw is best reserved for tasks that require judgment. The unlimited permission model (full file system, shell, email access) is powerful but requires careful thought about what you hand over.
Tech: OpenClaw, Claude (Pro plan), Gmail MCP, Google Calendar MCP, Telegram MCP, macOS, crontab
무료 오픈소스 AI 에이전트인 OpenClaw를 오래된 맥북(Retina 2017)에 설치해 전용 에이전트 머신으로 활용해봤다.
OpenClaw는 로컬에서 실행되며 텔레그램, WhatsApp, Discord 같은 메신저와 연결된다. 핵심 개념은 단순하다. 폰에서 메시지 하나 보내면 내 컴퓨터가 일한다.
Claude (Pro 플랜)를 AI 모델로 연동하고, Gmail, Google Calendar, Telegram을 MCP 서버로 연결했다. 매일 아침 영어 단어·뉴스·일정을 메일로 보내주는 데일리 리포트 자동화가 주요 테스트 케이스였다.
잘 됐던 것:
텔레그램 연동이 진짜 편하다. 이동 중에 폰으로 작업 지시, 진행 상황 모니터링, 중간 수정까지 바로바로 된다. AI 도구 중에서 개인 비서에 가장 가까운 경험이었다.
MCP 생태계가 충분히 넓다. Claude.ai처럼 GUI 커넥터는 없지만, 공개 MCP 서버로 Gmail, 캘린더, 텔레그램 모두 연결 가능했다.
아쉬웠던 것:
API 기반 웹 검색 무료 옵션이 없다. Brave Search API 같은 유료 서비스가 필요하다.
세션 관리가 상용 서비스 대비 불편하다. 대화 네이밍, 아카이브, 컨텍스트 저장 기능이 없다.
가끔 다운되고 세션 리스타트로 복구가 안 된다. 오래된 하드웨어 문제인지 OpenClaw 자체 이슈인지 불명확하다.
핵심 결론:
단순 반복 작업은 Python 스크립트 + crontab이 더 가볍고 빠르다. OpenClaw는 판단이 필요한 작업에 쓰는 게 맞다. 파일시스템, 쉘, 이메일까지 권한 제한 없이 접근 가능한 구조는 강력하지만, 무엇을 맡길지 신중하게 생각해야 한다.
사용 기술: OpenClaw, Claude (Pro 플랜), Gmail MCP, Google Calendar MCP, Telegram MCP, macOS, crontab
Links
OpenClaw 공식: https://openclaw.ai
Leave a Comment: