signup-monitor
Installation
SKILL.md
Signup Monitor
Automatic lead research on every new [YOUR_PRODUCT] signup. Runs as a cron job.
Workflow
Step 1: Load State
Read memory/signup-monitor.json. If missing, create with:
{"last_checked": "2026-03-28T00:00:00Z", "processed": []}
Step 2: Query New Signups
posthog__query-generate-hogql-from-question \
question="Show User Signup events after TIMESTAMP with properties org_owner_email, org_owner_name, org_name, org_member_count, organisation_id, signup_source, referrer, acquisition_channel. Order by timestamp desc, limit 50"