hubspot-suite
Comprehensive HubSpot CRM, Marketing, Sales, Service, and CMS management suite. Covers all HubSpot APIs: CRM objects (contacts, companies, deals, tickets, custom objects), associations, properties, engagements (calls, emails, meetings, notes, tasks), workflows & automation, lists, forms, email marketing, reporting & analytics, data quality & dedup, import/export, webhooks, pipelines, owners, CMS content, conversations, and commerce. Supports both Private App (API key) authentication and the new HubSpot Developer Platform (CLI-based apps). Use for ANY HubSpot-related task including CRM management, marketing automation, sales pipeline management, data migration, reporting, data quality audits, or HubSpot administration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/luigi08001/hubspot-suiteHubSpot Suite - Complete CRM & Marketing Platform
The ultimate HubSpot skill covering ALL aspects of the platform: CRM, Marketing, Sales, Service, CMS, and Developer tools.
Quick Start
1. Authentication Setup
# Private App (Recommended)
export HUBSPOT_ACCESS_TOKEN="pat-na1-xxx" # or pat-eu1-xxx
# Legacy API Key
export HUBSPOT_API_KEY="your-api-key"
See references/auth-setup.md for complete authentication guide including new Developer Platform.
2. Basic API Test
curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
"https://api.hubapi.com/crm/v3/objects/contacts?limit=1"
What Do You Want To Do?
CRM Management:
references/crm-contacts.md→ Create, update, search contactsreferences/crm-companies.md→ Company records, hierarchiesreferences/crm-deals.md→ Sales pipeline, deal stagesreferences/crm-tickets.md→ Support tickets, SLA managementreferences/crm-custom-objects.md→ Custom object schemas
Data & Associations:
references/associations.md→ Link records (contact→company, deal→contact)references/properties.md→ Custom properties, field groupsreferences/data-quality.md→ Deduplication, data cleanupreferences/import-export.md→ Bulk data migration
Activities & Automation:
references/engagements.md→ Log calls, emails, meetings, tasksreferences/workflows.md→ Automation, triggers, enrollmentreferences/pipelines.md→ Configure pipelines, stages
Marketing & Sales:
references/lists.md→ Contact lists, segmentationreferences/forms.md→ Landing page formsreferences/email-marketing.md→ Email campaignsreferences/conversations.md→ Live chat, chatbots
Analytics & Reporting:
references/reporting.md→ Custom dashboards, KPIsreferences/webhooks.md→ Real-time event notifications
Content & Commerce:
references/cms.md→ Website pages, blog posts, HubDBreferences/commerce.md→ Products, quotes, invoices
Platform & Development:
references/developer-platform.md→ HubSpot CLI, custom appsreferences/owners.md→ User management, permissionsreferences/knowledge-base-tips.md→ UI navigation, admin tasks
Most Common Workflows
1. Import Contacts from CSV
./scripts/bulk-import.sh contacts contacts.csv
2. Find & Merge Duplicate Contacts
./scripts/find-duplicates.sh contacts email
./scripts/merge-records.sh contacts ID1 ID2
3. Create Deal with Associations
# Create deal
curl -X POST "https://api.hubapi.com/crm/v3/objects/deals" \
-H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"properties": {
"dealname": "Big Deal",
"amount": "50000",
"dealstage": "qualifiedtobuy"
}
}'
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-luigi08001-hubspot-suite": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
outlook-to-gmail
Migrate email, contacts, and calendars from Microsoft Outlook (Office 365 / Exchange / PST) to Google Workspace (Gmail). Use when a user asks to migrate from Outlook to Gmail, transfer emails from Microsoft 365 to Google Workspace, import PST files to Gmail, switch from Exchange to Gmail, or plan an Office 365 to Google Workspace migration. Covers: single-user migrations, bulk/org-wide migrations, PST imports, calendar + contacts transfer, DNS/MX cutover, and post-migration validation.
lead-scoring
Set up and automate lead scoring for HubSpot and other CRMs. Use when a user wants to score leads, define MQL/SQL criteria, build scoring matrices, configure lifecycle stages, implement engagement scoring, or automate lead qualification. Instruction-only skill with scoring frameworks and step-by-step HubSpot setup guides.
walletlens
Advanced multi-chain wallet analyzer with USD pricing, collection names, ENS support, and sophisticated bot detection across 8 EVM networks. Use when you need to: (1) analyze wallet profiles with USD valuations and natural language summaries, (2) inspect smart contract details and token information, (3) track NFT portfolios with resolved collection names, (4) examine transaction history and transfer patterns, (5) detect potential bot accounts through advanced behavioral analysis, (6) perform due diligence on addresses with comprehensive insights, (7) investigate cross-chain activity with ENS domain support. Supports ApeChain (primary), Ethereum, Base, Arbitrum, Polygon, Optimism, Avalanche, and BNB Chain with automatic retry logic and human-readable output.
email-migration-toolkit
Universal email migration toolkit for any provider to any provider. Use when migrating between Yahoo, Zoho, ProtonMail, iCloud, on-premises Exchange, or any IMAP-capable email service. Covers decision trees, backup/export procedures, IMAP connectivity testing, troubleshooting, and provider-specific configurations. Essential for IT professionals handling diverse email migrations beyond Google/Microsoft ecosystems.
crm-data-cleaner
Deduplicate, normalize, and enrich CRM contacts and companies. Use when a user needs to clean CRM data, find duplicate contacts, standardize phone numbers or emails, merge duplicate records, audit data quality, or enrich contacts with external sources like Clearbit or Apollo. Works with HubSpot, Salesforce, Pipedrive, or any CRM with CSV export. Instruction-only skill — no scripts or code execution. All operations are performed via CRM platform APIs or CSV export/import workflows.