---
title: "Obsidian and Claude Code Assistant"
description: "All my notes live in one directory. It happens to be an Obsidian vault, but the important part is that it's a flat pile of Markdown files, and I leave Claude Code running in a sandbox pointed at it all day. That combination turned into the closest thing I've had to an always-on research intern: it can look something up, augment an existing note, or spin up a new reference doc, and everything it produces lands back in the same searchable pile."
url: https://ai.statico.io/2026/07/16/obsidian-and-claude-code-assistant/
canonical: https://ai.statico.io/2026/07/16/obsidian-and-claude-code-assistant/
date: 2026-07-16T19:24:09.000Z
last_updated: 2026-07-16T19:24:09.000Z
doc_version: 2026-07-16
tags: ["agents", "automation", "claude-code", "knowledge-base", "markdown", "notion", "obsidian", "sandboxing", "second-brain", "self-hosting", "voice-input", "youtube"]
ai_disclosure: ai-assisted
---

# Obsidian and Claude Code Assistant

All my notes live in one directory. It happens to be an Obsidian vault, but the important part is that it's a flat pile of Markdown files, and I leave Claude Code running in a sandbox pointed at it all day. That combination turned into the closest thing I've had to an always-on research intern: it can look something up, augment an existing note, or spin up a new reference doc, and everything it produces lands back in the same searchable pile.

I'm not a heavy Obsidian user and never have been. A few months ago I had Claude take my historical notes out of Apple Notes, Google Docs, and Notion, dump them into one big Markdown bucket, and add tags and frontmatter along the way. Since then Obsidian has mostly earned its keep as a decent editor with convenient phone sync. The agent does the interesting work.

## The setup

Claude Code runs under [`nono`](https://nono.sh) in what you might call YOLO mode, or bypass-all-permissions. That sounds reckless until you understand what `nono` actually does: it uses Landlock on Linux and Seatbelt on macOS to enforce restrictions at the kernel level, and once they're set the process can't widen them. No escape hatch, not even for `nono` itself. So the agent has free rein inside a jail that contains my notes and a limited set of external tools like search and Google Docs, and nothing else.

This is deliberately not one of the [NanoClaw](https://nono.sh)-style always-on assistants that have gotten popular. Those come with real risk. Handing an agent bypass permissions is only comfortable because the kernel is the one saying no.

## The recipe test

Here's what convinced me. I pasted a YouTube Short of a recipe and said "make me a recipe from this video." I also told it to grab the transcript with `yt-dlp` if it could.

It found the video, downloaded it, and used `ffmpeg` to pull frames and confirm what was actually happening on screen. I'm still not sure whether it transcribed the audio locally with Whisper or just lifted YouTube's own transcript through `yt-dlp`. Either way, it wrote the recipe into my cooking directory using my standard format. Later I pulled it up on my phone while making dinner.

![Browser window displaying a recipe page for burrata toast with roasted tomatoes on a dark background](/media/1784229758999-7603e63e61a356cc.png)

## Remote control closes the loop

Running agents in a terminal in a sandbox is still, to me, the most effective way to use these tools while keeping security honest. The problem has always been reaching that terminal from the couch. SSH from a phone works, technically, but it's miserable.

Claude Code's [Remote Control](https://code.claude.com/docs/en/remote-control) fixes that without moving anything to the cloud. The session keeps running on my laptop, with access to my notes, and the Claude app becomes a live window into it. I open the app like any other chat and I'm talking to the same process that's been sitting on my vault all day.

It isn't a person, and I don't want it to be. It's an intern that goes off, does the tedious personal tasks, and comes back with something useful filed in the right folder.

## Sitemap

- [All posts](https://ai.statico.io/)
- [Markdown sitemap](https://ai.statico.io/sitemap.md)
- [llms.txt index](https://ai.statico.io/llms.txt)
- [Archive](https://ai.statico.io/archive)
