Agent Plugins Marketplace
All plugins

obsidian-markdown

v1.0.1+codex.9553629c1290

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

Codex1 Skill

By Steph AngoLicense: MIT22 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add obsidian-markdown@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/dashed/claude-marketplace

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

Plugin files

plugins/obsidian-markdown/
├── .codex-plugin/plugin.json
└── skills/obsidian-markdown/SKILL.md

Included Skills1

obsidian-markdownskills/obsidian-markdown/SKILL.md

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

Plugin manifests1

plugins/obsidian-markdown/.codex-plugin/plugin.json
{
  "name": "obsidian-markdown",
  "version": "1.0.1+codex.9553629c1290",
  "description": "Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.",
  "author": {
    "name": "Steph Ango"
  },
  "license": "MIT",
  "keywords": [
    "obsidian",
    "markdown",
    "wikilinks",
    "callouts",
    "frontmatter",
    "notes",
    "pkm"
  ],
  "interface": {
    "displayName": "Obsidian Markdown",
    "shortDescription": "Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when...",
    "longDescription": "Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.",
    "developerName": "Steph Ango",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use $obsidian-markdown for this task."
    ]
  },
  "repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/obsidian-markdown",
  "skills": "./skills/"
}

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

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