| name | gtm-system |
| description | Gtm System |
GTM Tracking System Skill
A Go-To-Market tracking system for Expanso/Prometheus.
Location
/home/daaronch/.openclaw/workspace/gtm-system/
CLI Tool
python3 /home/daaronch/.openclaw/workspace/gtm-system/scripts/gtm.py [command]
Quick Commands
Daily Operations
python3 scripts/gtm.py actions
python3 scripts/gtm.py digest
python3 scripts/gtm.py pipeline
python3 scripts/gtm.py signals
Contact Management
python3 scripts/gtm.py add-contact "Name" "email@co.com" --company "Company" --role "CTO"
python3 scripts/gtm.py contacts
Opportunity Management
python3 scripts/gtm.py add-opp "Company Name" --contact 1 --description "Interested in Bacalhau" --priority 3
python3 scripts/gtm.py move-stage 1 evaluation
python3 scripts/gtm.py log "Had demo call, very interested" --opp 1
Reminders
python3 scripts/gtm.py remind "Send pricing proposal" --opp 1 --date 2024-02-15
python3 scripts/gtm.py complete 1
Crawling
python3 scripts/gtm.py crawl
python3 scripts/gtm.py crawl --sources hn,github
python3 scripts/gtm.py process-signal 1
Keywords
python3 scripts/gtm.py add-keyword "new-keyword" --category domain --weight 1.5
Pipeline Stages
awareness - They know we exist
interest - Showed interest, had initial contact
evaluation - Actively evaluating, demos, trials
negotiation - Discussing terms/pricing
closed_won - Deal closed successfully
closed_lost - Deal lost
Database Location
/home/daaronch/.openclaw/workspace/gtm-system/data/gtm.db (SQLite)
Natural Language Queries
When user asks about GTM/pipeline/opportunities, use the CLI to fetch data and summarize:
- "What's in my pipeline?" → Run
pipeline command
- "Any follow-ups today?" → Run
actions command
- "Add a contact..." → Use
add-contact command
- "Check for new opportunities" → Run
crawl then signals