linkedin-warm-tracker

A daily tracker for LinkedIn outreach that keeps one row per person, records their current stage, and assigns one next action with a due date.

In plain words
What is it for?
Use it to decide whom to contact today, whether to engage with a post, send or withdraw a connection request, write a message, book a call, reopen a quiet conversation, or mark a contact cold.
Why use it?
It prevents follow-ups from being forgotten or handled inconsistently across different outreach stages.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/styfinity/linkedin-engine/linkedin-warm-tracker
Any agent
npx skills add styfinity/linkedin-engine --skill linkedin-warm-tracker
Clone the repo
git clone --depth 1 https://github.com/styfinity/linkedin-engine

Made for: Claude Code, Codex.

Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00047 $0.00519
Opus 5 $0.00023 $0.00260
Sonnet 5 $0.00009 $0.00104
Haiku 4.5 $0.00005 $0.00052

Measured 2d ago against content hash ec4efd16d2f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

linkedin-warm-tracker 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 2d 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/linkedin-warm-tracker/SKILL.md · 31 lines

What it actually says

LinkedIn Warm Tracker

The day-driver for warming and outreach. One row per person, one next action each, nothing leaks.

Inputs

  • The current list of people in play with their last touch and last reply state (paste the list or give a path): $ARGUMENTS
  • The brief (persona, offer, pains) loads automatically.

Do this

For each person:

  1. Read their stage: new / warming / connect-sent / accepted / in-conversation / qualifying / booked / cold.
  2. Read their last touch date and last reply state (replied, no reply yet, went quiet).
  3. Compute the single NEXT ACTION for that stage. Examples: warming = engage on a recent post; connect-sent (no accept, 4+ days) = withdraw or wait; accepted = send first DM; in-conversation = reply with the next angle; qualifying = book the call; went quiet (7+ days) = one soft re-open then mark cold.
  4. Compute the DUE date from the last touch plus the stage cadence. Anything overdue is due today.
  5. Sort the table by due date, soonest first, and within today put the warmest stage (qualifying, in-conversation) at the top.

Output

A table with columns: person, stage, last touch, NEXT ACTION, due. Sorted by due date. Below it, a one-line count of how many rows are due today. End with the single warmest row to action first.

Rules

  • One row per person. Every person always gets a next action, even if that action is "mark cold". Nothing leaks.
  • This drives the day. It does not send anything. Drafting a message is /linkedin-first-dm; running /linkedin-humanizer on the draft; hot replies go to /linkedin-reply-triager.
  • When the action is to send, sending happens only through the connected CLI/MCP layer on the user's own session or provider key, drafts are shown and approved first, and the 20 actions/day cap applies to new accounts.
  • No em-dashes. No guaranteed-result promises.
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. 2d ago First seen · 31 lines · 47 tokens per session scan A ec4efd16d2f9

Subscribe to this mod's changes

linkedin-warm-tracker is a skill published in the GitHub repository styfinity/linkedin-engine (7 stars, last pushed 2mo ago), licensed MIT. It adds 47 tokens to every session and 519 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

lemlist-campaign-from-icp

Use when the user says "create a lemlist campaign for X", "build a lemlist campaign from this ICP", "spin a lemlist campaign for Y", "ICP to lemlist", "natural language to lemlist campaign", "draft a lemlist campaign", "lemlist campaign for VPs/Managers/ICs at Z", or any variant indicating they want to turn a…

Othmane-Khadri/YALC-the-GTM-operating-system · 251 tokens

provider-builder

Use when a teammate wants to add a new vendor to YALC for an existing capability without shipping a release. Triggers include "add a new provider for X", "wire up [vendor] to YALC", "build an adapter for [vendor]", "I want to use [vendor] for [capability]", "add Apollo for icp-company-search", or any variant…

Othmane-Khadri/YALC-the-GTM-operating-system · 124 tokens

campaign-strategy

Pre-flight strategy advisor for a new campaign. Analyses every past campaign in the local YALC DB (HeyReach campaigns auto-sync on each run), their real outbound copy, where in the sequence each conversation first replied, every prior retro brief, and the validated/proven intelligence file. Then it proposes angle…

Othmane-Khadri/YALC-the-GTM-operating-system · 154 tokens

copywriting-follow-up

Writes follow-up cold emails after no reply from a prospect. Use this skill whenever the user wants to follow up on an email that got no response, says "write a follow-up", "they didn't reply, what do I send?", "draft a bump email", "write email 2 or 3 of my sequence", or asks how to re-engage a cold prospect. Works…

Othmane-Khadri/YALC-the-GTM-operating-system · 131 tokens

copywriting-ic-sequence

Writes a 3-email outbound sequence targeting Individual Contributors (SDR, AE, BDR, Account Manager, Marketing Specialist, Sales Rep, RevOps Analyst, CS Rep, etc.). Use this skill whenever the user wants to write cold emails for an IC, says "write me a sequence for SDRs", "draft emails targeting AEs", "emails for…

Othmane-Khadri/YALC-the-GTM-operating-system · 127 tokens

copywriting-manager-sequence

Writes a 3-email outbound sequence targeting Manager-level buyers (Sales Manager, Marketing Manager, RevOps Manager, Team Lead, Operations Manager, etc.). Use this skill whenever the user wants to write cold emails for a Manager, says "write me a sequence for a Sales Manager", "draft emails targeting managers", or…

Othmane-Khadri/YALC-the-GTM-operating-system · 102 tokens