LinkedIn Ads

Audit, diagnose, plan, and safely operate connected LinkedIn Ads accounts through the NotFair MCP, with an export-based fallback.

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/paid-ads-linkedin.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit nowork-studio/notfair-plugin/paid-ads/paid-ads-linkedin#main ~/.claude/skills/paid-ads-linkedin

For one project only, change the path to .claude/skills/paid-ads-linkedin.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of LinkedIn Ads

Show the full text45 lines
namedescriptionargument-hint
paid-ads-linkedinAudit, diagnose, plan, and safely operate connected LinkedIn Ads accounts through the NotFair MCP, with an export-based fallback. Use for LinkedIn advertising, sponsored content, lead-generation forms, job-title or company targeting, campaign groups, creatives, conversions, lead quality, budgets, bids, or approved LinkedIn campaign changes.<B2B goal, audience, account, or date range>

LinkedIn Ads

Read ../shared/operating-contract.md and ../shared/measurement-framework.md before acting. Use live account data from the connected platform; use a supplied export when no verified connector is available.

Establish access and qualified-demand context

  1. Follow ../../docs/mcp-connection.md. Resolve ~~linkedin-ads to the live connection. Use its current instructions and capability descriptions to choose tools, and verify the requested platform and account from live data. Do not infer access from another connected platform.
  2. If the connector is missing or unauthorized, request re-authorization or a current export and keep the result plan/review-only.
  3. Define the sales-qualified conversion, CRM feedback loop, account currency, attribution basis, target CPA or pipeline outcome, and complete date window before diagnosing performance.

Keep lead quantity separate from lead quality. Build targeting hypotheses from job function, seniority, company, industry, or account lists only when the business rationale and audience constraints are defensible.

Read and diagnose

Correlate campaign groups, campaigns, creatives, and analytics as needed. Choose available capabilities for individual objects, conversion rules, lead forms, targeting information, or lead responses; retrieve only what the question needs.

Interpret the platform correctly:

  • Hierarchy is account → campaign group → campaign → creative.
  • Money is returned as a major-unit object such as { amount: "50", currencyCode: "USD" }, not micros or cents.
  • Targeting is a whole tree on the campaign. Preserve existing criteria unless the user explicitly approves replacement.
  • Campaign type and cost type are immutable after creation.
  • Lead-form responses contain personal data. Retrieve only when necessary, minimize exposure in the response, and never copy raw lead PII into unrelated artifacts.

For reviews, report spend, impressions, link CTR, leads, qualified leads, CPA, and downstream pipeline or revenue by a complete equivalent period. Name the likely driver only when the data supports it.

Execute approved changes safely

Use dedicated write tools, never the read-only script surface. Show the exact object, current and proposed state, currency exposure, expected effect, and rollback first. Use dry-run previews for spend-affecting creates, budgets, bids, and targeting when available.

  • Prefer pause/activate over hard deletion; conversion rules and matched audiences may not be deletable through the API.
  • Create campaign groups, campaigns, and creatives in draft, then review targeting, budget, conversion association, and creative before activation.
  • Use a stable client request ID only to retry the same uncertain create.
  • Resolve targeting names to LinkedIn URNs before setting the full targeting tree.
  • Hashing and event-shape enforcement belong to the connector. Do not expose raw customer identifiers in the final report.
  • Verify the mutation through returned before/after evidence or a fresh read and report any partial failure.

Finish with the confirmed action, quality metric, observation window, and rollback trigger. If operating from an export, mark recommendations ready_for_review, never published.

