crear-campana-en-instantly

crear-campana-en-instantly is a skill for Claude Code, Codex from gethouston/houston. It costs 133 tokens per session (2,560 once invoked), scanned A, original, MIT.

A campaign builder that creates a new cold-email campaign in Instantly with verified contacts and connected sending accounts. The campaign is left paused until you choose to activate it.

In plain words
What is it for?
It is for loading a finished email sequence and verified contact list into a new Instantly campaign.
Why use it?
It avoids manually assembling contacts, email steps, and sending accounts, while preventing accidental sending during setup. It also handles known Instantly formatting and timezone issues.

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 is for loading a finished email sequence and verified contact list into a new Instantly campaign.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gethouston/houston/crear-campana-en-instantly
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 gethouston/houston --skill crear-campana-en-instantly
Clone the repo
git clone --depth 1 https://github.com/gethouston/houston

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 crear-campana-en-instantly

README.md
[![agentmods](https://agentmods.dev/badge/skills/gethouston/houston/crear-campana-en-instantly/github.svg)](https://agentmods.dev/skills/gethouston/houston/crear-campana-en-instantly)
Your own site
<a href="https://agentmods.dev/skills/gethouston/houston/crear-campana-en-instantly"><img src="https://agentmods.dev/badge/skills/gethouston/houston/crear-campana-en-instantly/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 crear-campana-en-instantly

Your own site · 80×15
<a href="https://agentmods.dev/skills/gethouston/houston/crear-campana-en-instantly"><img src="https://agentmods.dev/badge/skills/gethouston/houston/crear-campana-en-instantly.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,560 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.00133 $0.02560
Opus 5 $0.00067 $0.01280
Sonnet 5 $0.00027 $0.00512
Haiku 4.5 $0.00013 $0.00256

Measured 9d ago against content hash 19f2d2acc594, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

crear-campana-en-instantly 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 9d 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-i18n/es/outbound/.agents/skills/crear-campana-en-instantly/SKILL.md · 119 lines

How it starts

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

Campaña en Instantly

Creo una campaña de correo en frío completamente cargada y en pausa dentro de Instantly. Tomo un archivo de secuencia cerrado más un archivo de contactos verificados, construyo la campaña a través de la API REST de Instantly, evito dos errores conocidos (restricciones del enum de zona horaria y el bug que borra el cuerpo cuando tiene un "&"), cargo todos los leads en una sola llamada, y conecto todas las cuentas de envío que tengas conectadas. La campaña siempre termina en estado paused. Tú das clic en Activar cuando estés listo.

Cuándo usarme

  • "Carga esta secuencia en Instantly: ".
  • "Crea la campaña de Instantly para esta lista".
  • Fase 5 de cualquiera de los dos pipelines de LinkedIn.
  • Tienes una secuencia cerrada y una lista de contactos verificados y quieres ponerlos a enviar.

Cuándo NO usarme

  • La secuencia todavía no está cerrada, termina primero cold-email-sequence.
  • La lista de contactos todavía no tiene emails verificados, ejecuta primero apollo-enrichment.
  • Quieres editar una campaña existente, el panel de Instantly se encarga de eso. Yo creo campañas nuevas; no modifico las que ya están activas.
  • Quieres un envío de correo tibio (uno a uno a una persona específica), usa Gmail/Outlook directamente, no una plataforma de correo en frío.

Conexiones que necesito

  • Instantly (plataforma de envío), obligatoria. Creo la campaña, cargo los leads, conecto las cuentas, configuro el horario.

Si Instantly no está conectado, me detengo y te pido que la conectes.

Información que necesito

  • El archivo de secuencia cerrado, obligatorio. Ruta a un archivo .md producido por cold-email-sequence. Si falta, pregunto: "¿Dónde está el archivo de la secuencia cerrada? Debería estar en tu carpeta sequences/."
  • El archivo de contactos verificados, obligatorio. Ruta al contacts.json producido por apollo-enrichment. Si falta, pregunto: "¿Dónde está el archivo de contactos? Debería estar en runs/{runId}/contacts.json."
  • Un nombre de campaña, opcional. Por defecto se deriva del nombre del archivo de secuencia (por ejemplo, 2026-05-05-jane-doe-revops-sequence.md se convierte en LinkedIn - Jane Doe RevOps). Puedes indicar otro por llamada.
  • Cuentas de envío para conectar, opcional. Por defecto son "todas las cuentas de envío conectadas en tu espacio de Instantly". Puedes indicar otras por llamada si quieres solo algunas específicas.
  • Horario, opcional. Por defecto viene de config/context-ledger.json (por defecto America/Vancouver, lunes a viernes, 8 a 5).

Read the full file on GitHub · 119 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. 9d ago First seen · 119 lines · 133 tokens per session scan A 19f2d2acc594

Subscribe to this mod's changes

crear-campana-en-instantly is a skill published in the GitHub repository gethouston/houston (113 stars, last pushed today), licensed MIT. It adds 133 tokens to every session and 2,560 once invoked, about $0.0007 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-03.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens