Borrowing it
Nothing to install: this file belongs to Othmane-Khadri/YALC-the-GTM-operating-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Othmane-Khadri/YALC-the-GTM-operating-system/main/.claude/skills/lost-deal-revival-agent/SKILL.mdgit clone --depth 1 https://github.com/Othmane-Khadri/YALC-the-GTM-operating-systemWrote 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.
[](https://agentmods.dev/skills/othmane-khadri/yalc-the-gtm-operating-system/lost-deal-revival-agent)<a href="https://agentmods.dev/skills/othmane-khadri/yalc-the-gtm-operating-system/lost-deal-revival-agent"><img src="https://agentmods.dev/badge/skills/othmane-khadri/yalc-the-gtm-operating-system/lost-deal-revival-agent/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.
<a href="https://agentmods.dev/skills/othmane-khadri/yalc-the-gtm-operating-system/lost-deal-revival-agent"><img src="https://agentmods.dev/badge/skills/othmane-khadri/yalc-the-gtm-operating-system/lost-deal-revival-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00174 | $0.03071 |
| Opus 5 | $0.00087 | $0.01536 |
| Sonnet 5 | $0.00035 | $0.00614 |
| Haiku 4.5 | $0.00017 | $0.00307 |
Grade A, and why
lost-deal-revival-agent 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lost Deal Revival Agent
Receives signal-pair fire payloads from the signal-pair watcher
(src/lib/agents/signal-pair-watcher.ts) when a watched company has both
a Claap-derived closed-lost objection tag and a fresh PredictLeads signal
within a 14-day window. Fetches the verbatim Claap objection quote,
drafts a tight 2-line revival message that quotes the objection back and
names the new signal change, then writes the draft to one of two
operator-chosen output targets for human review.
You produce drafts. You do NOT send messages. You do NOT start Lemlist campaigns. You do NOT modify Claap recordings.
When This Skill Applies
- "revive closed-lost deals"
- "set up revival agent"
- "when objection X is fixed by signal Y reach out"
- "lost deal revival"
- "closed-lost re-engagement loop"
NOT this skill:
- "send a cold email" → use
email-sequence/send-cold-email - "launch a LinkedIn campaign" → use
launch-linkedin-campaign - "summarize this Claap call" → use Claap's own per-call summary
When invoked from Slack
If the invocation prompt mentions a Slack channel and thread, treat THAT Slack thread as your output surface instead of the chat. The drafted revival message and any progress notes go to the thread instead of the chat.
- Every progress message goes to the Slack thread via the Slack MCP (registered as
slack). Use the toolslack_post_messagewith the channel and, when a thread timestamp is present, the samethread_ts(orslack_reply_to_threadfor thread replies) so updates land in the same thread. There is no native message-update tool, so post a new message rather than trying to edit an existing one. - Any approval gate (this skill defaults to producing a draft for human review, but if the invocation introduces a confirm-before-write step) is posted to the Slack thread as a short, structured preview, then you wait for either a thumbs-up reaction OR a thread reply matching
approve | ship it | looks good | go | yesFROM THE ORIGINAL REQUESTER ONLY (the user id named in the invocation prompt). Poll for the reply withslack_get_thread_repliesand useslack_add_reactionto acknowledge receipt. Ignore approvals from anyone other than the original requester. No one else can approve on their behalf. - The final result goes back to the thread with any artifact URLs (HubSpot task, Lemlist DRAFT campaign).
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.
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.
- 12d ago First seen · 283 lines · 174 tokens per session scan A 4e1dd8ef5ec9
lost-deal-revival-agent is a skill published in the GitHub repository Othmane-Khadri/YALC-the-GTM-operating-system (301 stars, last pushed 22d ago), licensed MIT. It adds 174 tokens to every session and 3,071 once invoked, about $0.0009 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.
Other skills, from other repositories
cn-check
Install and run the Continue CLI (cn) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
job-posting-intent
Detect buying intent from job postings. When a company posts a job in your problem area, they've allocated budget and are actively thinking about the problem. This skill finds those companies, qualifies them, extracts personalization context, and outputs everything to a Google Sheet. Does NOT do outreach — just…
kn-spec
Use when creating a specification document for a feature (SDD workflow).
kn-handoff
Use when a feature crosses repository boundaries and one side must hand work to the other - generates a self-contained frontend-to-backend brief or backend-to-frontend API contract.
kn-flow
Use when orchestrating a full Knowns spec or task wave through planning, implementation, review, integration, and verification, optionally using sub-agents when scopes are parallel-safe.
kn-research
Use when you need to understand existing code, find patterns, search project knowledge, investigate current external facts, or explore a large codebase before implementation.