post-to-campaign

post-to-campaign is a skill for Claude Code, Codex from LaGrowthMachine/gtm-system. It costs 220 tokens per session (2,613 once invoked), scanned A, original, MIT.

A workflow that turns one LinkedIn post into a draft outreach campaign. LinkedIn is a professional social network, and outreach campaigns are sequences of messages sent to potential customers.

In plain words
What is it for?
It is for reading a LinkedIn post, collecting its likers and commenters, creating or adapting a campaign structure, and filling in the messages.
Why use it?
It gathers people who liked or commented on the post and uses that audience and the post's subject to prepare the campaign.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for reading a LinkedIn post, collecting its likers and commenters, creating or adapting a campaign structure, and filling in the messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lagrowthmachine/gtm-system/post-to-campaign
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LaGrowthMachine/gtm-system --skill post-to-campaign
Clone the repo
git clone --depth 1 https://github.com/LaGrowthMachine/gtm-system

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for post-to-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/lagrowthmachine/gtm-system/post-to-campaign/github.svg)](https://agentmods.dev/skills/lagrowthmachine/gtm-system/post-to-campaign)
Your own site
<a href="https://agentmods.dev/skills/lagrowthmachine/gtm-system/post-to-campaign"><img src="https://agentmods.dev/badge/skills/lagrowthmachine/gtm-system/post-to-campaign/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for post-to-campaign

Your own site · 80×15
<a href="https://agentmods.dev/skills/lagrowthmachine/gtm-system/post-to-campaign"><img src="https://agentmods.dev/badge/skills/lagrowthmachine/gtm-system/post-to-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 220 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,613 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00220 $0.02613
Opus 5 $0.00110 $0.01307
Sonnet 5 $0.00044 $0.00523
Haiku 4.5 $0.00022 $0.00261

Measured 10d ago against content hash 4b7079c45f9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

post-to-campaign scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fuel-my-pipeline/post-to-campaign/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Post to Campaign

Turns a single LinkedIn post into a ready-to-launch La Growth Machine campaign: it reads the post, scrapes the people who liked and commented into one audience, and fills a draft campaign whose copy is calibrated to the post and your objective. You attach the audience and launch.

Authority — read this first

Everything to run the common path is inlined below. The three reference files hold the detail for one step each; open a file only when you reach that step.

  • Scraping the engagers into an audience (identities, async import, polling, the audience naming rule) → references/audience-from-post.md. Read it at Step 3.
  • Creating the draft campaign in LGM (newHtml format, find-or-duplicate a structure, reconcile steps, fill each message) → references/lgm-campaign-create.md. Read it at Step 5.
  • Copywriting rules for the sequence (structure, banned phrases, anti-AI tells, per-channel length) → references/copywriting-rules.md. Read it at Step 4. This is the base rule set. If the multichannel-campaign-builder skill is installed, defer copy generation to it for a deeper result (see Step 4).

Do not re-derive these from scratch when the file already covers them. Ask the user's input questions in English, and never use an em-dash in anything you write to the user. The campaign copy itself is written in the language of the post (confirmed with the user).

What it does

Two layers, so it is useful with or without La Growth Machine:

  • Standalone (no LGM needed): from the post's content and your objective, it writes the full outreach sequence copy, ready to paste into any tool.
  • With the LGM MCP connected: it also scrapes the post's likers and commenters into a single audience and fills a draft campaign with that copy, so the only thing left to do is attach the audience and hit launch.

Workflow

Step 1 — Gather the brief (ask in English, no em-dash)

Ask only for what is missing, in one message, then proceed:

Read the full file on GitHub · 139 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 139 lines · 220 tokens per session scan A 4b7079c45f9e

Subscribe to this mod's changes

post-to-campaign is a skill published in the GitHub repository LaGrowthMachine/gtm-system (36 stars, last pushed 2d ago), licensed MIT. It adds 220 tokens to every session and 2,613 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deepline-ads-audiences

Use this skill when building, enriching, auditing, or uploading B2B paid ads audiences to Google Customer Match, Meta/Facebook Custom Audiences, or LinkedIn Matched Audiences. Triggers on phrases like '/deepline-ads-audience', '/deepline-ads-audiences', 'upload this audience', 'create custom audiences', 'personal…

getaero-io/gtm-eng-skills · 133 tokens

deepline-pre-research

Use when the user wants a last30days-style pre-research pass in Deepline: discover the critical public, private, CRM, workflow, social, and web data sources for a research/enrichment job; compare provider coverage; estimate Deepline credit cost; recommend the source plan before building or running the workflow; or…

getaero-io/gtm-eng-skills · 135 tokens

niche-signal-discovery

Discover niche first-party signals that differentiate Closed Won vs Closed Lost accounts for ICP analysis. Use when the user provides won/lost customer domain lists and wants differential signals (website content, job listings, tech stack, maturity markers) to build account scoring models and prospecting criteria.…

getaero-io/gtm-eng-skills · 135 tokens

deepline-engine

Build, publish, and verify a Deepline Play as a durable state machine over Customer DB tables, including a small paid pilot. Invoke this skill explicitly when the user asks to build an engine.

getaero-io/gtm-eng-skills · 43 tokens

deepline-plays-review

Use this skill when a human needs to review a Deepline Play result and hand feedback, labels, or approval back to the agent for revision, evaluation, comparison, or bounded iteration. Triggers on “put this run in a Sheet,” “review these results,” “read my feedback,” “make this a standing rule,” “never regress on this…

getaero-io/gtm-eng-skills · 121 tokens

deepline-plays

Use for Deepline GTM work that searches, enriches, scores, collects signals, or automates a workflow: find companies or people, enrich a CSV, find emails or LinkedIn, compare providers, build a waterfall, create a webhook or cron, or write a Play. For live information work, run a small heterogeneous experiment…

getaero-io/gtm-eng-skills · 92 tokens