openclaw-update-researcher

v1.0.0

专门用于调研 OpenClaw 最新更新的 Skill。该 Skill 能够自动抓取 GitHub 上的 Release 和 Tag 信息,筛选出指定日期(通常是当前日期的前一天)的更新内容,并生成结构化的 Markdown 报告。特别关注记忆(Memory)相关的更新。适用场景:(1) 自动化生成 OpenCl...

0· 71·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for liuxin-lixiang/openclaw-update-researcher.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "openclaw-update-researcher" (liuxin-lixiang/openclaw-update-researcher) from ClawHub.
Skill page: https://clawhub.ai/liuxin-lixiang/openclaw-update-researcher
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install openclaw-update-researcher

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-update-researcher
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97636xxxcbafwbjc17mdfqa5984w4d4
71downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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 页面因为反爬虫或其他原因无法读取,尝试多次或更换工具。
  • 始终保持专业、技术性的描述口吻。

Comments

Loading comments...