@arkone_ai/deal-alert
v1.0.0
Published
Claude Code skill: post formatted deal update alerts to Slack or Microsoft Teams
Downloads
19
Maintainers
Readme
@arkone_ai/deal-alert
A Claude Code skill that posts formatted deal update alerts to Slack or Microsoft Teams.
Install
npm install -g @arkone_ai/deal-alertOr via Vercel Skills CLI:
npx skills add arkone-ai/skills --skill deal-alertUsage
In any Claude Code session:
/deal-alertWhat it does
- Parses deal updates from free text or pulls from HubSpot, Salesforce, or Pipedrive via deal ID
- Formats alerts using Slack Block Kit or Microsoft Teams Adaptive Cards with type-appropriate emojis (🏆 win, 🔴 loss, ⚠️ at-risk)
- Posts to webhook after user confirmation; falls back to terminal display
- Appends each alert to a monthly log at
./deal-alerts-{YYYY-MM}.md
License
MIT
