lf-zoom-hubspot-notes-logger
v0.1.0Syncs Zoom meeting notes into HubSpot meeting records, creates opportunity follow-up tasks, and flags anything that needs manual review. Built for any Linux Foundation Marketing or Sales team, not just membership sales.
By Linux Foundation Marketing & Sales2 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 lf-zoom-hubspot-notes-logger for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lf-zoom-hubspot-notes-logger@agent-plugin-marketplacePaste 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-OSClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lf-zoom-hubspot-notes-logger/.
Plugin files
├── .claude-plugin/plugin.json└── skills/zoom-hubspot-notes-sync/SKILL.md
Included Skills1
Pulls a Linux Foundation Marketing or Sales team member's Zoom meeting notes for today and yesterday, resolves each meeting to a HubSpot company and meeting record, drafts a Performance Feedback / Meeting Summary / Challenger Sales Strategy notes block with a BANT-based Opportunity recommendation, and after one confirmation writes it into HubSpot, opens a follow-up task on opportunities, and flags anything ambiguous over Slack. Trigger on requests like "sync my zoom notes to hubspot," "log today's meetings in hubspot," "update hubspot from my zoom calls," or "run the notes sync." Works for any LF Marketing or Sales team and any project — not membership-sales specific.
Plugin manifests1
{
"name": "lf-zoom-hubspot-notes-logger",
"version": "0.1.0",
"description": "Syncs Zoom meeting notes into HubSpot meeting records, creates opportunity follow-up tasks, and flags anything that needs manual review. Built for any Linux Foundation Marketing or Sales team, not just membership sales.",
"author": {
"name": "Linux Foundation Marketing & Sales"
},
"keywords": [
"hubspot",
"zoom",
"crm",
"sales",
"marketing",
"meeting-notes"
]
}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.
[lf-zoom-hubspot-notes-logger on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lf-zoom-hubspot-notes-logger)