1---
2name: paid-ads-linkedin
3description: Audit, diagnose, plan, and safely operate connected LinkedIn Ads accounts through the NotFair MCP, with an export-based fallback. Use for LinkedIn advertising, sponsored content, lead-generation forms, job-title or company targeting, campaign groups, creatives, conversions, lead quality, budgets, bids, or approved LinkedIn campaign changes.
4argument-hint: "<B2B goal, audience, account, or date range>"
5---
6 
7# LinkedIn Ads
8 
9Read `../shared/operating-contract.md` and `../shared/measurement-framework.md` before acting. Use live account data from the connected platform; use a supplied export when no verified connector is available.
10 
11## Establish access and qualified-demand context
12 
131. Follow [`../../docs/mcp-connection.md`](../../docs/mcp-connection.md). Resolve `~~linkedin-ads` to the live connection. Use its current instructions and capability descriptions to choose tools, and verify the requested platform and account from live data. Do not infer access from another connected platform.
142. If the connector is missing or unauthorized, request re-authorization or a current export and keep the result plan/review-only.
153. Define the sales-qualified conversion, CRM feedback loop, account currency, attribution basis, target CPA or pipeline outcome, and complete date window before diagnosing performance.
16 
17Keep lead quantity separate from lead quality. Build targeting hypotheses from job function, seniority, company, industry, or account lists only when the business rationale and audience constraints are defensible.
18 
19## Read and diagnose
20 
21Correlate campaign groups, campaigns, creatives, and analytics as needed. Choose available capabilities for individual objects, conversion rules, lead forms, targeting information, or lead responses; retrieve only what the question needs.
22 
23Interpret the platform correctly:
24 
25- Hierarchy is account → campaign group → campaign → creative.
26- Money is returned as a major-unit object such as `{ amount: "50", currencyCode: "USD" }`, not micros or cents.
27- Targeting is a whole tree on the campaign. Preserve existing criteria unless the user explicitly approves replacement.
28- Campaign type and cost type are immutable after creation.
29- Lead-form responses contain personal data. Retrieve only when necessary, minimize exposure in the response, and never copy raw lead PII into unrelated artifacts.
30 
31For reviews, report spend, impressions, link CTR, leads, qualified leads, CPA, and downstream pipeline or revenue by a complete equivalent period. Name the likely driver only when the data supports it.
32 
33## Execute approved changes safely
34 
35Use dedicated write tools, never the read-only script surface. Show the exact object, current and proposed state, currency exposure, expected effect, and rollback first. Use dry-run previews for spend-affecting creates, budgets, bids, and targeting when available.
36 
37- Prefer pause/activate over hard deletion; conversion rules and matched audiences may not be deletable through the API.
38- Create campaign groups, campaigns, and creatives in draft, then review targeting, budget, conversion association, and creative before activation.
39- Use a stable client request ID only to retry the same uncertain create.
40- Resolve targeting names to LinkedIn URNs before setting the full targeting tree.
41- Hashing and event-shape enforcement belong to the connector. Do not expose raw customer identifiers in the final report.
42- Verify the mutation through returned before/after evidence or a fresh read and report any partial failure.
43 
44Finish with the confirmed action, quality metric, observation window, and rollback trigger. If operating from an export, mark recommendations `ready_for_review`, never `published`.
45 

Discussion

Alternatives

Also in Social & retail adsSee all 364 in Marketing →
Ad creativeWhen the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative testing,' 'write me some ads,' 'Facebook ad copy,' 'Google ad headlines,' 'LinkedIn ad text,' 'static ads,' 'ad templates,' 'iMessage ad,' 'chat reveal ad,' 'ChatGPT ad,' 'Apple Notes ad,' 'AirDrop ad,' 'creative strategy,' 'creative roadmap,' 'creative retro,' 'hook writing,' 'creative review page,' 'present ad creative for approval,' 'motion video ad,' 'faceless video ad,' 'UGC ad,' 'greenscreen ad,' 'TikTok/Reels ad format,' 'which ad format to make,' 'Meta ad format tier list,' or 'creative format taxonomy.' Use this whenever someone needs to produce ad copy at scale or iterate on existing ads. For campaign strategy and targeting, see ads. For landing page copy, see copywriting.Marketing · MITAmazon Ads AuditYou share your Amazon advertising numbers and goals; you get back a plain-language review of what's draining your budget and what to change first.Business & ops · MITApple Ads AuditPaste what you're spending on Apple Search Ads and your recent numbers; get back a plain review of what's wasting money and what to fix first.Business & ops · MITAd campaign managementUse when creating, managing, or optimizing paid advertising campaigns across any platform. Covers ad copy generation, ad creative strategy, campaign management, and competitive intelligence. Triggers on: ad copy, ad creative, paid ads, paid advertising, Facebook ads, LinkedIn ads, Google ads, Meta ads, ad campaign, ad strategy, ad testing, competitive ads, competitor ads, ad library, ad analysis, ad creative generation, campaign management, ROAS, CPC, CTR. Use this skill whenever the user mentions ads, paid channels, ad campaigns, ad copy, ad performance, or wants to analyze competitor advertising.Marketing · MIT