Skip to main content

enrich-notes-loop-cloud

Run enrich-notes-loop unattended in a cloud sandbox against an Obsidian Sync vault, syncing before and after. Use for scheduled cloud runs.

설치로 이동

소스 정보

저장소
bholmesdev/llm-knowledge-base-skills
최근 소스 활동
2026년 7월 7일 02:19
감지된 SKILL.md 언어
영어
스타
46
포크
6

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
enrich-notes-loop-cloud
description
Run enrich-notes-loop unattended in a cloud sandbox against an Obsidian Sync vault, syncing before and after. Use for scheduled cloud runs.
# Enrich notes loop (cloud) The vault is synced to `~/vault` by the environment setup. Run the [enrich-notes-loop](../enrich-notes-loop/SKILL.md) process against it, wrapped in a sync. ## 1. Pull the latest vault ```sh cd ~/vault ob sync-config --file-types image,audio,video,pdf,unsupported ob sync ``` ## 2. Enrich Run [enrich-notes-loop](../enrich-notes-loop/SKILL.md) with `~/vault` as the vault root. Enrich every note without `enrichedAt`, preserving existing note content. ## 3. Push results back ```sh cd ~/vault ob sync ``` If sync reports conflicts or an authentication/setup error at any point, **stop and report the issue** rather than making further edits. Never delete notes or attachments.
GitHub에서 보기