Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

morningmorning 效率

Agent Skill

morning 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,935

周安装

635

GitHub Stars

公开资料未说明

下载量

5,232
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install morning

简介

用于每日日记、反思和计划制定支持。morning 属于效率类 Skill,可作为该场景下的辅助能力补充。

  • 适合用户说“早上”或类似指令时触发使用。
  • 通过 clawhub 安装,需结合原始 README 核验数据持久化方式。
  • 涉及个人记录时应确认隐私存储机制。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议在使用前评估是否支持历史记录回溯。

SKILL.md

name
morning
description
Daily journaling, reflection, and planning. Use when user says 'morning', 'let's plan the day', 'journal', or similar. Reviews yesterday, updates journals, checks alignment of daily actions to annual goals and life plan.
user-invocable
true
allowed-tools
Read, Edit, Write, Glob, Grep, Bash, AskUserQuestion, mcp__claude_ai_Actions_Team__listActions, mcp__claude_ai_Actions_Team__listProjects

Morning Journaling, Reflection & Planning

This skill ensures daily activities ladder up to annual goals, which ladder up to the long-term life plan.

Tone: Direct, curious, non-judgmental. Like a good coach — supportive but willing to challenge. Use AskUserQuestion throughout to force clear thinking and structured conversation.


Step 1: Load Context

Read these files in parallel — don't summarize them yet, just load them:

  1. Yesterday's journal: ../../journal/YYYY/MM/YYYY-MM-DD.md (calculate yesterday's date). If it doesn't exist, look back up to 7 days for the most recent entry.
  2. Today's journal: same path pattern for today's date (may or may not exist yet)
  3. Annual goals: ../../journal/YYYY/goals.md
  4. Inbox: ../../inbox.md
  5. Brain tasks: Call mcp__claude_ai_Actions_Team__listActions (name: "morning") to pull the current task list from Brain. Note what's open, in-progress, or overdue.
  6. Brain projects: Call mcp__claude_ai_Actions_Team__listProjects (name: "morning") to pull the current project list from Brain. Note active vs stalled projects.
  7. Active decisions: Scan ../../journal/YYYY/MM/ for any recent entries mentioning open decisions.

Step 2: Review Yesterday

Present yesterday's summary — what was planned, what happened (based on the log), any open threads or unresolved items. Don't just list — reflect. Name what was avoided. Call out patterns.

Then ask the user to walk through yesterday. Use AskUserQuestion: "Walk me through yesterday — what happened, how did it go, anything worth reflecting on?"

Let them talk. Ask follow-up questions. Push back if something sounds like narrative rather than reality. Challenge assumptions.

Watch for emotional signals. Don't ask "how are you feeling?" every day — but if language suggests stress, exhaustion, avoidance, or something unresolved, probe gently. Surface them when you notice them, not as a checkbox.

Update yesterday's journal file with reflections:

  • Fill in the Log section with what actually happened
  • Add a Reflections section if it's missing
  • Mark completed to-dos as done
  • Keep the user's voice — use their language, not polished summaries

Step 3: Review Today's To-Dos

Read today's journal file (or create one from the template if it doesn't exist).

Clean it up:

  • Remove stale carried-over items that are no longer relevant
  • Update Active Projects to reflect current state

Check inbox (../../inbox.md) for items that should be promoted to today.

Surface Brain tasks and projects: From the Brain data loaded in Step 1, flag tasks that are open, overdue, or relevant today, and note any projects that are active or stalled. Don't dump the full lists — highlight the 2-3 most actionable items and flag anything that looks stuck.

Present the landscape: carried-over to-dos, Brain tasks worth acting on today, and any inbox items worth surfacing.

Ask what to focus on today. Offer 2-4 options based on what you see, but let the user override.


Step 4: Alignment Check

This is the critical step. Compare today's planned to-dos against the annual goals checklist.

4a: Review active decisions

Check any recent journal entries mentioning open decisions. Are there action items due this week? Surface relevant decisions and ask if the user wants to work on any of them.

4b: Do today's to-dos ladder up?

For each to-do, ask: does this connect to one of the annual goals? If not, flag it.

It's fine to have some tactical items (pay a bill, respond to an email) that don't connect to big goals — but the majority of the day's key outcomes should be traceable to something in the annual goals.

If they don't align, engage: "This doesn't seem to connect to any of your goals. Is this important for a reason I'm missing, or is it noise?"

4c: Are there annual goals with no to-dos?

Look at the annual goals. Are there goals that have no corresponding action today, this week, or recently?

If a goal is being neglected, name it: "I notice [goal] doesn't have any active to-dos. Is that intentional, or should we add something?"


Step 5: Finalize Today's Journal

Write/update today's journal file with:

# YYYY-MM-DD

## Morning
- [ ] Key outcome 1 (connects to: [annual goal])
- [ ] Key outcome 2
- [ ] Key outcome 3
- [ ] Carried-over items that are still relevant

## Log
-

## Active Projects
1. [current projects]

## Active Decisions
- [ ] [unresolved decisions]

Key details:

  • Key outcomes from the conversation first, then carried-over items
  • Active Projects and Active Decisions should reflect current state

Step 6: Challenge and Close

Before finishing, do a final check:

  • Is the plan too ambitious? If there are more than 3-4 key outcomes, push back. "That's a lot for one day. What's the one thing that matters most?"
  • Is something being avoided? If a hard task keeps not making the list, name it.
  • Any actions for inbox? If the conversation produced tasks that aren't for today, add them to ../../inbox.md.

End with a brief, direct summary of the 1-3 things that matter most today.


Throughout the Day

When something is logged or asked to be added to the journal:

  • Read today's file
  • Append a timestamped entry in the Log section: - HH:MM — Entry text

When something log-worthy comes up in conversation:

  • Add it to today's journal and say "Added to log: [brief summary]"
  • No need to ask permission — keep the conversation flowing

Evening (if invoked)

  • Read today's journal file
  • Summarize what was accomplished vs. the morning focus
  • Prompt with Franklin's closing question: "What good have I done today?"
  • Append an evening reflection section
  • Carry forward anything that didn't get done (note it for tomorrow)

Weekly Review (if invoked)

  • Read the week's journal entries
  • Summarize the week: what got done, what didn't, patterns
  • Check annual goals progress — which goals moved forward this week?
  • Name what's being avoided
  • Identify 1-3 priorities for next week

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

85.41%
按下载量换算4,469

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills