Agent Plugins Marketplace
All plugins

data-and-pdf

v1.0.1

Compatibility entry point for mixed document-and-data projects; installs focused document-evidence and structured-data-analysis packs as dependencies.

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 data-and-pdf@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/data-and-pdf/.

Plugin files

packs/workflows/data-and-pdf/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/data-and-pdf-router/SKILL.md

Included Skills1

data-and-pdf-routerskills/data-and-pdf-router/SKILL.md

Explain the compatibility bundle that combines document evidence extraction with structured-data analysis. Use only when one complete workflow genuinely needs both PDFs or papers and tables or datasets; document-only and data-only requests should load a focused pack instead.

Plugin manifests2

packs/workflows/data-and-pdf/.codex-plugin/plugin.json
{
  "name": "data-and-pdf",
  "description": "Compatibility entry point for mixed document-and-data projects; installs focused document-evidence and structured-data-analysis packs as dependencies.",
  "version": "1.0.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "data-and-pdf-compatibility"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Data and PDF",
    "shortDescription": "Install document and data workflows together.",
    "longDescription": "Compatibility entry point that installs the focused document-evidence and structured-data-analysis packs together.",
    "developerName": "Evidence Lab",
    "category": "Research",
    "capabilities": [
      "Research",
      "Analyze"
    ],
    "defaultPrompt": "Help me inspect these papers, PDFs, or datasets."
  }
}
packs/workflows/data-and-pdf/.claude-plugin/plugin.json
{
  "name": "data-and-pdf",
  "description": "Compatibility entry point for mixed document-and-data projects; installs focused document-evidence and structured-data-analysis packs as dependencies.",
  "version": "1.0.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "data-and-pdf-compatibility"
  ],
  "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.

[data-and-pdf on Agent Plugins Marketplace](https://pluginsmp.com/plugins/data-and-pdf)