Skip to content
Automation
Skill

/obsidian-sync

Refresh Obsidian dashboard and daily notes from current experiment state

From plugin
auto-deep-researcher-24x7
1.3k8 skills4 agents
Install
$ npx -y skills add Xiangyue-Zhang/auto-deep-researcher-24x7 --skill obsidian-sync --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/obsidian-sync

Context preview

The summary Claude sees to decide when to auto-load this skill.

Refresh Obsidian dashboard and daily notes from current experiment state

SKILL.md

obsidian-sync.SKILL.md
name: obsidian-sync
description: "Refresh Obsidian dashboard and daily notes from current experiment state"

obsidian-sync

Refresh progress notes for a Deep Researcher project.

Usage

Claude Code: /obsidian-sync --project /path/to/project
Claude Code: /obsidian-sync --project /path/to/project --dashboard-only
Claude Code: /obsidian-sync --project /path/to/project --daily-only
Codex: $obsidian-sync

Behavior

1. Read project config and check `obsidian.enabled` 2. Read `PROJECT_BRIEF.md`, `workspace/MEMORY_LOG.md`, `workspace/state.json`, and `.cycle_counter` 3. Refresh `Dashboard.md` in Obsidian, or `workspace/progress_tracking/Dashboard.txt` if no vault is configured 4. Optionally append a new daily note entry

Command

python -m core.obsidian --project /path/to/project

If progress export is disabled, tell the user to set `obsidian.enabled: true`. If `obsidian.vault_path` is empty, notes fall back to project-local text files.

Ships withauto-deep-researcher-24x7

🔥 An autonomous AI agent that runs your deep learning experiments 24/7 while you sleep. Zero-cost monitoring, Leader-Worker architecture, constant-size memory.

Get the whole plugin
Stats
1,262
Stars
109
Forks
Maintained
Maintenance
Python
Language
Apache-2.0
License
2mo ago
Last commit
4mo ago
Created

Repo: Xiangyue-Zhang/auto-deep-researcher-24x7