← Back to Skills Marketplace
494
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install morning
Description
Daily journaling, reflection, and planning. Use when user says 'morning', 'let's plan the day', 'journal', or similar. Reviews yesterday, updates journals, c...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install morning - After installation, invoke the skill by name or use
/morning - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Morning?
Daily journaling, reflection, and planning. Use when user says 'morning', 'let's plan the day', 'journal', or similar. Reviews yesterday, updates journals, c... It is an AI Agent Skill for Claude Code / OpenClaw, with 494 downloads so far.
How do I install Morning?
Run "/install morning" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Morning free?
Yes, Morning is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Morning support?
Morning is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Morning?
It is built and maintained by Netcetera (@netcetera); the current version is v0.1.1.
More Skills