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

Ingester

shadielfaresshadielfares31 downloads

Watches a folder for new web clippings and automatically triggers Claude Code /ingest.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

An Obsidian plugin that watches a folder for new clippings and automatically triggers Claude Code's /ingest skill.

https://github.com/user-attachments/assets/90a5f6c5-6be5-4d86-a85c-ad9765efc7cc

How It Works

  1. Obsidian Web Clipper is used to save an article to e.g raw/clippings/
  2. Plugin detects the new file
  3. Opens a new tmux window and runs claude "/ingest <path>"
  4. Claude Code processes the source into your wiki knowledge graph

Requirements

  • Claude Code CLI installed and in PATH
  • tmux running in your terminal
  • zsh shell (macOS default; Linux users may need to install)
  • The /ingest skill defined at .claude/skills/ingest/SKILL.md in your vault (see skills/ folder in this repo)

Installation

  1. Copy main.js, manifest.json, and styles.css to .obsidian/plugins/ingester/
  2. Enable "Ingester" in Settings > Community Plugins
  3. Configure the watch folder in plugin settings
  4. Copy skills/ingest/SKILL.md to .claude/skills/ingest/SKILL.md in your vault

Settings

Setting Default Description
Watch Folder raw/clippings Folder to monitor for new files
Auto-ingest true Automatically run /ingest when new files are detected

Note: The included /ingest skill expects sources in raw/clippings/. If you change the watch folder, update the path references in SKILL.md to match.

Disclosures

Account required: This plugin requires Claude Code CLI, which requires an Anthropic account and API access.

Network use: The plugin itself makes no network requests. However, when it invokes Claude Code, Claude Code connects to Anthropic's API servers to process your content. See Anthropic's Privacy Policy for details on data handling.

External program execution: This plugin executes external programs (tmux and claude) via Node.js child_process. It does not access files outside your Obsidian vault directly, but the invoked Claude Code session operates within your vault directory.

Desktop only: Requires desktop Obsidian due to dependency on system shell commands.

Development

npm install
npm run dev    # Watch mode
npm run build  # Production build
95%
HealthExcellent
ReviewSatisfactory
About
Watch a folder for new clippings and invoke Claude Code's /ingest skill to convert saved articles into your wiki knowledge graph. Open tmux and run claude /ingest on new files so processing occurs outside Obsidian; requires Claude CLI and tmux.
FilesAutomationIntegrations
Details
Current version
1.0.4
Last updated
Last month
Created
Last month
Updates
1 release
Downloads
31
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
0BSD
Report bugRequest featureReport plugin
Author
shadielfaresshadielfares
GitHubshadielfares
  1. Community
  2. Plugins
  3. Files
  4. Ingester

Related plugins

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

QuickAdd

Quickly add new notes or content to your vault.

BRAT

Easily install a beta version of a plugin for testing.

Readwise Official

Sync highlights from Readwise to your vault.

Advanced URI

Control everything with URI.

Todoist Sync

Materialize Todoist tasks within your notes.

Vault Changelog

Maintain a changelog of recently edited notes.

Shell commands

Define system commands that you want to execute via command palette, hotkeys, URI links or automated events. E.g. open external applications or perform automated file modifications.

WebDAV Sync

General-purpose & bidirectional WebDAV syncing for your vault. Designed for stability and robust file handling without vendor lock-in.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).