Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add MarsZ42/OrbitOS --skill start-my-daygit clone --depth 1 https://github.com/MarsZ42/OrbitOSWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/marsz42/orbitos/start-my-day)<a href="https://agentmods.dev/skills/marsz42/orbitos/start-my-day"><img src="https://agentmods.dev/badge/skills/marsz42/orbitos/start-my-day/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/marsz42/orbitos/start-my-day"><img src="https://agentmods.dev/badge/skills/marsz42/orbitos/start-my-day.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00018 | $0.01392 |
| Opus 5 | $0.00009 | $0.00696 |
| Sonnet 5 | $0.00004 | $0.00278 |
| Haiku 4.5 | $0.00002 | $0.00139 |
Grade A, and why
start-my-day scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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)
-
Get Today's Date
- Determine current date (YYYY-MM-DD format)
-
Read Yesterday's Daily Note
- If exists, read
10_日记/[yesterday].md - Extract incomplete tasks (unchecked
- [ ]items) - Note what was worked on
- If exists, read
-
Find Active Projects
- Search
20_项目/for notes withstatus: 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
- Search
-
Check Inbox
- List files in
00_收件箱/withstatus: pending - Count items waiting to be processed
- List files in
-
Fetch AI Content (run in parallel)
- Run
/ai-newslettersworkflow to get today's AI newsletter digest - Run
/ai-productsworkflow 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
- Run
-
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
-
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
-
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
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 160 lines · 18 tokens per session scan A 47575b73b8ec
start-my-day is a skill published in the GitHub repository MarsZ42/OrbitOS (970 stars, last pushed 5mo ago), licensed MIT. It adds 18 tokens to every session and 1,392 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.