OpenClaw 日报 · 3月17日星期二
🦞 3 分钟读完,1 天够用 —— 每天精选 OpenClaw 干货教程与实用技能
📚 今日精选教程
💡 BTW Side Questions
进阶技巧难度:⭐⭐
核心要点:
✓ same session context
✓ separate one-shot side query
✓ no tool calls
✓ no future context pollution
What it does
When you send:
``text}
/btw what changed?
`
OpenClaw:
1. snapshots the current session context,
2. runs a separate tool-less model call,
3. answers only the side question,
📖 阅读完整文档 →
📋 Default AGENTS.md
核心概念 难度:⭐⭐
核心要点:
✓ Don’t dump directories or secrets into chat.
✓ Don’t run destructive commands unless explicitly asked.
✓ Don’t send partial/streaming replies to external messaging surfaces (only final replies).
✓ Read SOUL.md, USER.md, and today+yesterday in memory/.
First run (recommended)
OpenClaw uses a dedicated workspace directory for the agent. Default: ~/.openclaw/workspace (configurable via agents.defaults.workspace).
1. Create the workspace (if it doesn’t already exist):
`bash}
mkdir -p ~/.openclaw/workspace
`
2. Copy the default workspace templates into the workspace:
`bash}
cp docs/reference/templates/AGENTS.md ~/.openclaw/workspace/AGENTS.md
常用命令:
`bash
openclaw browser
`
`bash
openclaw browser eval
query
`
`bash
openclaw browser clicktype
hover
select
press
navigate
evaluate
`
📖 阅读完整文档 →
🛠️ 技能推荐
🧩 summarize —— 把长文变短,把视频变文字
内容摘要AI 工具
看到一个 2 小时的播客,没时间听?丢给 summarize,3 分钟 get 核心观点。
安装使用:
`bash
安装技能
npx clawhub@latest install summarize
查看帮助(安装后)
openclaw skill summarize --help
`
💡 Pro Tip: 配合 YouTube 链接使用,自动生成带时间戳的摘要
🧩 openhue —— 灯光随心控
飞利浦 Hue 控制智能家居
看电影时一键调暗灯光,工作时切到专注模式。
安装使用:
`bash
安装技能
npx clawhub@latest install openhue
查看帮助(安装后)
openclaw skill openhue --help
`
💡 Pro Tip: 支持场景预设,siri/快捷指令联动
💡 每日一问
Cron 和 Heartbeat 应该选哪个?
Skills 是打包好的功能模块(比如天气查询、GitHub 操作),Tools 是 Agent 直接调用的底层能力(比如文件读写、网页抓取)。Skills 建立在 Tools 之上。
🚀 新手起步
还没安装 OpenClaw?3 步搞定:
`bash
1. 安装
npm install -g openclaw@latest
2. 初始化配置
openclaw onboard
3. 启动 Gateway
openclaw gateway
``
装好后,直接在 WhatsApp/Telegram/Discord 里发消息给机器人就能用了!
📎 资源导航
🏠 官方文档
💻 GitHub
:---------::---------:
docs.openclaw.ai
github.com/openclaw
*本内容由 OpenClaw 日报机器人自动生成*
*每天早上 8:00 推送 · 欢迎订阅转发*
夜雨聆风