Morning Manifesto

Daily morning reflection workflow with task sync to Obsidian, Apple Reminders, and Linear

התקנה
$clawhub install morning-manifesto

Morning Manifesto 🌅

Trigger: /morning_manifesto

Flow

1. Send the prompts

When /morning-manifesto is triggered, immediately send:

Good morning! 🚀 Please tell me about:

- What you did yesterday?

- One small thing you are grateful for

- Today's adventure

- Tasks and commitments

- How are the weekly priorities going?

2. Wait for response

Wait for user reply (text or audio). Audio is automatically transcribed via whisper.cpp.

3. Parse and append to Obsidian daily note

Parse the response and append to today's note in the Obsidian vault (🔥 Fires). Structure:


## Morning Manifesto - [YYYY-MM-DD]

### What I did yesterday
[user's response]

### Grateful for
[user's response]

### Today's adventure
[user's response]

### Tasks and commitments

- [task 1]

- [task 2]

### Weekly priorities status
[user's response]

4. Sync tasks with Apple Reminders

For each task/commitment mentioned:

  • If task exists: Update its due date to today

  • If new task: Create a new reminder with due date today

  • Use the apple-reminders skill for this

5. Query Linear for urgent issues

Query all teams for issues with priority = urgent (1). Format:

🔴 Urgent Linear Issues:

- [Team] [Issue ID]: [Title]

6. Send summary

Send a final message with:

  • Today's Apple Reminders (all due today)

  • Urgent Linear issues across all teams

Key details

  • Use today's date for Obsidian note naming (YYYY-MM-DD.md)

  • For Apple Reminders: query by due date, create with due date

  • For Linear: use priority = 1 filter, query all teams

  • Pay special attention to "Tasks and commitments" section

פרטים

גרסה
v1.0.0
הורדות
1,920
כוכבים
2

Skills פופולריים

Zoho Recruit
Zoho Recruit API integration with managed OAuth. Manage candidates, job openings, interviews, and recruitment workflows. Use this skill when users want to read, create, update, or search recruitment data like candidates, job openings, interviews, and applications in Zoho Recruit. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
diagram-generator
生成和编辑各种类型的图表(drawio、mermaid、excalidraw)。支持流程图、时序图、类图、ER图、思维导图、架构图、网络拓扑图等常见图表类型。能够根据自然语言描述创建新图表,也能读取并修改已有的 drawio/mermaid/excalidraw 文件。使用独立的 MCP server (mcp-diagram-generator) 生成图表文件,减少 token 消耗并保证输出一致性。支持自动配置管理,默认输出路径为项目目录下的 diagrams/{format}/,支持自定义路径和自动创建目录。
Web Search by Exa
Neural web search, content extraction, company and people research, code search, and deep research via the Exa MCP server. Use when you need to: (1) search the web with semantic understanding — not just keywords, (2) find research papers, news, tweets, companies, or people, (3) extract clean content from URLs, (4) find semantically similar pages to a known URL, (5) get code examples and documentation, (6) run deep multi-step research with a report, (7) get a quick synthesized answer with citations. NOT for: local file operations, non-web tasks, or anything that doesn't involve web search or content retrieval.