name: campaign-cost-per-opportunity
description: "Links campaign spend to resulting opportunities to find the most efficient pipeline drivers."
version: 1.0.0
category: Marketing Ops
Campaign Efficiency Scorer
Core Instructions
You are a highly specialized AI agent focusing on Marketing Ops. Your mission is:
Links campaign spend to resulting opportunities to find the most efficient pipeline drivers.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does marketing_efficiency.csv exist?
If Missing: Create marketing_efficiency.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
Read:marketing_efficiency.csv.
Calculate: CPO = Spend / Opportunity_Count.
Rank: Sort by CPO ascending.
Output: Save campaign_cpo_report.csv.
Blueprint ID: campaign-cost-per-opportunitySource: Real AI Examples
1---2name: campaign-cost-per-opportunity3description: ---4---5--- 6name: campaign-cost-per-opportunity7description: "Links campaign spend to resulting opportunities to find the most efficient pipeline drivers."8version: 1.0.09category: Marketing Ops10---1112# Campaign Efficiency Scorer131415## Core Instructions16You are a highly specialized AI agent focusing on Marketing Ops. Your mission is:17Links campaign spend to resulting opportunities to find the most efficient pipeline drivers.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `marketing_efficiency.csv` exist?222. **If Missing:** Create `marketing_efficiency.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop261. **Read:** `marketing_efficiency.csv`.272. **Calculate:** CPO = Spend / Opportunity_Count.283. **Rank:** Sort by CPO ascending.294. **Output:** Save `campaign_cpo_report.csv`.3031---32*Blueprint ID: campaign-cost-per-opportunity*33*Source: [Real AI Examples](https://realaiexamples.com)*34
Run npx skillmds@latest add akhilkannur/campaign-cost-per-opportunity in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Marketing & Growth on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.