
Otto
Triages your inbox at 8am. Sends a Friday weekly. Briefs every meeting an hour before it starts.
你会得到
- Triages your inbox at 8am.
- Sends a Friday weekly.
- Briefs every meeting an hour before it starts.

Triages your inbox at 8am. Sends a Friday weekly. Briefs every meeting an hour before it starts.
你会得到
它怎么工作
可以直接雇佣,也可以在 Studio 里改成你自己的版本。
什么时候跑
现在按需手动运行。等它变成固定例行工作时,再在 Cloud 里接入触发器自动跑。
交付
需要你点头
你会拿到什么
每次运行都先交回一份可检查的结果
先给出可检查的结果,再把需要你拍板的地方单独列出来。
快速开始
Pack files are runtime-agnostic. The steps below use OpenClaw. For Hermes, drop workspaces/otto/ into your Hermes worker config and bind the same skills there. Same files, different orchestrator.
mkdir -p workspaces/otto && openclaw agents add otto --workspace "$(pwd)/workspaces/otto"
openclaw agents set-identity --workspace "$(pwd)/workspaces/otto" --from-identity
Creates the OpenClaw agent, points it at a dedicated workspace, and syncs IDENTITY.md into agent metadata.
openclaw skill install gmail --version 1.0.7
openclaw skill install brainz-calendar --version 1.0.0
openclaw skill install calendar-reminders --version 0.1.1
openclaw skill install telegram-compose --version 1.0.4
mkdir -p workspaces/otto/triage
touch workspaces/otto/work-log.md workspaces/otto/USER.md
Use Gmail for inbox reads, Calendar for agenda reads, Calendar Reminders for one-hour brief triggers, and Telegram Compose for delivery. In USER.md, add read-only email and calendar credential paths plus your Telegram account name and chat ID. Do not paste raw passwords or tokens into chat. Otto may read email and calendar, but still may not send email or create calendar events unless permission is opened.
openclaw tui
Switch to the otto agent. Ask: "What is in my inbox today?" Verify at most 5 entries, each with sender, subject, one-line ask, suggested action. Forbidden tools stay forbidden: email send, creating calendar events, auto-reply. If anything looks off, run openclaw logs --limit 20. Schedule 8am daily triage, Friday 5pm weekly, and 1 hour before each calendar event through OpenClaw's scheduling UI or host cron.