agentsclimarketplace

Audience builder

Skill foxgeeek/adskills/.claude/skills/linkedin-ads/audience-builder

Claude Code Skills framework for multi-platform ad operations — Meta, Google, LinkedIn Ads from the terminal / Framework de Claude Code Skills pra gestão de tráfego multi-plataforma

Install
npx -y skills add foxgeeek/adskills --skill audience-builder

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

One thing to look at

  • 0 stars0 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 author says it does

Copied from the file, not written here

Build LinkedIn DMP segments from CSV for ABM campaigns. Supports USER_EMAIL_LIST (contacts) and USER_COMPANY_LIST (companies). Hashes emails with SHA-256 before upload. Triggers on prompts about uploading contact/company lists or building ABM audiences on LinkedIn.

SKILL.md

1.3 KB, 276 tokens by cl100k_base, as published. Nobody here has run it

LinkedIn Ads — Audience Builder (ABM)

When to use

  • "Sobe essa lista de empresas no LinkedIn pra ABM"
  • "Create a DMP segment from the SDR export"
  • "Upload contacts to LinkedIn as custom audience"

Inputs

  • --account — account ref
  • --csv — CSV path
  • --name — audience name
  • --typeUSER (default) or COMPANY
  • --description — optional

CSV columns

  • USER mode: email (required, SHA-256 hashed before upload), optionally first_name, last_name
  • COMPANY mode: company (required), optionally company_domain, country

Invocation

adskills linkedin audience --account acme \
  --csv ./abm/q2-targets.csv \
  --name "Q2 ABM — Enterprise Targets" \
  --type COMPANY

Guardrails

  • Raw emails are SHA-256 hashed client-side before upload
  • sourcePlatform=API, sourceType=USER_UPLOADED (LinkedIn TOS)
  • Dry-run flag available for preview
  • Matching on LinkedIn's side can take 24-48h; segment will be empty until processed

Keep looking

Skills are one crate of 328,083. 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.