skills/deal-logger/SKILL.md
Daily automated tool that checks WhatsApp/channel conversations, identifies deal-related discussions, and auto-logs notes to your CRM or tracking system.
npx skillsauth add navotvolkgroundup/groundup-toolkit deal-loggerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automatically scans your daily conversations, identifies deal-related contacts, and logs notes for pipeline tracking.
{
"action": "scan_and_log",
"timeframe": "24h",
"dealSource": "file|api|env",
"dealDataPath": "~/deals.json",
"logTarget": "file|crm|notion",
"logPath": "~/deal-logs/"
}
The skill needs access to:
openclaw agent --message "/deal-logger scan_and_log" --local
openclaw cron add --schedule "0 9 * * *" --command "deal-logger scan_and_log"
Expected format in ~/deals.json:
{
"deals": [
{
"contact": "+1234567890",
"name": "John Doe",
"company": "Acme Corp",
"dealStage": "negotiation",
"value": "$50k"
}
]
}
Logs are written as:
{
"date": "2026-02-03",
"contact": "+1234567890",
"name": "John Doe",
"company": "Acme Corp",
"conversationSummary": "Discussed pricing and delivery timeline. John confirmed budget approval.",
"nextSteps": "Send proposal by Friday",
"sentiment": "positive"
}
tools
# US Founder Scout **Status:** Jordan-only access **Version:** 1.0.0 **Triggers:** `us founder scout`, `american founder scout`, `approached founder` Automated scouting for US tech founders and operators who are about to start new companies — before they announce or raise. Uses LinkedIn and Twitter/X browser automation to search for people, analyze profiles, and detect early signals. All tracking is local — no HubSpot sync. ## Features ### Target Profile - US tech founders, CTOs, VPs who rec
tools
Call a team member's phone when someone pings them on WhatsApp. Only team members can use this.
tools
Automated WhatsApp notifications for upcoming calendar meetings + on-demand next meeting queries. Sends reminders 10 minutes before meetings and provides rich attendee context on request.
tools
Log meeting notes (Granola, manual, etc.) to HubSpot portfolio company records via WhatsApp or Telegram.