Routes sales and marketing intelligence from Strategy Cloud findings to HubSpot. Creates tasks, updates deal records with risk scores, and logs notes with dashboard-sourced insights.
Scanned 5/27/2026
Install via CLI
openskills install tzockoll-creator/Strategy-Command-Center-Claude-Plugin# route-to-hubspot
## Description
Routes sales and marketing intelligence from Strategy Cloud findings to HubSpot. Creates tasks, updates deal records with risk scores, and logs notes with dashboard-sourced insights.
## Trigger
This skill is invoked automatically when synthesized findings include LOBs mapped to HubSpot (typically Sales, Marketing, Customer Success), or when orchestrated by the `sales-review` command.
## Instructions
### 1. Accept Input
Receive the synthesized LOB findings relevant to HubSpot (Sales, Marketing, Customer Success).
### 2. Load Templates
Read the HubSpot templates from `references/tool-templates.json`.
### 3. Create HubSpot Tasks
For each finding with severity `critical` or `warning`:
Use the HubSpot MCP server to create a task:
- **Title**: `[{lob}] Strategy Alert: {summary}` (from template)
- **Body**: Include severity, dashboard name with link, metric details, external context, and recommended action (from template)
- **Priority**: Map severity → HubSpot priority (critical → HIGH, warning → MEDIUM, informational → LOW)
- **Due date**: Critical → today/tomorrow, Warning → end of week
### 4. Update Deal Records (if applicable)
For Sales findings that relate to specific pipeline or deal metrics:
- Query HubSpot for relevant deals matching the affected segment/region
- Add a note to matching deals with the Strategy intelligence finding
- Update deal risk score if the finding indicates pipeline risk
- Use the deal update template from `references/tool-templates.json`
### 5. Log Activity
For informational findings:
- Log as a note on the relevant HubSpot contact, company, or deal record
- Lower priority — no task creation required
### 6. Return Results
```json
{
"routed_at": "ISO-8601 timestamp",
"hubspot_tasks_created": 0,
"deals_updated": 0,
"notes_logged": 0,
"task_ids": [],
"errors": []
}
```
## Error Handling
- If HubSpot MCP is unavailable, log all intended actions and return them for manual execution
- If a specific task/deal update fails, continue with remaining items and report errors
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...
Develop and operate a local Paperclip instance — start and stop servers, pull updates from master, run builds and tests, manage worktrees, back up databases, and diagnose problems. Use whenever you need to work on the Paperclip codebase itself or keep a running instance healthy.
Guide for creating, updating, and deprecating hybrid cloud RPC services in Sentry. Use when asked to "add RPC method", "create RPC service", "hybrid cloud service", "new RPC model", "deprecate RPC method", "remove RPC endpoint", "cross-silo service", "cell RPC", or "control silo service". Covers service scaffolding, method signatures, RPC models, cell resolvers, testing, and safe deprecation workflows.