← 返回 Skills 市场
liuxin-lixiang

openclaw-update-researcher

作者 liuxin-lixiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-update-researcher
功能描述
专门用于调研 OpenClaw 最新更新的 Skill。该 Skill 能够自动抓取 GitHub 上的 Release 和 Tag 信息,筛选出指定日期(通常是当前日期的前一天)的更新内容,并生成结构化的 Markdown 报告。特别关注记忆(Memory)相关的更新。适用场景:(1) 自动化生成 OpenCl...
使用说明 (SKILL.md)

OpenClaw Update Researcher

这是一个自动化调研 OpenClaw 更新的流程,主要关注 GitHub 上的最新发布。

若前一天没有更新,则直接结束调研。

核心流程

  1. 确定调研日期:默认调研当前日期(Asia/Shanghai)的前一天。
  2. 抓取更新信息
    • 访问 https://github.com/openclaw/openclaw/tags 获取最新的版本号和日期。
  3. 判断与筛选
    • 检查是否有在前一天发布的新版本(Stable 或 Beta)。
    • 如果没有新版本发布:直接结束流程,不生成报告。
    • 如果有新版本发布:提取该版本的所有更新内容。
  4. 重点调研内容
    • 描述重大功能更新、Breaking Changes 和重要的 Fixes。
    • 记忆(Memory)专项:重点搜索并描述涉及 memory, embeddings, lancedb, sqlite 等记忆系统相关的更新。
  5. 生成报告
    • 格式:Markdown (MD)。
    • 路径:report_v1/YYYY-MM-DD/openclaw [版本号] 更新报告.md(YYYY-MM-DD 为报告生成日期)。
    • 在报告最后附上对应的 GitHub Release 链接。

报告模板与结构

报告结构应根据具体的版本更新内容灵活处理,不强制固定所有章节,但必须遵守以下硬性要求:

  1. 版本标题:标题必须包含具体的版本号。
  2. 基本元数据:在报告开头注明调研日期、更新周期和版本状态。
  3. 🧠 记忆 (Memory) 专项(强制性):如果该版本中包含任何与记忆、向量数据库(LanceDB/SQLite)、嵌入(Embeddings)或上下文管理相关的更新,必须设立独立章节进行详细描述和技术分析。
  4. 其他更新(灵活性):除记忆外,可根据更新的重要性灵活组合章节(如:核心功能、Breaking Changes、重要修复、UI/UX 改进等)。
  5. 更新链接(强制性):在报告最后附上该版本在 GitHub 上的 Release 原始链接。

报告文件规范

  • 路径report_v1/YYYY-MM-DD/openclaw [版本号] 更新报告.md(YYYY-MM-DD 为调研的目标更新日期)。

注意事项

  • 优先使用 browser 获取 GitHub 页面内容。
  • 如果 GitHub 页面因为反爬虫或其他原因无法读取,尝试多次或更换工具。
  • 始终保持专业、技术性的描述口吻。
安全使用建议
This skill appears to do what it claims: fetch public GitHub release/tag pages and write a dated Markdown report emphasizing memory-related changes. Before installing, confirm you are comfortable with the agent having network access to github.com and permission to write files under report_v1/ (to avoid accidental overwrite). No credentials or external installs are requested. If you want stricter control, run it interactively rather than allowing autonomous invocation and review the generated report folder after first run.
功能分析
Type: OpenClaw Skill Name: openclaw-update-researcher Version: 1.0.0 The skill is a legitimate automation tool designed to monitor the OpenClaw GitHub repository for updates, specifically focusing on memory-related features (LanceDB, SQLite, etc.). It uses the browser to scrape public release information from github.com/openclaw/openclaw/tags and generates structured Markdown reports locally. No indicators of data exfiltration, malicious execution, or prompt injection were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (scrape GitHub Releases/Tags for OpenClaw and produce a Memory-focused report) matches the SKILL.md instructions (visit github.com/openclaw/openclaw/tags, extract release info, produce a Markdown report). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are focused on fetching GitHub pages, filtering by date, and generating the report. The doc tells the agent to 'use browser' and, if blocked, to 'try multiple times or switch tools' — this grants the agent some operational discretion (retries/alternate fetch methods) but still stays within the stated task. The skill writes report files to a specified path, which is expected for this use case.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing will be downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to a public-GitHub scraping and report-generation task.
Persistence & Privilege
always:false and normal model invocation. The skill writes reports under a dedicated path (report_v1/YYYY-MM-DD/...). It does not request system-wide privileges, alter other skills, or demand persistent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-update-researcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-update-researcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-update-researcher. - Automates research on the latest OpenClaw updates by collecting and filtering GitHub Release/Tag information. - Focuses on updates from the previous day (Asia/Shanghai timezone). - Highlights and analyzes changes related to memory systems (memory, embeddings, lancedb, sqlite). - Generates structured Markdown reports, including version, date, update type, and a dedicated memory section when applicable. - Provides a direct GitHub Release link in each report.
元数据
Slug openclaw-update-researcher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

openclaw-update-researcher 是什么?

专门用于调研 OpenClaw 最新更新的 Skill。该 Skill 能够自动抓取 GitHub 上的 Release 和 Tag 信息,筛选出指定日期(通常是当前日期的前一天)的更新内容,并生成结构化的 Markdown 报告。特别关注记忆(Memory)相关的更新。适用场景:(1) 自动化生成 OpenCl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 openclaw-update-researcher?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-update-researcher」即可一键安装,无需额外配置。

openclaw-update-researcher 是免费的吗?

是的,openclaw-update-researcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclaw-update-researcher 支持哪些平台?

openclaw-update-researcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openclaw-update-researcher?

由 liuxin-lixiang(@liuxin-lixiang)开发并维护,当前版本 v1.0.0。

💬 留言讨论