publication-monitoring
v0.1.1Repeatable monitoring of new scholarly publications with explicit queries, stable deduplication, checkpoints, and source-linked update digests.
By Evidence LabLicense: MIT0 GitHub starsUpdated 3 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add publication-monitoring@agent-plugin-marketplacePaste 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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/workflows/publication-monitoring/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/publication-monitoring/SKILL.md
Included Skills1
Set up or update a repeatable scholarly-publication monitor with explicit sources, queries, date boundaries, stable identifiers, deduplication, and a source-linked digest. Use for recurring alerts or update scans; do not use for a one-time paper lookup or claim exhaustive coverage of inaccessible databases.
Plugin manifests2
{
"name": "publication-monitoring",
"description": "Repeatable monitoring of new scholarly publications with explicit queries, stable deduplication, checkpoints, and source-linked update digests.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"publication-monitoring"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Publication Monitoring",
"shortDescription": "Track new publications without losing the evidence trail.",
"longDescription": "Records search boundaries, deduplicates stable publication identifiers, advances checkpoints, and produces source-linked update digests.",
"developerName": "Evidence Lab",
"category": "Research",
"capabilities": [
"Research",
"Monitor"
],
"defaultPrompt": "Set up a reproducible publication monitor for this topic."
}
}{
"name": "publication-monitoring",
"description": "Repeatable monitoring of new scholarly publications with explicit queries, stable deduplication, checkpoints, and source-linked update digests.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"publication-monitoring"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[publication-monitoring on Agent Plugins Marketplace](https://pluginsmp.com/plugins/publication-monitoring)