Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

weekly-update每周更新

Agent Skill

weekly-update 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,248

周安装

134

GitHub Stars

公开资料未说明

下载量

1,061
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:weekly-update(每周更新)
来源仓库:https://github.com/luduvigo/weekly-update
安装命令:
openclaw skills install weekly-update
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install weekly-update

简介

将原始每周活动记录转换为干净有组织的个人更新摘要。

  • 自动读取 OpenClaw 会话日志并提炼关键行动项。
  • 支持去重、归类与重点突出,便于快速回顾进度。weekly-update 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 依赖 OpenClaw 日志完整性,需确保权限允许读取相关会话数据。
  • 建议核对输出内容是否涵盖所有重要事项及时间节点。

SKILL.md

name
weekly-update
version
1.1.0
description
>
author
gorilli
license
Apache-2.0
tags
[productivity, weekly-update, notes, planning, journaling, builder, session-logs]
compatibility
tools
[]
mcp
[sessions_list, sessions_history]
changelog
date
2026-03-31
notes
Auto-read OpenClaw session logs for the week to extract activity automatically
date
2026-03-31
notes
Initial release

Weekly Update Generator

Transforms activity from OpenClaw session logs (plus any manual notes) into a clean weekly update covering all active projects.

Step 0: Gather Activity from Session Logs

Before processing any manual input, automatically pull this week's activity from OpenClaw sessions.

  1. Call sessions_list to get all sessions from the past 7 days. Filter by activeMinutes or check timestamps to scope to the current week (Monday–today).
  2. For each session returned, call sessions_history with includeTools: false to get the conversation transcript.
  3. Scan each transcript for:

- Projects or codebases mentioned by name - Work described as completed ("shipped", "fixed", "merged", "deployed", "published", "resolved", "done") - Work described as in progress ("working on", "started", "investigating", "blocked on", "continuing") - Decisions made or conclusions reached

  1. Build a raw activity list grouped by project. Ignore small talk, clarification exchanges, and meta-conversation about Claude itself.
  2. If sessions_list or sessions_history are unavailable, skip this step silently and proceed with manual input only.

Step 1: Merge with Manual Input

If the user also provided manual notes alongside the session data:

  • Merge both sources, deduplicating where the same item appears in both
  • Manual notes take precedence for accuracy (the user knows best what's "done" vs "in progress")
  • If no manual input was provided, proceed with session-derived activity only

If neither session logs nor manual input produced any activity, ask the user to share what they worked on this week.

Core Principles

  1. Honest over polished: Reflect what actually happened, including pivots, blockers, and decisions. Don't inflate progress.
  2. Project-grouped: Organize by project so it's easy to scan. Skip projects with no activity.
  3. Done vs. In Progress: Be precise — "done" means shipped/merged/decided, "in progress" means actively being worked on.
  4. Concise: Each item should be one tight sentence. No filler.
  5. No corporate language: Write like a builder talking to other builders.

Output Structure

📅 Week [NUMBER] — [DATE RANGE]

## What got done

**[Project Name]**
- [Completed item — be specific about what was shipped/decided/resolved]
- [...]

**[Project Name]**
- [...]

---

## In Progress

**[Project Name]**
- [What's actively being worked on and where it stands]

---

## What's Next

- [Project]: [Specific next action]
- [Project]: [Specific next action]

---

## One thought from the week
[Single honest sentence — a realization, a lesson, or something that shifted this week]

Section Guidelines

What got done

  • Only include things that are actually complete (shipped, merged, decided, resolved, published)
  • Lead with the outcome, not the activity: "Fixed invoice validation bug" not "Worked on invoicing"
  • Group by project; skip projects with no completed items
  • 2–6 items per project is typical; more means the list needs trimming

In Progress

  • Only include work that is actively running this week — not backlog
  • Include enough context to know what "done" looks like for each item
  • If something has been "in progress" for multiple weeks, flag it honestly

What's Next

  • One concrete action per project, not a wishlist
  • Should feel like commitments, not aspirations
  • Keep to the most important 3–5 items total across all projects

One thought from the week

  • Single sentence
  • Something genuine — a decision made, a lesson learned, something that clarified
  • Not a tagline. Not motivational. Just honest.
  • Examples:

- "Shipping something imperfect beats another week of spec refinement." - "The budget tracking problem is a state management problem, not a policy problem." - "Two open blockers on the invoicing module were the same root cause."

Processing Activity

  1. Identify projects mentioned — map activity to known projects
  2. Separate done from in-progress — if unclear, default to in-progress
  3. Compress and sharpen — rewrite each item to lead with outcome
  4. Find the week's thread — what was the dominant theme? Use it for the closing thought
  5. Drop the noise — admin, minor fixes, and routine work don't need to appear unless significant

Quality Checklist

  • [ ] Every "done" item is actually done, not in progress
  • [ ] Each item leads with outcome, not activity
  • [ ] No project appears in both "done" and "in progress" with the same item
  • [ ] "What's Next" items are specific and actionable
  • [ ] Closing thought is genuine, not generic
  • [ ] Tone is direct — reads like a builder, not a press release

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.41%
按下载量换算874

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills