hubspot-api Skill
Read, create, update, search, and associate HubSpot CRM records — contacts, companies, deals, tickets, and custom objects. Use this whenever the user wants to look up a contact, create a deal, update a company, search the CRM, link two records, or asks "what's in HubSpot" — even if they don't say "API". Also use it for Published by anthropics in claude-tag-plugins.
What is hubspot-api Skill?
Read, create, update, search, and associate HubSpot CRM records — contacts, companies, deals, tickets, and custom objects. Use this whenever the user wants to look up a contact, create a deal, update a company, search the CRM, link two records, or asks "what's in HubSpot" — even if they don't say "API". Also use it for Published by anthropics in claude-tag-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use hubspot-api Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-tag-plugins
- Skill file: hubspot/skills/hubspot-api/SKILL.md
What it does
Read, create, update, search, and associate HubSpot CRM records — contacts, companies, deals, tickets, and custom objects. Use this whenever the user wants to look up a contact, create a deal, update a company, search the CRM, link two records, or asks "what's in HubSpot" — even if they don't say "API". Also use it for
Skill instructions
HubSpot's CRM API (v3) is uniform across object types: every object lives under https://api.hubapi.com/crm/v3/objects/{objectType} and supports the same basic/search/batch/association operations. (HubSpot is rolling out date-based path versions — /crm/objects/2026-03/... — as the successor naming. The v3/v4 paths below all still work; HubSpot has announced v4 becomes unsupported on 2027-03-30 and v3's end-of-support date is not yet set. No migration is required for now.) Key concepts: - Object types are identified by name (contacts, companies, deals, tickets) or by numeric objectTypeId (0-1, 0-2, 0-3, 0-5). Custom objects are 2-<n or their p<name alias. Either form works in the URL. - Properties are opt-in on reads. List/get calls return only a handful of default properties (hsobjectid, createdate, lastmodifieddate, and per-type defaults like email / firstname for contacts). Always pass properties= with a comma-separated list of the fields you actually need, or you'll get records that
Explore related resources
Frequently asked questions
What is hubspot-api?
hubspot-api is a open-source AI agent skill with Copy skill directory. Read, create, update, search, and associate HubSpot CRM records — contacts, companies, deals, tickets, and custom objects.
Who is hubspot-api best for?
hubspot-api is best for reusing agent instructions, scripts, and references, research workflows.
How do I install hubspot-api?
Install or run hubspot-api using Copy skill directory. Check hubspot-api for the latest setup command.
Is hubspot-api actively maintained?
hubspot-api may need a closer maintenance check before production use.
Auto-fetched from GitHub.