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.
npx skills add akiotanaka847/qaio-desktop --skill instantly-campaigngit clone --depth 1 https://github.com/akiotanaka847/qaio-desktopWrote 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/akiotanaka847/qaio-desktop/instantly-campaign)<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.
<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>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.00091 | $0.02139 |
| Opus 5 | $0.00046 | $0.01069 |
| Sonnet 5 | $0.00018 | $0.00428 |
| Haiku 4.5 | $0.00009 | $0.00214 |
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.
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-sequencefirst. - The contact list doesn't have verified emails yet - run
apollo-enrichmentfirst. - 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
.mdfile produced bycold-email-sequence. If missing I ask: "Where's the locked sequence file? It should be in yoursequences/folder." - The verified-contacts file - Required. Path to the
contacts.jsonproduced byapollo-enrichment. If missing I ask: "Where's the contacts file? It should be inruns/{runId}/contacts.json." - A campaign name - Optional. Defaults to deriving from the sequence file name (e.g.
2026-05-05-jane-doe-revops-sequence.mdbecomesLinkedIn - 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(defaultAmerica/Vancouver, Mon-Fri, 8-5).
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.
- 6d ago First seen · 118 lines · 91 tokens per session scan A 7b162bd4fe26
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.
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…
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…
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…
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…
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…
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…