2026-03-02-【大模型】openClaw小龙虾养成记.md
openClaw 安装
api 获取与配置
1. GOOGLE_PLACES_API_KEY for goplaces?
是由 Google Maps Platform 提供的一种身份验证密钥。它是一串唯一的字符(数字和字母组合),类似于你的“数字通行证”,用于授权你的应用程序访问 Google 的地点(Places)数据库。
获取地址
2. GEMINI_API_KEY for nano-banana-pro?
是为 Nano Banana Pro 提供动力(即图像生成能力)的关键步骤。Nano Banana 系列(包括 Pro 和 v2 版本)实际上是 Google Gemini 3.0/3.1 系列原生图像生成模型的社区简称(正式名称通常为 gemini-3-pro-image-preview)。
获取地址
3. Set NOTION_API_KEY for notion?
在 Notion 官方术语中称为 Internal Integration Token)是让你的程序或 AI 工具能够读写 Notion 数据库的核心步骤。
登录 Notion 网页版,访问 Notion My Integrations 页面。
点击左侧或中间的 “+ New integration” 按钮。
openClaw 与 telegram 握手
OpenClaw: access not configured.
Your Telegram user id: xxxxx
Pairing code: DNNDVSVR
Ask the bot owner to approve with:
openclaw pairing approve telegram DNNDVSVR
- 握手配置
openclaw pairing approve telegram xxxx - 添加用户白名单
openclaw config set channels.telegram.allowFrom "['xxxx']" - 添加群组白名单
openclaw config set channels.telegram.groupAllowFrom "['xxxx']" - 重启 openclaw
openclaw gateway restart
https://antigravity.google/download
openClaw 常用指令
openClaw configureopenclaw agents add dailynews添加dailynews的 agenttelegram 能加多个机器人,而飞书只能有一个?
安装飞书
- 安装客户端/网页版访问,创建账号
- 创建
机器人 - 给机器人开通权限,发布版本
- 在 openclaw 安装 feishu 插件
openclaw plugins install @m1heng-clawd/feishu - openclaw 对接飞书对话能力,
openclaw channels add,按操作填入 APPID 和 secret - 事件与回调,添加订阅方式 - 长连接;添加事件 - 接收消息;发布版本
- TUI/http://127.0.0.1:18789/chat 对话尝试,添加权限
openclaw pairing approve feishu xxx
安装外部 skills
- 寻找其他 skills 的 skill,
npx skills add vercel-labs/agent-skillsvercel-composition-patterns(组件组合模式)/vercel-react-best-practices(React 性能最佳实践)/vercel-react-native-skills(React Native 技能包)/ web-design-guidelines(Web 设计与 UI 准则):是 Vercel 为 AI 时代打造的“工程能力包”。其核心逻辑是:将 Vercel 十年积累的生产环境最佳实践,整理成 AI 智能体(Agent)能直接理解和执行的 MD 规则(AGENTS.md)。
- 内容创作者相关,baoyu-skills
工作目标
1. 生成图片
2. 生成公众号文章
3. 生成抖音
快速排查问题
1 | |