event-room-intelligence

event-room-intelligence is a skill for Claude Code, Codex from swan-gtm/gtm-skills. It costs 167 tokens per session (2,186 once invoked), scanned A, original, MIT.

A sales-event research workflow that turns an attendee list into a phone-readable dossier about the companies and people at an in-person event.

In plain words
What is it for?
It is for preparing account cards, identifying likely buyers in the room, checking whether they are attending, and writing a short conversation plan for each target account.
Why use it?
It helps a sales team decide who to approach when an event registration export is available, using company, customer-record, and professional-profile information. It produces recommendations and a PDF dossier rather than sending messages.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; positional $N argument.

Good fit It is for preparing account cards, identifying likely buyers in the room, checking whether they are attending, and writing a short conversation plan for each target account.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swan-gtm/gtm-skills/event-room-intelligence
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 swan-gtm/gtm-skills --skill event-room-intelligence
Clone the repo
git clone --depth 1 https://github.com/swan-gtm/gtm-skills

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 event-room-intelligence

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/event-room-intelligence"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/event-room-intelligence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,186 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.00167 $0.02186
Opus 5 $0.00084 $0.01093
Sonnet 5 $0.00033 $0.00437
Haiku 4.5 $0.00017 $0.00219

Measured yesterday against content hash 45a55eedef14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

event-room-intelligence 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 yesterday.

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/ariel-cohen/event-room-intelligence/SKILL.md · 92 lines

How it starts

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

Event room intelligence

Runs 1 to 3 days before a face-to-face event, as soon as the registration export exists. Produces a phone-readable PDF dossier, one account per page, that the people walking the floor read on the way in: who the buyer is at every account in the room, whether they are physically there, and the one-line play.

Template placeholders

Replace every {{...}} before running. The card-anatomy reference lists them with defaults.

  • {{PRODUCT}} - Your product's name
  • {{CRM}} - Your CRM; read live, never from an export
  • {{PROFILE_LOOKUP}} - Your LinkedIn profile lookup (URL scrape plus name-and-company profile search). Must return photo, current headline, current employer, work email
  • {{COMPANY_LOOKUP}} - Your company enrichment for employee count, total raised, last round
  • {{HUNT_TIER}} - The tier that makes an account a hunt target when someone from it is in the room (default: Gold and above at MQL stage)
  • {{LARGE_COMPANY_FLOOR}} - Size above which an untiered company still gets a full card (default: 200+ employees or $50M+ raised)
  • {{DEMOTE_LIST}} - Giant, well-known logos that stay in the dossier but move to the end of the cold list (enterprise-gated, or no buyer in the room)
  • {{COMPETITORS}} - Competitors; they get a watch-list line, never a card
  • {{ALIAS_LIST}} - Your maintained registrant-name-to-domain overrides, grown event over event
  • {{LOOKUP_BATCH}} - Companies per enrichment sub-agent when sizing fans out (default: 12)
  • {{FLOOR_TEAM}} - Who from your side attends and reads the dossier

Inputs (ask once)

The registration export (name, email, approval status, and whatever title, company, and LinkedIn fields the form collected), the event date, who from {{FLOOR_TEAM}} attends, and the goal: hunt deals, meet customers, or recruit. Everything else is derived.

Phase 1 - Map every registrant to a company

Run the waterfall in order and record which rung matched, because the rung sets the confidence you show on the card:

Read the full file on GitHub · 92 lines

Files

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.

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. yesterday First seen · 92 lines · 167 tokens per session scan A 45a55eedef14

Subscribe to this mod's changes

event-room-intelligence is a skill published in the GitHub repository swan-gtm/gtm-skills (150 stars, last pushed 2d ago), licensed MIT. It adds 167 tokens to every session and 2,186 once invoked, about $0.0008 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-11.

Related

Other skills, from other repositories

a-b-testing

Design statistically sound GTM experiments for copy, channels, landing pages, sequencing, pricing, and funnel conversion. Produces hypothesis, sample-size logic, success metrics, test plan, analysis method, and scale/stop/kill recommendation. Use when planning A/B tests, split tests, or experiment roadmaps.

LeadMagic/gtm-skills · 66 tokens

attribution

Build practical B2B attribution models across first touch, lead creation, opportunity creation, multi-touch, account-based influence, and sales-sourced revenue. Produces model comparison, UTM governance, source-of-truth rules, and channel ROI view. Use when marketing and sales disagree on source or ROI.

LeadMagic/gtm-skills · 64 tokens

campaign-analytics

Analyze campaign performance from deliverability through revenue: delivery, engagement, replies, meetings, SQOs, pipeline, CAC, and payback. Produces diagnostic scorecard, root-cause analysis, benchmark comparison, and next-action plan. Use when deciding whether to scale, fix, or kill campaigns.

LeadMagic/gtm-skills · 64 tokens

deliverability-monitoring

Monitor outbound deliverability health across domains, inboxes, DNS, bounces, spam placement, reply rates, and reputation signals. Produces alert thresholds, dashboard spec, weekly QA checklist, and remediation playbook. Use when inboxing drops, bounce rates rise, campaigns underperform, or new infrastructure launches.

LeadMagic/gtm-skills · 67 tokens

gtm-metrics

Build a GTM metrics system for SaaS: funnel conversion, pipeline velocity, win rates, CAC, payback, NRR, sales efficiency, growth accounting, and executive dashboards. Use when creating metrics dashboards, board reports, revenue reviews, operating cadence, or diagnosing growth constraints.

LeadMagic/gtm-skills · 62 tokens

tracking-plan

Master analytics tracking plan for PLG and B2B SaaS — unified event taxonomy, pixel strategy (1P and 3P tagging), marketing attribution architecture, CDP implementation (Segment, Rudderstack), product analytics (Amplitude, Mixpanel, PostHog), CRM tracking (HubSpot, Salesforce), and analytics infrastructure design. Use…

LeadMagic/gtm-skills · 127 tokens