Agent Plugins Marketplace
All plugins

driftnote

v0.5.0

Capture browser sources into a local Obsidian vault, configure safe formatting for the resulting web clips, and turn a captured note into a brainstorm-style Excalidraw diagram.

CodexClaude CodeAgent Plugins3 Skills

By khanh-an-569License: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install driftnote for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add driftnote@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/khanh-an-569/driftnote

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

driftnote/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/obsidian-clip-beautifier/SKILL.md
├── skills/obsidian-excalidraw-mindmap/SKILL.md
└── skills/web-to-obsidian/SKILL.md

Included Skills3

obsidian-clip-beautifierskills/obsidian-clip-beautifier/SKILL.md

Use when a user asks to set up, audit, repair, lint, visually style, or prepare exports for Obsidian web clips; do not use for browser capture or semantic rewriting. / Dùng khi người dùng yêu cầu thiết lập, kiểm tra, sửa chữa, lint, tạo kiểu hoặc chuẩn bị export cho web clip trong Obsidian.

obsidian-excalidraw-mindmapskills/obsidian-excalidraw-mindmap/SKILL.md

Use when a user asks to turn a captured Obsidian source note into a brainstorm-style Excalidraw mind map or diagram; dùng khi người dùng muốn biến một note nguồn đã capture trong Obsidian thành sơ đồ tư duy/brainstorm dạng Excalidraw.

web-to-obsidianskills/web-to-obsidian/SKILL.md

Use when a user asks to save selected browser text, the current tab, or a public HTTP(S) URL as a traceable Obsidian source note; dùng khi người dùng muốn lưu đoạn chọn, tab hiện tại hoặc URL HTTP(S) công khai thành source note Obsidian có thể truy ngược.

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "driftnote",
  "version": "0.5.0",
  "description": "Capture browser sources into a local Obsidian vault, configure safe formatting for the resulting web clips, and turn a captured note into a brainstorm-style Excalidraw diagram.",
  "author": {
    "name": "khanh-an-569"
  },
  "homepage": "https://github.com/khanh-an-569/driftnote#readme",
  "repository": "https://github.com/khanh-an-569/driftnote",
  "license": "MIT",
  "keywords": [
    "obsidian",
    "browser-extension",
    "web-capture",
    "tavily",
    "markdown",
    "excalidraw",
    "mindmap"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Driftnote",
    "shortDescription": "Capture and format web sources in Obsidian.",
    "longDescription": "Three focused workflows: saving a browser tab, selection, or public URL into a local Obsidian vault; configuring safe Markdown formatting, scoped CSS, and export preparation for captured web notes; and turning a captured note into a brainstorm-style Excalidraw diagram.",
    "developerName": "khanh-an-569",
    "category": "Productivity",
    "capabilities": [
      "Browser context",
      "Local vault write",
      "Public web extraction",
      "Vault formatting setup",
      "Diagram export"
    ],
    "defaultPrompt": [
      "Save the current browser tab to my Obsidian vault.",
      "Save my selected text and preserve its source URL.",
      "Set up safe formatting for web clips in my Obsidian vault."
    ],
    "brandColor": "#7C3AED"
  }
}
.claude-plugin/plugin.json
{
  "name": "driftnote",
  "description": "Capture browser sources into a local Obsidian vault, configure safe formatting for the resulting web clips, and turn a captured note into a brainstorm-style Excalidraw diagram.",
  "version": "0.5.0",
  "author": {
    "name": "khanh-an-569"
  },
  "homepage": "https://github.com/khanh-an-569/driftnote#readme",
  "repository": "https://github.com/khanh-an-569/driftnote",
  "license": "MIT",
  "keywords": [
    "obsidian",
    "browser-extension",
    "web-capture",
    "tavily",
    "markdown",
    "excalidraw",
    "mindmap"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "driftnote",
  "version": "0.5.0",
  "description": "Capture browser sources into a local Obsidian vault, configure safe formatting for the resulting web clips, and turn a captured note into a brainstorm-style Excalidraw diagram.",
  "author": {
    "name": "khanh-an-569"
  },
  "homepage": "https://github.com/khanh-an-569/driftnote#readme",
  "repository": "https://github.com/khanh-an-569/driftnote",
  "license": "MIT",
  "keywords": [
    "obsidian",
    "browser-extension",
    "web-capture",
    "tavily",
    "markdown",
    "excalidraw",
    "mindmap"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Driftnote",
    "shortDescription": "Capture and format web sources in Obsidian.",
    "longDescription": "Three focused workflows: saving a browser tab, selection, or public URL into a local Obsidian vault; configuring safe Markdown formatting, scoped CSS, and export preparation for captured web notes; and turning a captured note into a brainstorm-style Excalidraw diagram.",
    "developerName": "khanh-an-569",
    "category": "Productivity",
    "capabilities": [
      "Browser context",
      "Local vault write",
      "Public web extraction",
      "Vault formatting setup",
      "Diagram export"
    ],
    "defaultPrompt": [
      "Save the current browser tab to my Obsidian vault.",
      "Save my selected text and preserve its source URL.",
      "Set up safe formatting for web clips in my Obsidian vault."
    ],
    "brandColor": "#7C3AED"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[driftnote on Agent Plugins Marketplace](https://pluginsmp.com/plugins/driftnote)