Bulk editor
Skill foxgeeek/adskills/.claude/skills/linkedin-ads/bulk-editor
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
npx -y skills add foxgeeek/adskills --skill bulk-editorAssembled 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
Bulk edit LinkedIn campaigns from CSV — status, daily budget, unit cost (bid). Preview before apply, confirmation required. Triggers on prompts about mass campaign edits, pausing many campaigns at once, or budget reallocations.
SKILL.md
1.2 KB, 260 tokens by cl100k_base, as published. Nobody here has run it
LinkedIn Ads — Bulk Editor
When to use
- "Pausa todas as campanhas dessa lista"
- "Aumenta o daily budget em todas essas campanhas"
- "Bulk edit LinkedIn campaigns from spreadsheet"
CSV format
Columns (any combination of change columns — campaign_id is required):
campaign_id,status,daily_budget,unit_cost
1234567890,PAUSED,,,
1234567891,ACTIVE,50,
1234567892,,,8.50
status:ACTIVE,PAUSED, orARCHIVEDdaily_budget: number in account currencyunit_cost(orbid): number in account currency
Invocation
adskills linkedin bulk --account acme --csv ./edits/pause-underperformers.csv
adskills linkedin bulk --account acme --csv ./edits/raise-budgets.csv --dry-run
Guardrails
- Preview printed before API calls (first 20 + count of rest)
- Confirmation prompt unless
--dry-run - Per-row failure is isolated — run continues, errors captured in the report
- Rows with no change columns are silently skipped