skills/hubspot/SKILL.md
Query HubSpot CRM contacts, deals, and deal stages via the HubSpot REST API. Use when you need to look up contacts, inspect deals, search the CRM, or review deal stage definitions in HubSpot.
npx skillsauth add technickai/openclaw-config hubspotInstall 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.
Read HubSpot CRM data from the REST API.
Create or use a HubSpot private app token, then configure it as HUBSPOT_API_KEY in
OpenClaw.
Recommended scopes for this skill:
crm.objects.contacts.readcrm.objects.contacts.write (needed for create/delete contact operations)crm.objects.deals.readcrm.schemas.deals.readhubspot contacts [query] [--limit N]hubspot contact <contact_id>hubspot deals [query] [--limit N]hubspot deal <deal_id>hubspot stageshubspot create-contact --email <email> [--first NAME] [--last NAME] [--phone N] [--company NAME]hubspot delete-contact <contact_id>crm.objects.contacts.write.development
A pause before an artifact goes into the world. Reviews external comms, money, calendar, public posts, or send-as-operator actions through a small panel of independent lenses (empathy first) and returns a verdict of pass / edit / hold / block.
development
Route real repo work to Claude Code instead of editing by hand. Triggers on "claude code" or "cc", and on any request to edit, fix, refactor, or open a PR in a repo outside ~/.openclaw/workspace. Claude Code picks up the repo's CLAUDE.md / AGENTS.md, applies its standards, and knows the /ai-coding-config:multi-review and /ai-coding-config:address-pr-comments workflows we want bug bots checking against.
testing
Drive a task all the way to a verified done state — write DoD first, verify each item with evidence, stop only at named stop conditions.
tools
Design, build, and maintain autonomous OpenClaw workflows (stewards). Use when creating new workflow agents, improving existing ones, evaluating automation opportunities, or debugging workflow reliability. Triggers on "build a workflow", "create a steward", "automate this process", "workflow audit", "what should I automate", "create a cron job", "schedule a recurring task", "build a scheduled job".