Automation
يحتوي Automation على 4 من skills المجمعة من AdrianV101، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Use when routing ONE web clipping saved by the Obsidian Web Clipper (currently sitting in `Clippings/`) into the correct PKM project — move it to where similar material lives, add inbound wikilinks from the right index/MOC, and optionally attach it to an active plan. Use whenever the daemon's clippings runner hands you a single clipping plus an enumerated list of routing targets and asks you to file it; honour any `pinned_destination` / `user_guidance` as an override. When the right home is genuinely ambiguous, make zero vault changes and ask for clarification instead of guessing. Idempotent/convergent — safe to re-run after a crash mid-route.
Use when generating the personalised daily news digest at delivery time. Reads today's master doc + the interests profile + the runner-prefilled `## Recent feedback (last 7 days)` block; never re-rates items. Picks 4-12 items grouped by category, writes 2-4 sentence briefings with a "Why you care" line per item, and returns a structured JSON block for the daemon to render to Telegram with rating buttons. Idempotent — safe to re-run for the same date. Use whenever the daemon's runner instructs you to produce or refresh a personalised news digest.
Use when the daemon's news-research runner instructs you to deep-research the most interesting items in a day's news master document. Selects the agent-judged top items, fetches the full article + a bounded set of linked sources + GitHub READMEs for repo mentions + prior vault context, and appends a "### 🔬 Deep dive" block under each researched item in the master doc — preserving the "## Notes" section verbatim. Idempotent — safe to re-run for the same date.
Use when generating or updating the daily news master document at `01-Projects/News/daily/<date>-master.md`. Reads source notes from `00-Inbox/news/<date>/`, edits-in-place preserving the `## Notes` section verbatim, updates source-note `entities` frontmatter, and extends the seed-categories list on `01-Projects/News/_index.md` if needed. Use this whenever the daemon's runner instructs you to produce or refresh a news daily master document, or whenever the user asks you to digest a day's news items into a categorized master with entity wikilinks. Idempotent — safe to re-run for the same date.