Agent skill · Databases

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 renders the digest as a native Notion page (callout / toggle / database table primitives). This skill should not be triggered manually — it is invoked by Orbit's daily-digest scheduler against live Notion data.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorApache-2.0
Install
npx skills add nexu-io/open-design --skill orbit-notion --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: design-templates/orbit-notion/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Orbit · Notion Briefing Single-connector Orbit template scoped to Notion. The briefing renders *as a real Notion page* — same chrome, same block primitives, same typography. ## ⚠️ Source-of-truth protocol (read this first) **Step 1.** Open and read the shipped `example.html` in this folder before writing any output. That file is the canonical design — your job is to **reproduce it**, not reinterpret it. **Step 2.** Mirror the example's structure 1:1: - Same DOM hierarchy and class names - Same H2 sections in the same order (文档变更 → 评论 / @ 提及 → 数据库变更) - Same bullet rows / comment cards / database table columns and rows - Same callout(s) and toggle block with the same copy - Same property chips at the top (Type / Owner / Created) - Same `<script>` block at the end (page-link → notion.so injection) **Step 3.** You may refresh mock values (doc titles, mentioned people, edit timestamps) so they read as "today", but you must **not** invent extra blocks: no extra H2 sections, no extra callouts, no extra database columns, no extra emoji decorations. If a detail is not in `example.html`, it does not belong in your output. **Identity guard.** Treat every person name or handle in `example.ht

What's inside
Steps it walks through
  1. ⚠️ Source-of-truth protocol (read this first)
  2. ⚠️ Design system policy
  3. Canvas tokens (use these exact values)
  4. Page sections (top to bottom)
  5. Block formatting rules
  6. Implementation constraints (paired do / don't)
Ships with 1 file
  • example.html
More from open-design
All skills →
About this skill
What does the orbit-notion skill do?

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 renders the digest as a native Notion page (callout / toggle / database table primitives). This skill should not be triggered manually — it is invoked by Orbit's daily-digest scheduler against live Notion data.

How do I install it?

Run `npx skills add nexu-io/open-design --skill orbit-notion --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going