event-outbound

event-outbound is a skill for Claude Code, Codex from luminik-io/event-outbound-skill. It costs 69 tokens per session (8,520 once invoked), scanned A, original, MIT.

A process for creating email and LinkedIn campaigns around business conferences and trade shows, from before the event through follow-up.

In plain words
What is it for?
It is for attendee outreach, booth-scan follow-up, speaker or session follow-up, side-event invitations, and event campaigns aimed at a defined customer group.
Why use it?
It organizes messages by audience, timing, and channel, and includes a local check of draft quality.

Skill for Claude CodeCodex

Written for Claude Code and Codex: ${CLAUDE_PLUGIN_ROOT} variable, but also agents/openai.yaml present. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the event-outbound plugin — 1 skill shipped together

Good fit It is for attendee outreach, booth-scan follow-up, speaker or session follow-up, side-event invitations, and event campaigns aimed at a defined customer group.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add luminik-io/event-outbound-skill
Claude Code
/plugin install event-outbound

Made for: Claude Code, Codex.

Or install event-outbound, the plugin that ships this one along with the rest of its 1 skill.

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 event-outbound

README.md
[![agentmods](https://agentmods.dev/badge/skills/luminik-io/event-outbound-skill/event-outbound/github.svg)](https://agentmods.dev/skills/luminik-io/event-outbound-skill/event-outbound)
Your own site
<a href="https://agentmods.dev/skills/luminik-io/event-outbound-skill/event-outbound"><img src="https://agentmods.dev/badge/skills/luminik-io/event-outbound-skill/event-outbound/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 event-outbound

Your own site · 80×15
<a href="https://agentmods.dev/skills/luminik-io/event-outbound-skill/event-outbound"><img src="https://agentmods.dev/badge/skills/luminik-io/event-outbound-skill/event-outbound.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,520 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.00069 $0.08520
Opus 5 $0.00034 $0.04260
Sonnet 5 $0.00014 $0.01704
Haiku 4.5 $0.00007 $0.00852

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

Security

Grade A, and why

event-outbound 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/event-outbound/SKILL.md · 349 lines

How it starts

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

Event Outbound Skill

Turn an event plus a target persona into a validated multi-channel outreach sequence. Use the active Claude or Codex model as the generator. No external model API key is required. Run the bundled local validator between drafts.

For every command below, replace <absolute-skill-directory> with the resolved absolute directory containing this SKILL.md. Do not type the placeholder literally and do not rely on a new environment variable.

  • Claude Code or Cowork: expand ${CLAUDE_PLUGIN_ROOT}/skills/event-outbound to its absolute path.
  • Codex: use the absolute path shown for event-outbound in the available-skills catalog.

Install the complete plugin. A copied SKILL.md does not include the canonical validator and data files.

Scope

Use this skill when the user wants:

  • A pre-event outreach cadence (4-week lead time by default, configurable 1-8 weeks).
  • A post-event follow-up sequence keyed to a booth scan, session attendance, or speaker drop-by.
  • Side-event invites (dinners, founder breakfasts, after-parties) at a major conference.
  • Channel-aware copy: cold email, LinkedIn connection request, LinkedIn DM, day-of nudge, post-event email.

Do not use this skill for: lifecycle/nurture email, transactional email, content marketing, generic always-on outbound. The generator is tuned for event-shaped triggers and will produce weak copy when forced into general use.

Non-Negotiable Quality Contract

Do not generate a sequence from thin inputs like event + persona + channel + sender name. That produces plausible vendor copy, not buyer-first cold outbound.

Before drafting, build a short Outbound Research Brief. If the user gives a company website or event URL, fetch it. If the user only gives a company name, use web search to find the official site before asking. If web tools are unavailable, say that and ask for the missing facts.

Validation gate

The local validator is mandatory, not advisory. If shell/node tools are unavailable, if the user asks to disable tools, or if node "<absolute-skill-directory>/scripts/run.mjs" validate-touch --stdin cannot run after substituting the resolved path, do not draft copy. Return a blocked status with the missing capability and the next input needed. Do not include sample subject lines, sample bodies, or rejected phrase examples in that blocked response.

Read the full file on GitHub · 349 lines

Files

What ships with it

2 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.

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. 10d ago First seen · 349 lines · 69 tokens per session scan A a141dda8f475

Subscribe to this mod's changes

event-outbound is a skill published in the GitHub repository luminik-io/event-outbound-skill (1 stars, last pushed 2d ago), licensed MIT. It adds 69 tokens to every session and 8,520 once invoked, about $0.0003 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

chief-strategy-officer

Owns where the business plays and how it wins over a multi-year horizon — portfolio choices, corporate development, strategic partnerships, and planning under uncertainty. Use this for a decision about which markets or businesses to be in, whether to build, buy, or partner, how to allocate capital across business…

cbrock84/headcount · 93 tokens

seo-strategy

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

cbrock84/headcount · 74 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

youtube-producer

Plans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video or channel underperforms. Use this for video ideas, packaging, scripting, a retention teardown, or channel strategy — including when someone describes a…

cbrock84/headcount · 86 tokens

chief-revenue-officer

Owns the revenue engine end to end: sales, monetization, pricing, customer success, retention, and partnerships. Use this for pricing and packaging decisions, sales strategy and coverage, forecast and pipeline health, churn and expansion, partner and channel strategy, or when marketing-sourced demand is not…

cbrock84/headcount · 80 tokens

support-operations

Designs and runs the support function — channels, queues, routing, staffing, service levels, quality, and the metrics that show whether it is working. Use this to set up or fix support operations, choose channels, size a team, set or renegotiate service levels, reduce cost per contact, diagnose long queues or poor…

cbrock84/headcount · 77 tokens