Audience builder
Skill foxgeeek/adskills/.claude/skills/linkedin-ads/audience-builder
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.From its SKILL.md
npx -y skills add foxgeeek/adskills --skill audience-builderAssembled 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.
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--type—USER(default) orCOMPANY--description— optional
CSV columns
- USER mode:
email(required, SHA-256 hashed before upload), optionallyfirst_name,last_name - COMPANY mode:
company(required), optionallycompany_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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.