deepline-monitors

Solid

ACCESS-GATED beta. Deepline Monitors are provider event feeds (job posts, email replies, funding, intent) that stream into your warehouse and trigger plays. Only use if you have monitor access: run `deepline monitors status` first; if it reports no access, do NOT use this recipe — ask a Deepline admin (Admin → Rollouts) for access.

AI & Automation 47 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
61
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Deepline Monitors ## Quick Start ```bash npm install -g deepline # Fallback for secure sandboxes: mkdir -p "$HOME/.local" && npm config set prefix "$HOME/.local" && export PATH="$HOME/.local/bin:$PATH" && npm install -g deepline --registry https://code.deepline.com/api/v2/npm/ deepline auth register --wait auto deepline auth wait --timeout 120 # completes Cowork/browser approval; no-op if already connected deepline auth status deepline -h ``` This is a recipe shortcut. It pre-selects the deepline-monitors recipe but the **deepline-gtm governs the entire session**. ## Execution order 1. **Invoke `deepline-gtm`** using the Skill tool. 2. **Follow the meta-skill's full routing instructions** - analyze the user's complete prompt and load every sub-doc the meta-skill tells you to. Do not skip docs just because a recipe is pre-selected. 3. **Follow the meta-skill's routing gate for this recipe.** Read the deepline-monitors recipe at `../deepline-gtm/recipes/deepline-monitors.md` (relative to this file) only when that gate routes you to it. Conditional access and safety checks still apply. The recipe only covers one part of the task. The meta-skill handles everything else the user asked for.

Details

Author
getaero-io
Repository
getaero-io/gtm-eng-skills
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

deepline-quickstart

Run a quick Deepline demo recipe to show the user how Deepline works.

47 Updated today
getaero-io
AI & Automation Solid

deepline-gtm

GTM prospecting, enrichment, research, outreach, scoring, CSVs, and Deepline plays. Discovery: deepline-pre-research. Providers: adyntel, ai_ark, allegrow, apify, attention, attio, aviato, bettercontact, bloomberry, bluesky, bounceban, browserbase, builtwith, clickhouse, cloudflare, contactout, crustdata, crustdata-v2, crustdata-v3, customer_db, dataforseo, datagma, deepline_native, deeplineagent, discolike, dropleads, emailbison, emailguard, enformion, exa, findymail, firecrawl, firmable, forager, fullenrich, generic_http, gong, google_ads_audiences, google_workspace, hackernews, heyreach, hubspot, hunter, icypeas, instantly, intercom, ipqs, leadmagic, lemlist, limadata, linkedin_ads_audiences, linkedin_scraper, lusha, meta_audiences, openmart, opensosdata, openwebninja, parallel, peopledatalabs, podscan, predictleads, prospeo, rocketreach, salesforce, salesforge, scrapecreators, sentrion, serper, slack, smartlead, snowflake, sumble, theirstack, trestle, twitterapi, upcell, wiza, wizleads, zerobounce.

47 Updated today
getaero-io
AI & Automation Solid

deepline-plays

Use this skill for any GTM Engineering work in Deepline — prospecting, list-building, account research, contact enrichment, email/phone/LinkedIn lookup, ICP qualification, lead scoring, outreach copy, CSV-driven row work, and verifying enriched data. Triggers on phrases like 'enrich this CSV', 'find contacts at these companies', 'build a TAM list', 'waterfall emails for these leads', 'detect job changes', 'is this data accurate', 'write a sequence for', and on any request that mentions Deepline, plays, or named GTM providers (Crustdata, Hunter, Dropleads, etc.). Use this even when the user does not explicitly say 'GTM' — most CSV-with-leads tasks and most provider-driven enrichment tasks are GTM tasks. SKIP only when the request is a Clay table extraction (use clay-to-deepline) or has no Deepline / outbound / data-enrichment dimension at all.

47 Updated today
getaero-io