ambassador-content-assignment
v0.2.0LFX Marketing OS agent that matches a community's ambassadors to any LF event schedule, generates personalized content assignments — video prompts, social copy, hashtags, tags, posting recommendations — and tracks who actually posts via LFX Lens social listening.
By The Linux Foundation2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- 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 ambassador-content-assignment for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ambassador-content-assignment@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/ambassador-content-assignment/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-ambassador-content-plan/SKILL.md└── skills/track-ambassador-posts/SKILL.md
Included Skills2
This skill should be used when a Linux Foundation project or foundation marketing leader, Executive Director, community manager, or anyone on their team says "build the ambassador content plan", "match ambassadors to the [event] schedule", "create ambassador content assignments for [event]", "run the ambassador content agent", "generate ambassador social kits", or otherwise asks to assign event sessions, keynotes, or activities to a community's ambassadors (or similar advocates) and produce personalized content (video prompts, social copy, hashtags, tags, posting times) for any LF, foundation, or project event. This is the LFX Marketing OS "Ambassador Content Agent" planning phase. Produces an assignment tracker spreadsheet, per-ambassador content brief documents, and ready-to-send outreach drafts.
This skill should be used when a Linux Foundation project or foundation marketing team member says "track ambassador posts", "who has posted so far", "update the ambassador tracker", "did the ambassadors post about [event]", "which ambassadors haven't posted", "run the ambassador posting check", or otherwise asks to verify whether a community's ambassadors published their assigned event content. This is the LFX Marketing OS "Ambassador Content Agent" tracking phase. Uses LFX Lens social listening to detect posts, matches them to ambassadors, updates the assignment tracker spreadsheet, and drafts nudges for non-posters.
Plugin manifests1
{
"name": "ambassador-content-assignment",
"version": "0.2.0",
"description": "LFX Marketing OS agent that matches a community's ambassadors to any LF event schedule, generates personalized content assignments — video prompts, social copy, hashtags, tags, posting recommendations — and tracks who actually posts via LFX Lens social listening.",
"author": {
"name": "The Linux Foundation"
},
"keywords": [
"ambassadors",
"social",
"lfx-marketing-os",
"events",
"content"
]
}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.
[ambassador-content-assignment on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ambassador-content-assignment)