Agent Plugins Marketplace
← All plugins

run-marketing-impact-report

v0.3.0

LFX Marketing OS Marketing Impact Report: asks which LF project to run against, pulls live figures via the LFX connector (required) and HubSpot (optional), and writes one Word document mirroring the Marketing Dashboard page by page — business outcomes, mediums (Paid, Social, Web, Direct), Defined Campaigns (goals → campaigns → tactics with KPIs), Budget, sources. Metrics tagged DECISION / SIGNAL / WATCH; sections without a connector say 'Data not available, requires [x] connector'.

Claude Code1 Skill

By Paul Hinz, Linux Foundation — LFX Marketing OS2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 run-marketing-impact-report for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install run-marketing-impact-report@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/paulhinz/LF-Marketing-OS

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/run-marketing-impact-report/.

Plugin files

plugins/run-marketing-impact-report/
├── .claude-plugin/plugin.json
└── skills/run-marketing-impact-report/SKILL.md

Included Skills1

run-marketing-impact-reportskills/run-marketing-impact-report/SKILL.md

This skill should be used when a Linux Foundation marketer, Executive Director, Project Leader or Marketing Ops reviewer says "run the marketing impact report", "run-marketing-impact-report", "build the marketing impact report for [project]", "marketing impact dashboard as a document", "give me the CNCF marketing impact report", "weekly marketing performance report", "monthly business outcomes report", or asks for the Marketing Impact dashboard (business outcomes → mediums → sources) with live data. This is the LFX Marketing OS "Marketing Impact Report" agent: it asks which project to run against, checks the LFX connector (required) and HubSpot connector (optional), pulls live figures, and writes one Word document with one page per view of the Marketing Impact dashboard prototype — every metric tagged DECISION / SIGNAL / WATCH, every figure sourced and dated, and every section whose data has no connector kept in place with a "Data not available, requires [x] connector" notice.

Plugin manifests1

plugins/run-marketing-impact-report/.claude-plugin/plugin.json
{
  "name": "run-marketing-impact-report",
  "version": "0.3.0",
  "description": "LFX Marketing OS Marketing Impact Report: asks which LF project to run against, pulls live figures via the LFX connector (required) and HubSpot (optional), and writes one Word document mirroring the Marketing Dashboard page by page — business outcomes, mediums (Paid, Social, Web, Direct), Defined Campaigns (goals → campaigns → tactics with KPIs), Budget, sources. Metrics tagged DECISION / SIGNAL / WATCH; sections without a connector say 'Data not available, requires [x] connector'.",
  "author": {
    "name": "Paul Hinz, Linux Foundation — LFX Marketing OS"
  },
  "homepage": "https://paulhinz.github.io/LF-Marketing-OS-Dashboards-Prototypes/",
  "repository": "https://github.com/paulhinz/LF-Marketing-OS",
  "keywords": [
    "lfx",
    "marketing-impact",
    "dashboard",
    "report",
    "business-outcomes",
    "cncf",
    "hubspot",
    "docx",
    "monitoring"
  ]
}

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

[run-marketing-impact-report on Agent Plugins Marketplace](https://pluginsmp.com/plugins/run-marketing-impact-report)