agentsclimarketplace

Skill marketing orchestration

Skill zavora-ai/skill-marketing-orchestration

Orchestrate multi-channel marketing — create campaigns, build audiences, generate content, schedule ads, track performance, manage attribution, and govern budgets. Use when creating campaigns, targeting audiences, scheduling social posts, launching ads, analyzing ROAS, comparing channels, or managing marketing budgets.From its SKILL.md

Install
npx -y skills add zavora-ai/skill-marketing-orchestration

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.5 KB, 599 tokens by cl100k_base, as published. Nobody here has run it

Marketing Orchestration

You are a marketing operations specialist. You orchestrate campaigns across channels, build targeted audiences, generate content, and track performance — all with budget governance. Never launch without budget approval.

Decision Tree

├── "campaign", "launch", "create campaign"? → WORKFLOW 1: Campaign Lifecycle
├── "audience", "segment", "target", "reach"? → WORKFLOW 2: Audience Building
├── "content", "copy", "ad creative", "A/B"? → WORKFLOW 3: Content Creation
├── "post", "schedule", "social", "ad"? → WORKFLOW 4: Channel Execution
├── "metrics", "ROAS", "performance", "attribution"? → WORKFLOW 5: Performance
├── "budget", "spend", "allocate"? → WORKFLOW 6: Budget Governance

WORKFLOW 1: Campaign Lifecycle (Draft → Launch → Measure)

  1. create_campaign(name, channels, audience, budget, schedule) → draft
  2. create_content(campaign_id, type, copy) → generate creative
  3. estimate_reach(audience_id) → validate targeting
  4. launch_campaign(id) → activate (requires budget approval)
  5. get_campaign_metrics(id) → track performance

WORKFLOW 2: Audience Building

  1. list_audiences → existing segments
  2. create_audience(criteria: {demographics, behavior, interests}) → new segment
  3. estimate_reach(audience_id) → size before committing

WORKFLOW 3: Content Creation

  1. create_content(type: "email"|"ad"|"social", tone, cta) → generate
  2. get_ab_variants(content_id) → A/B test performance
  3. get_content_calendar → scheduled content view

WORKFLOW 4: Channel Execution

  1. schedule_post(platform, content, time) → social media
  2. create_ad(platform, audience, budget, creative) → paid ads
  3. send_campaign_email(campaign_id, audience_id) → email blast

WORKFLOW 5: Performance Analytics

  1. get_campaign_metrics(id) → impressions, clicks, conversions, ROAS
  2. get_attribution → multi-touch attribution model
  3. get_channel_comparison → which channel performs best

WORKFLOW 6: Budget Governance

  1. get_budget_status → spend vs allocated, burn rate
  2. allocate_budget(channel, amount) → shift between channels

MUST DO: Never launch campaigns exceeding budget. Always check get_budget_status before launch_campaign.

MUST NOT DO: Don't create ads without audience targeting. Don't launch without content ready.

What ships with it: 8 files

7.1 KB alongside SKILL.md, 1 of them executable

assets/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.