call-coach
B2B discovery call coach. Paste any transcript — Granola export, Fireflies, Fathom, plain text, a file path — and get a full coaching report: framework flags,…
Enrich records inside Attio with a clear cost gate before any credit is spent. Pull a chosen object (companies, people, or custom) from Attio, fill chosen attributes via Deepline providers (emails, phones, firmographics, LinkedIn, ICP fields), show the exact credit and dollar
$ npx -y skills add NachoLafuente/5050-gtm --skill attio-deepline-enrich --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/attio-deepline-enrichContext preview
The summary Claude sees to decide when to auto-load this skill.
Enrich records inside Attio with a clear cost gate before any credit is spent. Pull a chosen object (companies, people, or custom) from Attio, fill chosen attributes via Deepline providers (emails, phones, firmographics, LinkedIn, ICP fields), show the exact credit and dollar
name: attio-deepline-enrich description: Enrich records inside Attio with a clear cost gate before any credit is spent. Pull a chosen object (companies, people, or custom) from Attio, fill chosen attributes via Deepline providers (emails, phones, firmographics, LinkedIn, ICP fields), show the exact credit and dollar cost, wait for an explicit yes, run it, then write the values straight back into Attio. Use when the user says "/attio-deepline-enrich", "enrich my Attio companies/people", "fill in missing emails/phones/firmographics in Attio", "enrich N records in Attio", or "top up <attribute> on my Attio records". Never spends credits without confirmation.
Enrich records that already live in Attio, without exporting to a spreadsheet, hand-mapping columns, or guessing what it'll cost. You pick the object, the size, and the fields. The skill prices the run to the credit, asks once, then does it and writes the answers back into Attio.
Attio is both the source and the sink, and Attio reads/writes are free, so every credit is spent inside Deepline on the actual enrichment. Nothing is charged before you say yes.
> Powered by [Deepline](https://deepline.com). We're big fans, 50+ GTM data providers behind one CLI is the reason this skill is three steps instead of thirty.
Attio (read, free) -> CSV -> Deepline enrich (paid, gated) -> CSV -> Attio (write, free)
Pricing reference: **10 credits = $1**, so 1 credit = $0.10.
Ask the user which Attio object to enrich (`companies`, `people`, or a custom object slug). Then show them what's actually on it, never guess slugs:
python skills/attio-deepline-enrich/enrich.py attrs --object companies
This prints every attribute as `slug | type | title` (free, read-only). Use it to confirm the **input** slugs (what Deepline needs to work from, e.g. `domains`, `name`, `email_addresses`) and the **target** slugs (what you'll fill).
Ask three things and don't pick defaults silently:
1. **Which attributes to fill?** (the targets) Map each one to how Deepline will source it. Common ones:
| Target in Attio | Deepline source | Typical tool family | |---|---|---| | work email | email waterfall | `bettercontact`, `findymail`, `prospeo`, `dropleads` | | direct/mobile phone | phone waterfall | `bettercontact`, `datagma`, `trestle` | | firmographics (employees, industry, revenue) | company enrich | `peopledatalabs`, `crustdata` | | LinkedIn URL | profile resolve | `linkedin_scraper`, `crustdata` (or the `linkedin-url-lookup` skill) | | job title / seniority | person enrich | `peopledatalabs`, `apollo` | | ICP score / segment / custom flag | classify | `aiinference` over the row |
If unsure which provider, read `~/.agents/skills/deepline-gtm/provider-playbooks/<provider>.md` for cost and quality notes before committing.
2. **How many records?** This is the cost driver. Pull them, keeping only rows that still need the work so you never pay to re-enrich:
python skills/attio-deepline-enrich/enrich.py pull \
--object companies \
--inputs domains,name \
--target estimated_arr,employee_count \
--only-missing \
--limit 50 \
--output /tmp/enrich_in.csvThe script prints the real row count. **That count, not the user's round number, is N for costing.** If the user wants a hard cap of complete rows, over-provision ~1.4x at pull time and filter to the best N at the end (provider coverage has natural falloff; chasing the last few rows wastes credits).
Never estimate from a price list. Run the real enrichment on exactly one row and read what it actually cost:
deepline billing balance --json # note the starting balance
deepline enrich --input /tmp/enrich_in.csv --output /tmp/enrich_out.csv --rows 0:1 \
--with '{"alias":"work_email","tool":"bettercontact_enrich","payload":{ ...from provider playbook... }}'
deepline session usage --json # credits the pilot consumedBuild the per-row cost from the pilot. **Per-row credits x N = the estimate.** If you're chaining several attributes (a waterfall), the pilot must include every step so the per-row number is real.
Before the full run, alert the Session UI, then show the gate verbatim and stop:
deepline session alert --message "Approval needed: enrich N rows in Attio (~X credits)"
Present exactly these four sections:
Assumptions - <object, target attributes, providers, write mode> - <which records: only-missing? capped at N?> CSV Preview (ASCII) <paste the verbatim ASCII preview from the deepline enrich --rows 0:1 pilot> Credits + Scope + Cap - Providers: <names> - Per-row cost (from pilot): <credits> - Full-run scope: <N rows> - Estimated credits: <N x per-row> (~$<N x per-row x 0.10>) - Spend cap: <cap> Approval Question About to spend ~<credits> credits (~$<dollars> at $0.10/credit) enriching <N> <object> in Attio. Reply "YES I AGREE" to proceed.
Wait for the exact string **YES I AGREE** (case-insensitive). "yes", "ok", "go", "sure" are not consent, re-ask. One approval covers this exact run only; a new object, new attributes, or more rows needs a fresh gate.
Only after YES I AGREE. Enrich every row (omit `--rows`), writing to the output CSV:
deepline enrich --input /tmp/enrich_in.csv --output /tmp/enrich_out.csv \
--with '{"alias":"work_email","tool":"A growing collection of GTM skills for Claude Code, built by 5050Growth. Skills you can drop into Claude Code (or run as plain Python) to handle the GTM work that doesn't justify a SaaS subscription.
B2B discovery call coach. Paste any transcript — Granola export, Fireflies, Fathom, plain text, a file path — and get a full coaching report: framework flags,…
Read-only CFO data dashboard for bootstrapped startups. Two modes, CSV templates (works with any stack: Attio/HubSpot/Salesforce + Qonto/Mercury/Brex + Stripe…
Build a full SaaS cohort analysis from a CRM (Attio/Stripe/CSV) joined to revenue (Stripe/Attio/CSV). Outputs a styled Excel workbook with conditional…
Generate a tight pre-discovery-call prep brief from an intro email, referral, or company name. Outputs a 3-section scan doc (who they are, ranked questions,…
Pull Google Search Console health (sitemap status, indexing coverage, 28-day search analytics) for a verified GSC property, then run Lighthouse via the…
A build-measure-learn loop for your LinkedIn. Ingests your Creator analytics export, keeps a persistent belief model of what drives your reach and engagement,…