安装设置
http://127.0.0.1:8766/oauth2callback。
命令
自然语言
resultSizeEstimate(例如 10 unread emails)。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
完成一次性 OAuth 登录后,即可从 Arka 中读取 Gmail 和 Google 日历,包含未读摘要、每日摘要和周视图排程等命令。
arka google setup # print Cloud Console steps
# Add GOOGLE_OAUTH_CLIENT_ID + GOOGLE_OAUTH_CLIENT_SECRET to .env
arka reload
arka google login # opens browser; stores token locally
arka google status
http://127.0.0.1:8766/oauth2callback。
| 命令 | 示例 |
|---|---|
google gmail --unread | 列出未读邮件 |
google gmail --summarize --unread | 未读邮件的 AI 摘要 |
google gmail --today | 今日邮件 |
google gmail --days 3 | 最近 3 天 |
google calendar --today | 今日事件 |
google calendar --week | 本周事件 |
arka give unread emails
arka summarize unread emails
arka summarize emails within 3 days
arka what's on my calendar today
resultSizeEstimate(例如 10 unread emails)。
GOOGLE_OAUTH_CLIENT_ID=....apps.googleusercontent.com
GOOGLE_OAUTH_CLIENT_SECRET=...
# GMAIL_MAX=500
# GMAIL_SUMMARIZE_MAX=40