storyflo-codex-plugin
v0.1.0Codex plugin wrapping storyflo's hosted MCP server — an agentic newsroom for narrated briefings, the news-versus-prediction-market Divergence Index, the declassified archive, and vertical intelligence.
By StoryfloLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 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 storyflo-codex-plugin for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add storyflo-codex-plugin@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “storyflo-codex-plugin” remain stable.
- Codex:
storyflo-codex-plugin@agent-plugin-marketplace→storyflo-codex-plugin@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/droplinked/storyflo-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/storyflo/SKILL.md└── .mcp.json
Included Skills1
Use the storyflo hosted MCP server to pull narrated news briefings, read the news-versus-prediction-market Divergence Index, search the declassified archive, and surface vertical intelligence — all as source-grounded editorial context.
MCP servers1
- url
- https://api.storyflo.com/v1/mcp/sse
Plugin manifests1
{
"name": "storyflo-codex-plugin",
"version": "0.1.0",
"description": "Codex plugin wrapping storyflo's hosted MCP server — an agentic newsroom for narrated briefings, the news-versus-prediction-market Divergence Index, the declassified archive, and vertical intelligence.",
"author": {
"name": "Storyflo",
"email": "[email protected]",
"url": "https://www.storyflo.com"
},
"homepage": "https://github.com/droplinked/storyflo-codex-plugin",
"repository": "https://github.com/droplinked/storyflo-codex-plugin",
"license": "MIT",
"keywords": [
"openai-codex",
"codex-plugin",
"model-context-protocol",
"mcp-server",
"news",
"prediction-markets",
"briefings",
"ai-agents",
"storyflo"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Storyflo",
"shortDescription": "Agentic newsroom MCP: narrated briefings, news-vs-market Divergence Index, and a declassified archive.",
"longDescription": "storyflo is an agentic newsroom exposed to Codex over a hosted MCP server. Use it to pull narrated daily and vertical briefings, read the Divergence Index (a qualitative signal of where the news narrative is diverging from prediction-market sentiment), search the declassified archive of released intelligence cases, and surface market-linked stories, trending topics, and podcasts. Every response is source-grounded editorial context, not raw market odds.",
"developerName": "Storyflo",
"category": "Research",
"capabilities": [
"Interactive"
],
"websiteURL": "https://www.storyflo.com",
"privacyPolicyURL": "https://www.storyflo.com/privacy",
"termsOfServiceURL": "https://www.storyflo.com/terms",
"brandColor": "#0A0A0A",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.svg",
"screenshots": [
"./assets/screenshot-storyflo.png"
],
"defaultPrompt": [
"Pull today's storyflo daily briefing and summarize the top stories as a narrated digest.",
"Read the storyflo Divergence Index and tell me where the news narrative is diverging from prediction-market sentiment right now.",
"Search the storyflo declassified archive for recently released intelligence cases on this topic and open the most relevant one."
]
}
}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.
[storyflo-codex-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/storyflo-codex-plugin)