Linkedin ads
Parent skill for LinkedIn Ads operations — campaigns, creatives, analytics, DMP segments (custom audiences). Delegates to sub-skills for ABM audience builds, bid optimization, bulk campaign edits, and creative format analysis.From its SKILL.md
npx -y skills add foxgeeek/adskills --skill linkedin-adsAssembled 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.5 KB, 344 tokens by cl100k_base, as published. Nobody here has run it
LinkedIn Ads — Root Skill
Sub-skills:
- audience-builder/ — CSV → DMP segment (USER_EMAIL_LIST or USER_COMPANY_LIST)
- bid-optimizer/ — analyze CTR + conv per campaign, suggest ±% bid adjustments
- bulk-editor/ — CSV-driven bulk edits (status, daily budget, unit cost) with preview + confirmation
- creative-strategist/ — format performance breakdown + next-test suggestions
Prerequisites
npx adskills init→ pick "LinkedIn Ads" → OAuth.envpopulated withLINKEDIN_CLIENT_ID,LINKEDIN_CLIENT_SECRETconfig/accounts.jsonhasaccountId(format:urn:li:sponsoredAccount:XXXXXXXXor raw ID)
API reference
- Base:
https://api.linkedin.com/rest - Version:
202410(set viaLinkedIn-Versionheader) - Protocol: REST.li 2.0 (
X-Restli-Protocol-Version: 2.0.0) - Partial updates use
X-RestLi-Method: PARTIAL_UPDATEwithpatch.$setpayload
Destructive action policy
Require confirmation:
bids --apply(bid changes)bulk(any status/budget/bid edit)
Read-only by default:
audiencewith--dry-runcreatives
URN conventions
- Campaign:
urn:li:sponsoredCampaign:{id} - Account:
urn:li:sponsoredAccount:{id} - Creative:
urn:li:sponsoredCreative:{id}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.