Systems Lab

Agent skill

luma-inbound-webhook-enrich

DRAFT.

activeNeeds a keyInstructions only205 words

Filed under Prospecting and list building.

From getaero-io/gtm-eng-skills · 21 skill entries · 60 · pushed 2026-09-21

What it does when it runs

DRAFT. Design and harden a standing Luma registration/unsubscribe webhook that enriches guests and writes to CRM or customer DB — with backfill and versioning. Not installed by deepline skills.

Automated analysis of the skill and the 2 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
  • ATTIO_API_KEY
  • HUBSPOT_API_KEY
  • LUMA_WEBHOOK_SECRET
Hosts it reaches
  • www.linkedin.com
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about luma-inbound-webhook-enrich

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/getaero-io/gtm-eng-skills.git /tmp/gtm-eng-skills
git -C /tmp/gtm-eng-skills sparse-checkout set "drafts/luma-inbound-webhook-enrich"
mkdir -p ~/.claude/skills/luma-inbound-webhook-enrich
cp -R "/tmp/gtm-eng-skills/drafts/luma-inbound-webhook-enrich/." ~/.claude/skills/luma-inbound-webhook-enrich/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

Or take the whole library

This repo ships a .claude-plugin manifest, so Claude Code can install all 21 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.

/plugin marketplace add getaero-io/gtm-eng-skills
/plugin

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Before you install: this skill will not complete its job on a bare agent. It needs ATTIO_API_KEY, HUBSPOT_API_KEY, LUMA_WEBHOOK_SECRET, which you have to obtain separately.

Reproduced in full from getaero-io/gtm-eng-skills/blob/ce24f7d2f73830ad3690ff2e6c57c375d818e6fc/drafts/luma-inbound-webhook-enrich/SKILL.md, which is licensed MIT (repository). 205 words, 6 headings.

Luma inbound webhook enrich (DRAFT)

Goal

Registration events become a durable system: webhook → validate → normalize LinkedIn → enrich → upsert CRM/DB → optional Slack notify. Not a one-off CSV import after the event.

Design checklist

  1. Trigger: Luma registration / unsubscribe (document exact event names you subscribe to).
  2. Idempotency: upsert key = email (plus event id).
  3. Normalize: LinkedIn slug → canonical https://www.linkedin.com/in/... URL.
  4. Enrich: cheap fields first; gate expensive providers.
  5. Write: CRM or customer DB fields listed in references/field-map.md.
  6. Failure mode: keep original failed payload; dead-letter queue; backfill later.
  7. Versioning: bump play/workflow version on each mapping change; never silent overwrite of prod without dry-run.

Backfill pattern

  1. Export failed webhook payloads (or Luma guest delta since last success).
  2. Re-run through the current versioned play.
  3. Leave original failed records intact for audit.
  4. Report: attempted / succeeded / still failing.

Pair with

  • luma-event-campaign for outbound staging
  • event-ops-score-and-door for capacity decisions (separate from inbound enrich)

Guardrails

  • Do not log raw PII into public git.
  • Secrets only via secret store / workflow secrets — never in SKILL.md.
  • Ask before replaying large historical backfills (cost + CRM noise).

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what luma-inbound-webhook-enrich does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.