obsidian-sync

obsidian-sync is a skill for Codex from Xiangyue-Zhang/auto-deep-researcher-24x7. It costs 16 tokens per session (243 once invoked), scanned A, original, Apache-2.0.

A command that updates progress notes for a Deep Researcher project in Obsidian, a note-taking application, or in local text files when no Obsidian vault is configured. It reads the project's current state and refreshes a dashboard and optionally a daily note.

In plain words
What is it for?
Use it to refresh the project dashboard, add a daily progress entry, or update only one of those outputs for a selected project.
Why use it?
It prevents project progress from becoming out of date across the dashboard and daily records. It also explains when exports are disabled or when notes must be stored locally.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; $skill-name invocation.

Good fit Use it to refresh the project dashboard, add a daily progress entry, or update only one of those outputs for a selected project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xiangyue-zhang/auto-deep-researcher-24x7/obsidian-sync
About the project

Auto Deep Researcher 24x7 is an autonomous AI agent that runs and monitors deep learning experiments continuously. Researchers use it to automate experiment execution, including hyperparameter tuning and GPU or Slurm-based workloads. The catalogue add-ons provide agents, skills, and instructions for operating the experiment workflow.

Xiangyue-Zhang/auto-deep-researcher-24x7 · 1,291 stars · on GitHub · arxiv.org

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Xiangyue-Zhang/auto-deep-researcher-24x7 --skill obsidian-sync
Clone the repo
git clone --depth 1 https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for obsidian-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/xiangyue-zhang/auto-deep-researcher-24x7/obsidian-sync/github.svg)](https://agentmods.dev/skills/xiangyue-zhang/auto-deep-researcher-24x7/obsidian-sync)
Your own site
<a href="https://agentmods.dev/skills/xiangyue-zhang/auto-deep-researcher-24x7/obsidian-sync"><img src="https://agentmods.dev/badge/skills/xiangyue-zhang/auto-deep-researcher-24x7/obsidian-sync/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for obsidian-sync

Your own site · 80×15
<a href="https://agentmods.dev/skills/xiangyue-zhang/auto-deep-researcher-24x7/obsidian-sync"><img src="https://agentmods.dev/badge/skills/xiangyue-zhang/auto-deep-researcher-24x7/obsidian-sync.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 243 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00243
Opus 5 $0.00008 $0.00121
Sonnet 5 $0.00003 $0.00049
Haiku 4.5 $0.00002 $0.00024

Measured 13d ago against content hash 484a1252f5f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

obsidian-sync scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/obsidian-sync/SKILL.md · 33 lines

What it actually says

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.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 33 lines · 16 tokens per session scan A 484a1252f5f0

Subscribe to this mod's changes

obsidian-sync is a skill published in the GitHub repository Xiangyue-Zhang/auto-deep-researcher-24x7 (1,291 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 16 tokens to every session and 243 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

proof-orchestrator

Manage a stateful, run-directory-based proof project: continuation across runs, run-local source bookkeeping, manual GPT Pro handoff packages when a local attempt stalls, and an optional DeepSeek second opinion as additional evidence only. Use when the user asks for proof-run orchestration, a GPT Pro handoff, or…

wanshuiyin/Auto-claude-code-research-in-sleep · 93 tokens

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when: (1) monitoring Claude/Codex sessions running in tmux, (2) sending input to interactive terminal applications, (3) scraping output from long-running processes inside tmux, (4) navigating tmux panes/windows…

opensquilla/opensquilla · 113 tokens

feishu-notify

A utility for sending status notifications to Feishu, also known as Lark, a workplace messaging and collaboration app. It can work through a bot webhook and may support interactive approval or reply messages when configured.

wanshuiyin/Auto-claude-code-research-in-sleep · 52 tokens

lepton-cli

Operate NVIDIA DGX Cloud Lepton through the globally installed lep CLI. Use when the user asks to inspect or manage Lepton workspaces, endpoints/deployments, dev pods, batch jobs, fine-tuning jobs, Ray clusters, Slurm clusters, Dynamo endpoints, storage, secrets, nodes, ingress, templates, logs, authentication, or…

leptonai/leptonai · 122 tokens

cron

Use when the user asks to schedule recurring tasks, one-off reminders, timers, or cron-style jobs through the OpenSquilla cron tool.

opensquilla/opensquilla · 30 tokens

meta-scheduled-morning-digest

Compose a morning digest combining local weather, news for the user's interest topic, a structured summary, and a memory note.

opensquilla/opensquilla · 32 tokens