Agent Plugins Marketplace
All plugins

document-evidence

v0.1.1

Reproducible conversion of supported research documents into inspectable Markdown without installing database retrieval or dataset analysis tools.

CodexClaude Code1 Skill

By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 27, 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 document-evidence@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/timsmykov/evidence-lab-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/workflows/document-evidence/.

Plugin files

packs/workflows/document-evidence/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/markitdown/SKILL.md

Included Skills1

markitdownskills/markitdown/SKILL.md

Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Use when a supported PDF, Office, data, archive, audio, or web source must become normalized Markdown; use writing-skill only when the task is to author or revise prose.

Plugin manifests2

packs/workflows/document-evidence/.codex-plugin/plugin.json
{
  "name": "document-evidence",
  "description": "Reproducible conversion of supported research documents into inspectable Markdown without installing database retrieval or dataset analysis tools.",
  "version": "0.1.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "document-conversion"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Document Evidence",
    "shortDescription": "Convert research documents into inspectable evidence.",
    "longDescription": "Converts supported local documents to normalized Markdown while preserving source identity, conversion logs, and visible failures.",
    "developerName": "Evidence Lab",
    "category": "Research",
    "capabilities": [
      "Research",
      "Analyze"
    ],
    "defaultPrompt": "Convert these research documents into evidence I can inspect."
  }
}
packs/workflows/document-evidence/.claude-plugin/plugin.json
{
  "name": "document-evidence",
  "description": "Reproducible conversion of supported research documents into inspectable Markdown without installing database retrieval or dataset analysis tools.",
  "version": "0.1.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "document-conversion"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT"
}

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

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