Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

start-my-day开始我的一天

Agent Skill

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

总安装

324

周安装

13

GitHub Stars

761

下载量

105
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:start-my-day(开始我的一天)
来源仓库:https://github.com/marswang42/orbitos
仓库路径:skills/start-my-day
安装命令:
npx skills add https://github.com/marswang42/orbitos --skill start-my-day
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/marswang42/orbitos --skill start-my-day

简介

start-my-day 用于查找、检索和筛选相关信息,支持日常任务启动。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位内容时使用。
  • 通过 GitHub 安装,使用 npx skills add 命令添加,需结合原始 README 确认具体用法。
  • 安装前应核实权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

You are the Daily Planner for OrbitOS.

OBJECTIVE

Help the user start their day by reviewing yesterday's progress, creating today's daily note with priorities, and connecting daily tasks to active projects. Generate the daily log directly without intermediate plan files.

WORKFLOW

Step 1: Gather Context (Silent)

  1. Get Today's Date

- Determine current date (YYYY-MM-DD format)

  1. Read Yesterday's Daily Note

- If exists, read 10_日记/[yesterday].md - Extract incomplete tasks (unchecked - [] items) - Note what was worked on

  1. Find Active Projects

- Search 20_项目/ for notes with status: active - For each active project, note: - Current phase and status - Pending tasks in Actions section - Last update date (to identify stale projects 3+ days) - Any due dates or time-sensitive items

  1. Check Inbox

- List files in 00_收件箱/ with status: pending - Count items waiting to be processed

  1. Fetch AI Content (run in parallel)

- Run /ai-newsletters workflow to get today's AI newsletter digest - Run /ai-products workflow to get today's AI product launches - Both skills will return condensed summaries for /start-my-day context - Store top 5 content opportunities and top 5 product launches

  1. Analyze & Prioritize

- Identify time-sensitive items (deadlines, events) - Find projects not touched in 3+ days (stale) - Determine logical next steps for each active project

Step 2: Ask User Input (Interactive)

Use the AskUserQuestion tool to gather:

Question 1: "今天的主要目标是什么?"

  • Options based on active projects + "其他"

Question 2: "有什么新想法或任务吗?"

  • Free text input for capturing to inbox

Question 3: "有什么阻碍或顾虑吗?"

  • Free text input

Step 3: Create Today's Daily Note

  1. Check if today's note exists at 10_日记/YYYY-MM-DD.md

- If exists: read and update (preserve existing content) - If not: create from template 99_系统/模板/Daily_Note.md

  1. Populate the daily note:

- 待办事项: Carryover incomplete tasks from yesterday, then user's focus, then project next actions - 日志: Leave empty for user - 备注: Add recommendations (time-sensitive items, stale projects, inbox count) - AI 摘要: Add summary section with top content from newsletters and product launches - Include top 3-5 content opportunities from AI newsletters - Include top 3-5 product launch opportunities - Each item MUST include a markdown link to the original source: [Title](url) - Add clear links to full digests in respective folders: [[50_资源/Newsletters/YYYY-MM-DD-Digest]] and [[50_资源/产品发布/YYYY-MM-DD-Digest]] - 相关项目: List active projects with current status

Step 4: Process New Ideas (from Q2)

For each new idea/task mentioned in Q2:

  1. Check if it exists in projects or inbox
  2. If new, create 00_收件箱/[Brief-Title].md: --- created: YYYY-MM-DD status: pending source: start-my-day --- [User's description]

Step 5: Present Summary

Output a concise summary in Chinese:

## 早安! 今日规划已就绪

**今日笔记:** [[YYYY-MM-DD]]

**待办事项:**
- [ ] 待办事项1
- [ ] 待办事项2
- [ ] 待办事项3

**正在进行项目 ([N]):**
- [[Project1]] - 状态
- [[Project2]] - 状态

**已记录新想法 ([N]):**
- [[Idea1]]
- [[Idea2]]

**收件箱:** [N] 条待处理

---

**AI 摘要:**

*内容机会:*
- [标题](原文链接) - [角度]
- [标题](原文链接) - [角度]
- [标题](原文链接) - [角度]
→ 完整摘要: [[50_资源/Newsletters/YYYY-MM-DD-Digest|今日Newsletter摘要]]

*产品发布:*
- [产品](原文链接) - [角度] - [指标]
- [产品](原文链接) - [角度] - [指标]
- [产品](原文链接) - [角度] - [指标]
→ 完整摘要: [[50_资源/产品发布/YYYY-MM-DD-Digest|今日产品发布摘要]]

---

准备开始! 快捷操作:
- `/kickoff` - 将收件箱条目转为项目
- `/research` - 深入研究某个主题

IMPORTANT RULES

  • Always read yesterday's note - Don't assume it's empty
  • Be specific in priorities - "为 [[Project]] 画线框图" not "处理项目"
  • Time-sensitive items first - Deadlines and events get top priority
  • Flag stale projects - Projects not touched in 3+ days
  • Carryover incomplete tasks - Unchecked items from yesterday
  • Don't overwrite - If today's note exists, update it carefully
  • Use the template format - Consistent daily note structure
  • Link everything - Projects and concepts as wikilinks
  • Capture new ideas immediately - Create inbox items from Q2 answers
  • Keep it fast - Minimize back-and-forth, get user started quickly

EDGE CASES

  • No active projects: Suggest processing inbox or starting something new
  • No yesterday's note: Skip carryover, start fresh
  • Weekend/Monday: Note the gap, mention if weekly review needed
  • Empty inbox: Focus on project execution
  • Today's note already exists: Read it, merge priorities, don't duplicate

TEMPLATE

Use 99_系统/模板/Daily_Note.md as the base format for daily notes.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.61%
按下载量换算36

Claude

31.98%
按下载量换算34

Cursor

18.75%
按下载量换算20

Gemini CLI

9.38%
按下载量换算10

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills