Skip to main content
GitHub 仓库

Automation

Automation 收录了来自 AdrianV101 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
0
更新
2026-05-15
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

clippings-router
软件开发工程师

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.

2026-05-15
news-personal-digest
软件开发工程师

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.

2026-05-15
news-research
软件开发工程师

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.

2026-05-15
news-daily-master
软件开发工程师

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.

2026-04-30