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