Agent Plugins Marketplace
All plugins

obsidian

v1.33.6

Turn papers, book chapters and web clippings into a maintained Obsidian knowledge base: name and file PDFs, split books into chapters, extract figures, summarise research papers with their key figures and limitations, clean clippings into notes, build interlinked wiki entries, and keep the vault linted and navigable.

CodexClaude Code6 Skills

By Dennis Grishin0 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 31, 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 obsidian 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 obsidian@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/dengrish/obsidian-skills

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

obsidian/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/clipping-processor/SKILL.md
├── skills/paper-summarizer/SKILL.md
├── skills/pdf-figure-extractor/SKILL.md
├── skills/pdf-organizer/SKILL.md
├── skills/wiki-builder/SKILL.md
└── skills/wiki-linter/SKILL.md

Included Skills6

clipping-processorskills/clipping-processor/SKILL.md

Process Web Clipper Markdown captures into cleaned notes in Articles/ with verified metadata, a summary and local images, preserving the raw capture. Use for one clipping or the Markdown captures in Inbox/. PDF filing, extraction and summaries use the PDF skills.

paper-summarizerskills/paper-summarizer/SKILL.md

Summarize a research PDF, or a folder of papers, into self-contained notes in Articles/ with scoped findings, figures, rebuilt tables and page citations. Use when asked to explain what a paper found; use other skills for PDF organization, figure-only extraction or wiki entries.

pdf-figure-extractorskills/pdf-figure-extractor/SKILL.md

Extract whole figures from one PDF or a folder of PDFs into cropped PNGs, with captions removed and filenames tied to the source. Use for requests such as "extract figures from my PDFs" or "rip the figures out of this paper", including populating Sources/Images/ from Sources/PDFs/. For a paper explanation use paper-summarizer; for renaming or chapters use pdf-organizer.

pdf-organizerskills/pdf-organizer/SKILL.md

Rename PDFs from their content, file vault Inbox PDFs in Sources/PDFs/, and split books into chapter PDFs while keeping the original. Use for one PDF or a folder: "rename this PDF", "organize my papers", "process my inbox", or "split this book". PDFs only; inbox-wide requests also use clipping-processor for Markdown captures and leave other file types untouched.

wiki-builderskills/wiki-builder/SKILL.md

Create or enrich interlinked Obsidian wiki entries from a source document. Use for extracting concepts, entities, or a glossary from a paper or clipping and integrating the source into existing entries. For maintenance without a new source—retroactive links, QC, parents, or MOCs—use wiki-linter.

wiki-linterskills/wiki-linter/SKILL.md

Maintain an existing Obsidian wiki without a new source: audit entry quality, backfill or prune links, and maintain parents and discipline MOCs. Use for wiki cleanup, link repair, or hierarchy maintenance. To extract entities or integrate a new paper or clipping, use wiki-builder.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "obsidian",
  "version": "1.33.6",
  "description": "Turn papers, book chapters and web clippings into a maintained Obsidian knowledge base: name and file PDFs, split books into chapters, extract figures, summarise research papers with their key figures and limitations, clean clippings into notes, build interlinked wiki entries, and keep the vault linted and navigable.",
  "repository": "https://github.com/dengrish/obsidian-skills",
  "author": {
    "name": "Dennis Grishin"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Obsidian",
    "shortDescription": "Turn papers and clippings into a maintained Obsidian vault",
    "longDescription": "Turn papers, book chapters and web clippings into a maintained Obsidian knowledge base: name and file PDFs, split books into chapters, extract figures, summarise research papers with their key figures and limitations, clean clippings into notes, build interlinked wiki entries, and keep the vault linted and navigable.",
    "developerName": "Dennis Grishin",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Organize the PDFs and process the web clippings in my Obsidian inbox.",
      "Summarize a research paper with its key figures in my Obsidian vault.",
      "Audit the wiki entries and rebuild my maps of content."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "obsidian",
  "version": "1.33.6",
  "description": "Turn papers, book chapters and web clippings into a maintained Obsidian knowledge base: name and file PDFs, split books into chapters, extract figures, summarise research papers with their key figures and limitations, clean clippings into notes, build interlinked wiki entries, and keep the vault linted and navigable.",
  "repository": "https://github.com/dengrish/obsidian-skills",
  "author": {
    "name": "Dennis Grishin"
  }
}

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

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