Agent Plugins Marketplace
All plugins

dow-jones-factiva

v1.0.3

The Factiva Connector, enables authorized users to search Factiva’s global news archive, including premium...

Codex

By Factiva, Inc.License: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 26, 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 dow-jones-factiva for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dow-jones-factiva@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/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dow-jones-factiva/.

Plugin files

plugins/dow-jones-factiva/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/dow-jones-factiva/.codex-plugin/plugin.json
{
  "name": "dow-jones-factiva",
  "version": "1.0.3",
  "description": "The Factiva Connector, enables authorized users to search Factiva’s global news archive, including premium...",
  "author": {
    "name": "Factiva, Inc.",
    "url": "https://www.dowjones.com/business-intelligence/factiva/"
  },
  "homepage": "https://www.dowjones.com/business-intelligence/factiva/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Dow Jones Factiva",
    "shortDescription": "The Factiva Connector, enables authorized users to search Factiva’s global news archive, including premium...",
    "longDescription": "The Factiva Connector, enables authorized users to search Factiva’s global news archive, including premium Dow Jones sources, and incorporate insights from that content into their Codex responses.  \n\nUsers can research companies, industries, and markets and ground their  answers in licensed content, complete with citations and direct links to original articles.\n\nA subscription to Factiva is required. \n\nFactiva content may not be shared outside your organization or used for machine learning or AI training purposes. This connector may only be used with your organization’s Codex instance.",
    "developerName": "Factiva, Inc.",
    "category": "Education & Research",
    "capabilities": [],
    "websiteURL": "https://www.dowjones.com/business-intelligence/factiva/",
    "privacyPolicyURL": "https://www.dowjones.com/privacy-notice/",
    "termsOfServiceURL": "https://global.factiva.com/factivalogin/tou/default.aspx?fcpil=en",
    "defaultPrompt": [
      "What's the latest on Nvidia's earnings and market outlook"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}

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

[dow-jones-factiva on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dow-jones-factiva)