live-research
v0.1.0Live Research gives Codex a disciplined workflow for verifying change-sensitive claims against current authoritative evidence.
By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 6, 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 live-research for Codex
codex plugin marketplace add nerymurillohnd/codex-essentials
codex plugin marketplace upgrade codex-essentials
codex plugin add live-research@codex-essentialsPaste and run these commands in a terminal with Codex. They add and refresh the codex-essentials catalog, then install this plugin.
Compatibility: the page URL and API slug “live-research” remain stable.
- Codex:
live-research@agent-plugin-marketplace→live-research@codex-essentials
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/nerymurillohnd/codex-essentialsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/live-research/.
Plugin files
├── .codex-plugin/plugin.json└── skills/live-research/SKILL.md
Included Skills1
Always prioritize and verify real-time data over training data for time-sensitive facts. Use this approach when the user requests it or when the task involves change-sensitive knowledge about software, APIs, integrations, regulations, statistics, people, products, or compatibility, even if the user does not explicitly request it.
Plugin manifests1
{
"name": "live-research",
"version": "0.1.0",
"description": "Live Research gives Codex a disciplined workflow for verifying change-sensitive claims against current authoritative evidence.",
"author": {
"name": "Nery Samuel Murillo",
"email": "[email protected]",
"url": "https://github.com/nerymurillohnd"
},
"homepage": "https://forestal-mt.com",
"repository": "https://github.com/nerymurillohnd/codex-essentials",
"license": "MIT",
"keywords": [
"research",
"live-data",
"verification",
"evidence",
"sources",
"codex",
"web"
],
"interface": {
"displayName": "Live Research",
"shortDescription": "Verify change-sensitive claims with current authoritative evidence.",
"longDescription": "A focused research workflow for Codex that routes time-sensitive questions to the strongest available sources, checks the full compatibility or evidence chain, distinguishes verified facts from interpretation and uncertainty, and reports citations, dates, limitations, and recovery paths.",
"developerName": "Nery Samuel Murillo",
"category": "Education & Research",
"capabilities": [
"Live verification of change-sensitive claims",
"Authoritative-source and evidence routing",
"Technical compatibility-chain review",
"Conflict and uncertainty reporting",
"Cited, auditable research summaries"
],
"websiteURL": "https://forestal-mt.com",
"privacyPolicyURL": "https://forestal-mt.com/privacy/",
"termsOfServiceURL": "https://forestal-mt.com/terms/",
"defaultPrompt": [
"Use Live Research to verify this claim against current authoritative sources.",
"Research the current compatibility and document the evidence chain.",
"Check which facts may have changed before answering."
],
"brandColor": "#2563EB"
},
"skills": "./skills/"
}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.
[live-research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/live-research)