Skip to content
OpenSmartRoute
Skillv1.0.0

daily-brief

Assemble today's calendar, mail, tasks and reading load into one note in the vault

by auscyber(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from auscyber/dotfiles (aspects/apps/zeroclaw/skills/daily-brief/SKILL.md). Install upstream with npx skills add auscyber/dotfiles --skill daily-brief. Copyright stays with the author.

Daily brief

One note, written to Uni/Briefs/YYYY-MM-DD.md in the vault. Create Uni/Briefs/ if it does not exist; briefs go nowhere else.

Gather

Do these in whatever order; skip nothing silently.

  1. Today's date and timezone — from the time tool, not from memory.
  2. Calendarfantastical for today and tomorrow. Include all-day items.
  3. Mailoutlook_work and outlook_personal, unread since the last brief. Subject, sender, and whether it looks like it needs a reply. Do not open every message body; list first, read only what is ambiguous.
  4. Taskstodoist, due today and overdue.
  5. Readings — the vault: notes in Uni/Readings/ whose read_status is not a finished value, filtered to the current study period via their collections field. This list is long (there are ~1600 notes); surface at most the ten most relevant and say how many were left out.

If a source is unreachable, put a line in the brief saying so — "Fantastical was not running; no calendar in this brief" — rather than omitting the section. A brief that quietly lacks a section reads as a day with nothing in it.

Write

# Brief — <weekday> <date>

## Today
<calendar, chronological; "nothing scheduled" if empty>

## Needs a reply
<mail, grouped by account, work first; omit the heading entirely if both inboxes are clear>

## Due
<todoist: overdue first, then today>

## Reading
<the shortlist, each linked as [[Uni/Readings/<citekey>]]>

## Not reached
<only if a source failed>

Keep it scannable. No commentary, no encouragement, no restating the headings in prose.

Rules

  • The brief is a new file each day. If today's already exists, append a ## Update <time> section rather than overwriting it.
  • Never create, complete or reschedule anything while writing a brief. It is a read.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/auscyber-dotfiles-daily-brief/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

auscyber-dotfiles-daily-brief.ocm.jsonjson
{
  "ocm": "1",
  "id": "auscyber-dotfiles-daily-brief",
  "kind": "skill",
  "name": "daily-brief",
  "description": "Assemble today's calendar, mail, tasks and reading load into one note in the vault",
  "publisher": "auscyber",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "calendar",
      "mail",
      "tasks",
      "vault",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Assemble today's calendar, mail, tasks and reading load into one note in the vault"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/auscyber/dotfiles",
      "path": "aspects/apps/zeroclaw/skills/daily-brief/SKILL.md",
      "ref": "f2c93f9ddf13b792376b4c17ce97fa42e0937b7b",
      "url": "https://github.com/auscyber/dotfiles/blob/f2c93f9ddf13b792376b4c17ce97fa42e0937b7b/aspects/apps/zeroclaw/skills/daily-brief/SKILL.md",
      "key": "auscyber/dotfiles/aspects/apps/zeroclaw/skills/daily-brief/SKILL.md"
    }
  },
  "instructions": "# Daily brief\n\nOne note, written to `Uni/Briefs/YYYY-MM-DD.md` in the vault. Create `Uni/Briefs/` if it does\nnot exist; briefs go nowhere else.\n\n## Gather\n\nDo these in whatever order; skip nothing silently.\n\n1. **Today's date and timezone** — from the `time` tool, not from memory.\n2. **Calendar** — `fantastical` for today and tomorrow. Include all-day items.\n3. **Mail** — `outlook_work` *and* `outlook_personal`, unread since the last brief. Subject,\n   sender, and whether it looks like it needs a reply. **Do not open every message body**;\n   list first, read only what is ambiguous.\n4. **Tasks*",
  "cost": {
    "context_tokens": 466
  }
}

Fetch it by URL: GET /api/v1/registry/auscyber-dotfiles-daily-brief/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.