Agent Plugins Marketplace
All plugins

news-curator

v0.2.4

Find recent stories, rank them for a configured audience, and assemble a voice-matched roundup with traceable sources.

CodexClaude Code3 Skills

By BrightWay AILicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 15, 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 news-curator for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add news-curator@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/BrightWayAI/news-curator

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

news-curator/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ai-roundup/SKILL.md
├── skills/setup/SKILL.md
└── skills/setup-news/SKILL.md

Included Skills3

ai-roundupskills/ai-roundup/SKILL.md

Run the full weekly news roundup pipeline — scan, pick candidates, draft a LinkedIn-ready post in your voice. Auto-fires on "/ai-roundup", "weekly AI roundup", "do my roundup", "curate this week's post", "weekly LinkedIn post", "run the roundup", "what happened in [topic] this week" (when the user has news-curator configured for that topic). Orchestrates the news-curator and post-assembler subagents.

setupskills/setup/SKILL.md

Configure news-curator for your topic, audience, sources, and voice. Auto-fires on "set up news-curator", "configure roundup", "/setup-news", or any phrase about getting the news roundup pipeline ready. Also fires when the roundup pipeline reports user-context.md is missing.

setup-newsskills/setup-news/SKILL.md

Configure news-curator for your topic, audience, sources, and voice via a short interview. Writes results to <config-root>/plugins/news-curator.user-context.md so news-curator and post-assembler can do real work. Re-run anytime to update.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "news-curator",
  "version": "0.2.4",
  "description": "Find recent stories, rank them for a configured audience, and assemble a voice-matched roundup with traceable sources.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/news-curator",
  "repository": "https://github.com/BrightWayAI/news-curator",
  "keywords": [
    "nucleus",
    "chatgpt",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "News Curator",
    "shortDescription": "Research and draft a cited weekly news roundup",
    "longDescription": "Find recent stories, rank them for a configured audience, and assemble a voice-matched roundup with traceable sources.",
    "developerName": "BrightWay AI",
    "category": "Research",
    "capabilities": [
      "Read",
      "Interactive"
    ],
    "websiteURL": "https://github.com/BrightWayAI/news-curator",
    "defaultPrompt": [
      "Research this week's top stories.",
      "Draft my weekly roundup.",
      "Configure my roundup audience."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "news-curator",
  "version": "0.2.5",
  "description": "Curate and draft a weekly LinkedIn AI roundup post (or any vertical news roundup). Two subagents: news-curator scans newsletters and the open web for the week's most important stories ranked for your audience; post-assembler drafts the LinkedIn post in your voice from the candidates you select. Configurable per user via /setup-news.",
  "author": {
    "name": "BrightWay AI"
  },
  "license": "MIT",
  "repository": "https://github.com/BrightWayAI/news-curator"
}

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

[news-curator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/news-curator)