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

  1. 握手配置openclaw pairing approve telegram xxxx
  2. 添加用户白名单
    openclaw config set channels.telegram.allowFrom "['xxxx']"
  3. 添加群组白名单openclaw config set channels.telegram.groupAllowFrom "['xxxx']"
  4. 重启 openclaw openclaw gateway restart

https://antigravity.google/download

openClaw 常用指令

  • openClaw configure
  • openclaw agents add dailynews 添加dailynews的 agent

    telegram 能加多个机器人,而飞书只能有一个?

安装飞书

  1. 安装客户端/网页版访问,创建账号
  2. 创建机器人
  3. 给机器人开通权限,发布版本
  4. 在 openclaw 安装 feishu 插件openclaw plugins install @m1heng-clawd/feishu
  5. openclaw 对接飞书对话能力,openclaw channels add,按操作填入 APPID 和 secret
  6. 事件与回调,添加订阅方式 - 长连接;添加事件 - 接收消息;发布版本
  7. TUI/http://127.0.0.1:18789/chat 对话尝试,添加权限openclaw pairing approve feishu xxx

安装外部 skills

  • 寻找其他 skills 的 skill,npx skills add vercel-labs/agent-skills

    vercel-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
2
3
4
5
# 查看当前 session 的工具可用状态
openclaw tools list --session [你的当前SessionID]

# 深度检查安全拦截原因
openclaw security audit --deep

2026-03-02-【大模型】openClaw小龙虾养成记.md
https://zhangyingxuan.github.io/2026-03-02-【大模型】openClaw小龙虾养成记/
作者
blowsysun
许可协议