← 返回 Skills 市场
494
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install morning
功能描述
Daily journaling, reflection, and planning. Use when user says 'morning', 'let's plan the day', 'journal', or similar. Reviews yesterday, updates journals, c...
安全使用建议
This skill is coherent with its stated purpose, but check these practical points before installing: (1) Confirm your journal/inbox live at the relative paths the SKILL.md expects (../../journal/... and ../../inbox.md) so the agent will read/write the intended files. (2) The skill will update and append to your journal files automatically during the session ('No need to ask permission'), so if you prefer explicit consent before writes, request that the SKILL.md be changed to prompt before modifying files. (3) The skill calls your Brain MCP to list actions/projects — ensure your Brain MCP is configured and you are comfortable the agent can read that data. (4) Consider removing or restricting the 'Bash' tool from allowed-tools if you don't want the agent to run arbitrary shell commands; the skill's behavior appears achievable with Read/Edit/Write/Grep/Glob alone. (5) Test the skill in a safe environment or back up your journal files before first run to verify it edits files the way you expect.
功能分析
Type: OpenClaw Skill
Name: morning
Version: 0.1.1
The skill is classified as suspicious primarily because its `SKILL.md` explicitly lists `Bash` as an `allowed-tool`. While the skill's instructions themselves do not direct the AI agent to execute malicious shell commands, granting `Bash` access introduces a critical prompt injection vulnerability. An attacker could craft prompts to trick the agent into executing arbitrary commands, leading to potential remote code execution. Additionally, the skill's use of `Read`, `Edit`, `Write`, `Glob`, and `Grep` tools with relative paths (e.g., `../../journal/`) grants broad file system access, which, if combined with a `Bash` exploitation, could lead to significant data compromise or system manipulation.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the skill reads yesterday/today journal files, an annual goals file, inbox.md, and calls Brain MCP listActions/listProjects to surface tasks and projects. These file reads/writes and MCP calls are expected for a journaling/planning skill.
Instruction Scope
Instructions explicitly direct reading/writing specific relative files (../../journal/YYYY/..., ../../inbox.md), scanning journal directories for decisions, and updating journal files throughout the day (appending timestamped Log entries). This behavior is coherent for a journaling skill but notable because the skill will append/write to files without asking the user each time ('No need to ask permission — keep the conversation flowing'). If you want interactive consent before edits, the SKILL.md should be changed to require AskUserQuestion confirmations before write operations.
Install Mechanism
No install spec and no code files beyond SKILL.md/README/package.json — this is instruction-only and the lowest-risk install profile (nothing is downloaded or executed outside the agent runtime).
Credentials
The skill requests no environment variables or external credentials. It does require that the OpenClaw environment have the Brain MCP configured (the README notes this). That requirement is proportionate to calling mcp__claude_ai_Actions_Team__listActions and listProjects.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed but that is the platform default. The skill does not request system-wide config changes or cross-skill credentials. One small note: allowed-tools includes 'Bash' in addition to Read/Edit/Write/Grep/Glob; the instructions do not require arbitrary shell execution, so including Bash increases the agent's ability to run shell commands beyond what's necessary for journaling and could be tightened.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install morning - 安装完成后,直接呼叫该 Skill 的名称或使用
/morning触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Integration with Brain: Added use of Brain actions and projects, surfacing relevant tasks and projects each morning.
- Updated context gathering: Now retrieves tasks with `mcp__claude_ai_Actions_Team__listActions` and projects with `mcp__claude_ai_Actions_Team__listProjects`.
- Active decisions logic improved: Scans journal entries for open decisions instead of requiring a dedicated directory.
- Added README.md and package.json for documentation and project setup.
- Removed legacy reference.md file.
v0.1.0
Initial release – a structured morning planning and journaling skill focused on daily alignment with long-term goals.
- Guides users through daily reflection, journaling, and planning
- Reviews yesterday’s journal/log, surfaces patterns, and prompts for honest reflection
- Cleans up and updates today’s to-dos, drawing from journal entries and inbox
- Checks daily actions against annual goals and life plan for alignment
- Challenges users to focus on what matters and avoid overcommitting
- Supports ongoing log entries, evening reflection, and weekly review
元数据
常见问题
Morning 是什么?
Daily journaling, reflection, and planning. Use when user says 'morning', 'let's plan the day', 'journal', or similar. Reviews yesterday, updates journals, c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 494 次。
如何安装 Morning?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install morning」即可一键安装,无需额外配置。
Morning 是免费的吗?
是的,Morning 完全免费(开源免费),可自由下载、安装和使用。
Morning 支持哪些平台?
Morning 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Morning?
由 Netcetera(@netcetera)开发并维护,当前版本 v0.1.1。
推荐 Skills