instantly-campaign

instantly-campaign is a skill for Claude Code, Codex from akiotanaka847/qaio-desktop. It costs 91 tokens per session (2,139 once invoked), scanned A, original, MIT.

A workflow that creates a paused cold-email campaign in Instantly from an approved email sequence and a list of verified contacts. It loads the leads, connects sending accounts, and applies the campaign schedule without starting the send.

In plain words
What is it for?
It helps turn a ready sequence and contact list into a configured Instantly campaign for cold outreach.
Why use it?
It removes repetitive campaign setup and helps prevent sending unfinished copy or unverified addresses. You remain responsible for activating the campaign.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps turn a ready sequence and contact list into a configured Instantly campaign for cold outreach.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akiotanaka847/qaio-desktop/instantly-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 akiotanaka847/qaio-desktop --skill instantly-campaign
Clone the repo
git clone --depth 1 https://github.com/akiotanaka847/qaio-desktop

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 instantly-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/instantly-campaign/github.svg)](https://agentmods.dev/skills/akiotanaka847/qaio-desktop/instantly-campaign)
Your own site
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/instantly-campaign"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/instantly-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 instantly-campaign

Your own site · 80×15
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/instantly-campaign"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/instantly-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,139 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.
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.00091 $0.02139
Opus 5 $0.00046 $0.01069
Sonnet 5 $0.00018 $0.00428
Haiku 4.5 $0.00009 $0.00214

Measured 6d ago against content hash 7b162bd4fe26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

instantly-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 6d 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.

store/agents/outbound/.agents/skills/instantly-campaign/SKILL.md · 118 lines

How it starts

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

Instantly Campaign

Create a fully-loaded, paused cold email campaign in Instantly. I take a locked sequence file plus a verified-contacts file, build the campaign through the Instantly REST API, work around two known bugs (timezone enum restrictions and the ampersand body-drop bug), bulk-load all the leads in one call, and attach every connected sending account. The campaign always ends in paused status. You hit Activate when you're ready.

When to use

  • "Load this sequence into Instantly: ".
  • "Create the Instantly campaign for this list".
  • Phase 5 of either LinkedIn pipeline.
  • You have a locked sequence and a verified contact list and want them sending.

When NOT to use

  • The sequence isn't locked yet - finish cold-email-sequence first.
  • The contact list doesn't have verified emails yet - run apollo-enrichment first.
  • You want to edit an existing campaign - Instantly's dashboard handles that. I create new campaigns; I don't mutate live ones.
  • You want a warm email send (one-off to a specific person) - use Gmail / Outlook directly, not a cold email platform.

Connections I need

  • Instantly (sending platform) - Required. I create the campaign, load leads, attach accounts, configure schedule.

If Instantly isn't connected I stop and ask you to connect it.

Information I need

  • The locked sequence file - Required. Path to a .md file produced by cold-email-sequence. If missing I ask: "Where's the locked sequence file? It should be in your sequences/ folder."
  • The verified-contacts file - Required. Path to the contacts.json produced by apollo-enrichment. If missing I ask: "Where's the contacts file? It should be in runs/{runId}/contacts.json."
  • A campaign name - Optional. Defaults to deriving from the sequence file name (e.g. 2026-05-05-jane-doe-revops-sequence.md becomes LinkedIn - Jane Doe RevOps). Override per call.
  • Sending accounts to attach - Optional. Defaults to "all connected sending accounts in your Instantly workspace". Override per call if you want only specific ones.
  • Schedule - Optional. Defaults from config/context-ledger.json (default America/Vancouver, Mon-Fri, 8-5).

Read the full file on GitHub · 118 lines

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. 6d ago First seen · 118 lines · 91 tokens per session scan A 7b162bd4fe26

Subscribe to this mod's changes

instantly-campaign is a skill published in the GitHub repository akiotanaka847/qaio-desktop (2 stars, last pushed 8d ago), licensed MIT. It adds 91 tokens to every session and 2,139 once invoked, about $0.0005 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-09-05.

Related

Other skills, from other repositories

00-gtm-router

Plan and run the full API-first GTM chain - the orchestrator (step 00) that turns an ICP description plus optional budget, volume, and urgency into the right discovery -> qualification -> extraction -> signals -> judgment -> email-resolution sequence, with per-step cost estimates and rationale, then executes it…

Zevenue/headless-gtm · 270 tokens

01-prospeo-discover

B2B company discovery and list building via the Prospeo search API. Use when the user wants to find companies from an ICP, build a prospect or TAM list, search by ICP, or size a market - e.g. "build a list of B2B SaaS in the US", "how many companies match this ICP", "TAM sizing", "company search", or any mix of…

Zevenue/headless-gtm · 139 tokens

01-prospeo-lookalike

Seed-based B2B company discovery via the Prospeo company-lookalike API. Use when the user has example companies and wants more like them - "find companies similar to X", "companies like Stripe and HubSpot", "lookalikes of these domains", "we closed these 20 logos, find more", "expand this seed list", or hands over…

Zevenue/headless-gtm · 134 tokens

05-signal-builder

Rank a prospect's outbound signals and pick the campaign approach (Pain-led / Value-led / Segment fallback) - the judgment layer (step 05) of the API-first GTM chain. Takes scraped website markdown (03-firecrawl-research), vendor signals like funding / headcount / recent hires (04-crustdata-signals), or just a URL or…

Zevenue/headless-gtm · 204 tokens

06-resolution-email-person

Turn a company domain (plus an optional person name or job title) into a verified, send-safe email address - the deliverability-first "resolution" layer of a cold-email pipeline. Use when the user wants to find or verify a work email, enrich a list or file of domains into decision-maker contacts, or resolve "who is…

Zevenue/headless-gtm · 147 tokens

01-icp-qualify

The qualification gate of the GTM chain - judges every discovered company against the client's ICP before any paid enrichment, so credits are spent only on companies that could actually buy. Works for any client and any vertical: it studies the client first, then compiles client-specific qualification criteria and…

Zevenue/headless-gtm · 176 tokens