evidence-lab-core
v0.9.0Agent-first research foundations, fast researcher onboarding, reproducible pack selection, source verification, citation handling, and scientific critical thinking.
By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- 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 evidence-lab-core@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/core/evidence-lab-core/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/citation-management/SKILL.md├── skills/evidence-lab-onboarding/SKILL.md├── skills/paper-lookup/SKILL.md└── skills/scientific-critical-thinking/SKILL.md
Included Skills4
Comprehensive citation management for academic research. Search OpenAlex, PubMed, and Google Scholar for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.
Runs the fast Evidence Lab setup when a researcher asks to configure, personalize, install, or choose research capabilities; do not trigger for ordinary research questions after setup.
Search 11 academic literature APIs for papers, preprints, citations, and open-access full text, and return results with reproducible provenance. Covers PubMed, PMC (full text), Europe PMC (full-text and preprint search), bioRxiv, medRxiv, arXiv, OpenAlex, Crossref, Semantic Scholar, CORE, Unpaywall. Use when searching for papers, citations, DOI/PMID/arXiv lookups, abstracts, full text, open-access PDFs, preprints, citation graphs, author publications, or any scholarly literature query. Triggers on mentions of any supported database or requests like "find papers on X", "look up this DOI", "who cites this paper", or "get me the PDF".
Audit scientific claims, assumptions, causal language, bias, confounding, and evidence quality without drafting a formal referee report. Use for critical appraisal, evidence grading, or teaching claim evaluation; use peer-review for a manuscript review and statistical-analysis for new calculations.
Plugin manifests2
{
"name": "evidence-lab-core",
"description": "Agent-first research foundations, fast researcher onboarding, reproducible pack selection, source verification, citation handling, and scientific critical thinking.",
"version": "0.9.0",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"onboarding",
"pack-selection",
"installation-lifecycle",
"paper-lookup",
"citation-management",
"critical-thinking"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Evidence Lab Core",
"shortDescription": "Set up a reproducible research workspace.",
"longDescription": "Runs a short chat onboarding, builds a transparent pack plan, and provides the universal evidence and source-handling foundation.",
"developerName": "Evidence Lab",
"category": "Research",
"capabilities": [
"Interactive",
"Research"
],
"defaultPrompt": "Set up Evidence Lab for my research work."
}
}{
"name": "evidence-lab-core",
"description": "Agent-first research foundations, fast researcher onboarding, reproducible pack selection, source verification, citation handling, and scientific critical thinking.",
"version": "0.9.0",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"onboarding",
"pack-selection",
"installation-lifecycle",
"paper-lookup",
"citation-management",
"critical-thinking"
],
"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.
[evidence-lab-core on Agent Plugins Marketplace](https://pluginsmp.com/plugins/evidence-lab-core)