Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

StackTube

unstackdunstackd19 downloads

Sync your StackTube YouTube knowledge notes into your vault. Pulls AI-structured notes for monitored YouTube channels via the StackTube API.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Sync your YouTube knowledge notes straight into your Obsidian vault.

StackTube monitors the YouTube channels you care about, runs each new video through an AI pipeline (Gemini + Claude), and turns it into a structured, searchable note. This plugin pulls those finished notes into your vault as plain Markdown — no lock‑in, you own the files.

Videos stream by. Knowledge should stack up.


What it does

  • Pulls AI‑structured notes from the StackTube API into your vault on a schedule (or on demand).
  • Writes clean Markdown with YAML frontmatter (video_id, channel, title, video_url, published_at, language, tags) so Dataview, graph view, and search just work.
  • No duplicates — each video is written once, identified by video_id.
  • Resumes where it left off after a restart.
  • Ribbon icon & status bar — one‑click sync, at‑a‑glance last‑sync time and progress count.
  • Sync on startup (optional) and an initial sync range (all / last 90 / last 30 days) for the very first pull.
  • Your notes are ordinary .md files. Nothing is locked to this plugin.

This plugin is a thin client: all analysis happens on the StackTube server. The plugin only fetches and writes files.


Requirements

  • A StackTube account with at least one monitored channel and some analyzed videos.
  • A StackTube API key (Settings → Obsidian → Create new key). The key is shown once — copy it somewhere safe.

Install

From the Community Plugins (recommended, once approved)

  1. Obsidian → Settings → Community plugins → Browse.
  2. Search “StackTube”, install, and enable.

Beta install via BRAT

  1. Install the BRAT community plugin.
  2. BRAT → Add beta plugin → bije0327/obsidian-stacktube.
  3. Enable StackTube in Community plugins.

Manual install

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <your vault>/.obsidian/plugins/stacktube/.
  3. Reload Obsidian and enable StackTube in Community plugins.

Setup

  1. Open Settings → StackTube.
  2. Paste your API key.
  3. (Optional) Adjust Server URL (default https://stacktube.io), Notes folder (default StackTube), and Sync interval (minutes; 0 = manual only).
  4. Click 연결 테스트 / Test connection — you should see a success notice with your plan.
  5. Run StackTube: Sync new notes from the command palette, or wait for the next automatic sync.

Notes land in <folder>/<channel>/<YYYY-MM-DD>-<title>.md.


Privacy & data ownership

The plugin talks only to the server URL you configure (StackTube by default), authenticated with your API key. It writes plain Markdown files into your vault — readable, portable, and yours. Your API key is stored locally in the plugin's data.json and is never logged.


Development

npm install
npm run dev      # watch build
npm run build    # type-check + production build → main.js
node --import tsx test/run.ts   # (or bundle test/run.ts) E2E against a mock server

See test/run.ts for the end‑to‑end harness (pagination, dedup, watermark resume, frontmatter, filename safety).


License

MIT © unstackd

96%
HealthExcellent
ReviewSatisfactory
About
Sync YouTube video notes into your vault as clean Markdown files with YAML frontmatter for video_id, channel, title, video_url, published_at, language, and tags. Pull AI‑structured summaries from StackTube, avoid duplicates, and keep notes searchable and compatible with Dataview and graph view.
ImportAISyncing
Details
Payments
Optional
Current version
0.1.0
Last updated
Last week
Created
Last week
Updates
1 release
Downloads
19
Compatible with
Obsidian 1.4.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Payments
The plugin itself is free. It connects to StackTube (stacktube.io), a subscription service that monitors YouTube channels and generates the AI-structured notes this plugin syncs. A StackTube account and API key are required.
Author
unstackdunstackdbije0327
www.unstackd.io/
GitHubbije0327
  1. Community
  2. Plugins
  3. Import
  4. StackTube

Related plugins

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Nexus AI Chat Importer

Import AI chat conversations from ChatGPT, Claude, and Mistral Vibe (formerly Le Chat) exports into Obsidian as clean, readable Markdown files.

Snipd Official

Sync Snipd podcast highlights to your vault with transcript, notes, AI summaries and metadata.

Star Gate

Clip web pages into Obsidian with a multi-tab browser, AI analysis templates, and content capture.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Smart Connections

Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.