Notify Slack when a HubSpot deal over $50K is created using an agent skill

low complexityCost: Usage-based

Prerequisites

Prerequisites
  • Claude Code or compatible agent
  • Environment variables: HUBSPOT_TOKEN, SLACK_BOT_TOKEN, SLACK_CHANNEL_ID

Create the skill

.claude/skills/large-deal-alert/SKILL.md:

---
name: large-deal-alert
description: Check for recently created HubSpot deals over $50K and alert Slack
disable-model-invocation: true
allowed-tools: Bash(python *)
---
 
Check for large deals created recently and post to Slack.
 
Run: `python $SKILL_DIR/scripts/check.py`

The script searches HubSpot for deals created in the last hour with amount > 50000 and posts each to Slack. See the Code + Cron approach for the full implementation pattern.

Run

/large-deal-alert

Best used as a periodic check or before leadership meetings.

Need help implementing this?

We build and optimize automation systems for mid-market businesses. Let's discuss the right approach for your team.