一键导入
obsidian-ingest-log
Logs new vault inputs and updates related project notes. Called by ingest skills (email, Slack, etc.) to ensure every new artifact is tracked.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Logs new vault inputs and updates related project notes. Called by ingest skills (email, Slack, etc.) to ensure every new artifact is tracked.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when Justin asks you to search, read, write, or manage notes in the vault, OR when performing structural/physical vault maintenance (hygiene, task archiving, capitalization healing, link repair, and nightly cron plumbing).
Run vault compile-inputs — Phase 0 apply Ready to Apply, then phased Readings/Sources/Meetings/Others.
Interactive daily wrap-up: 1. Input candidates (Slack/email); 2. Discovered contacts; 3. Work log draft/write; 4. Next day's calendar preview.
Master Justin's automated note-taking, ingestion, and logging pipeline (Brain Feeds Ingest). Coordinates email forwarding, Linear reactions, Telegram bookmarks, and central vault logging/entity integration.
Manage and operate the Obsidian Semantic Pointer CLI for on-demand historical bridging, semantic search, and context pruning.
Master conventions for chronological logs: governs Daily Notes, Meetings, and incoming Inputs (Emails, Slack, Readings).
| name | obsidian-ingest-log |
| description | Logs new vault inputs and updates related project notes. Called by ingest skills (email, Slack, etc.) to ensure every new artifact is tracked. |
| version | 1.0.0 |
| author | Apollo |
| license | MIT |
| metadata | {"hermes":{"tags":["obsidian","ingest","log","projects","entities"],"related_skills":["obsidian","apollo-email-dispatch","apollo-slack-ingest","apollo-linear-ingest","apollo-granola-ingest"]}} |
This skill handles the immediate, lightweight integration steps that must happen every time a new input artifact is added to the vault. Its purpose is to ensure every new item is logged for traceability and that relevant project notes are updated with any new status information.
This skill combines the integrate-light and integrate-entities workflows from the deprecated llm-wiki skill.
This skill should be called as the final step by any other skill that creates a new note in the Inputs/ directory (e.g., apollo-email-dispatch, apollo-slack-ingest). It is not intended to be used directly by a user in most cases.
The process consists of two main parts, executed sequentially.
integrate-light)A one-line entry is appended to the vault's central log file to record the ingestion event.
Utilities/log.md (This file will be created from a template if it does not exist).integrate-entities)After logging, the system attempts to connect the new input to existing project notes.
integrate_entities.py on the newly ingested note.## State section of the corresponding project note (Notes/Projects/<Project Name>.md) is updated with a brief summary of the new information (e.g., status changes, decisions).## State section is modified.Inputs/ must remain immutable. All commentary or summary should happen in other notes (like Project notes or Source notes).