mcpbeat Sign in

Aai Hubspot Agent Skill

Use aai-cli to inspect HubSpot CRM records, files, events, conversations, visitor identification, and custom channels.

789 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
104
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aai-labs/agent-barn --skill aai-hubspot

What comes with it

2 266 bytes besides the instruction
references/command-reference.md

The instruction itself

1 sections, as written by the author

aai-cli HubSpot

Use this skill when working with HubSpot through aai-cli hubspot.

Before running commands, confirm the active profile or pass --profile. HubSpot profiles use auth_type = "hubspot_service_key" or auth_type = "hubspot_legacy_private_app" with token_secret.

HubSpot 401 and 403 errors include scope and auth-model remediation under details. Preserve that JSON when reporting failures. Custom channel commands are not supported for legacy private app tokens and return unsupported_auth before making a request.

Successful output is JSON on stdout. Errors are structured JSON on stderr. See the command reference for command shapes, scopes, and failure handling.

How to use it

Copy the folder

Take aai-labs/aai-hubspot from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.