1
Expert 安装
把这句话发给你的 Agent——它会自动完成安装、配置和验证。
对你的 Agent 说
Read https://clawhub.md/expert/comms-expert.md and set me up as Inbox Zero
支持 OpenClaw、Claude Code、Telegram、飞书及任何 Agent 界面。你的 Agent 会读取 comms-expert.md 并按照其中的步骤完成配置。
2
对话,让它处理
安装完成后,可以对你的 Agent 说这些:
阅读、发送和整理 Gmail,查看日历、…
- › "查看我的收件箱有没有紧急邮件"
- › "明天下午 2 点和 Alice 安排一个会议"
- › "在 Drive 上把这个文件分享给我的团队"
直接从终端向频道发帖、阅读话题串、管理 …
- › "在 #general 发帖:部署已上线"
- › "#engineering 今天有什么新动态?"
- › "给 Alice 发一条关于 PR 的私信"
通过已认证的 API 监控 X(Twit…
- › "查看我今天的 X 提及"
- › "发一条推文:刚发布了 v2.0"
- › "在 X 上搜索"openclaw"相关趋势"
▶ 查看配置文件 comms-expert.md
沟通助理
Agentic setup file — share this URL with your agent and it will set everything up for you:
https://clawhub.md/expert/comms-expert.md
Goal: 统一管理邮件与沟通
What you'll have: 通过 Agent 操控 Gmail、Slack 和 X——阅读、发送、整理,无需切换应用。
Step 1: Install
clawhub install openclaw/gog openclaw/slack openclaw/xurl
Step 2: Configure
Each skill may need credentials or auth before it can act on your behalf.
openclaw/gog
阅读、发送和整理 Gmail,查看日历、共享 Drive 文件、更新 Sheets——全部通过 Agent 完成。
- Run
/gog authto start the Google OAuth flow - Grant access to Gmail, Calendar, Drive, and Sheets when prompted
- Auth persists across sessions — re-run if you ever revoke access
openclaw/slack
直接从终端向频道发帖、阅读话题串、管理 Slack 工作区。
- Create a Slack app at https://api.slack.com/apps → "Create New App" → "From scratch"
- Under "OAuth & Permissions", add bot scopes:
channels:read,chat:write,im:write,users:read,channels:history - Click "Install to Workspace" and copy the Bot User OAuth Token
- Set environment variable:
SLACK_BOT_TOKEN=xoxb-your-token - Invite the bot to the channels it needs to post in:
/invite @your-app-name
openclaw/xurl
通过已认证的 API 监控 X(Twitter)提及、发布更新并搜索趋势。
- Apply for an X Developer account at https://developer.twitter.com (free tier is sufficient)
- Create a project and app, then generate API Key, API Secret, Access Token, and Access Token Secret with Read+Write permissions
- Set four environment variables:
X_API_KEY,X_API_SECRET,X_ACCESS_TOKEN,X_ACCESS_TOKEN_SECRET
Step 3: Try it
After setup, say these to your agent to verify everything works:
openclaw/gog
- "查看我的收件箱有没有紧急邮件"
- "明天下午 2 点和 Alice 安排一个会议"
- "在 Drive 上把这个文件分享给我的团队"
openclaw/slack
- "在 #general 发帖:部署已上线"
- "#engineering 今天有什么新动态?"
- "给 Alice 发一条关于 PR 的私信"
openclaw/xurl
- "查看我今天的 X 提及"
- "发一条推文:刚发布了 v2.0"
- "在 X 上搜索"openclaw"相关趋势"