hubspot-whoami-nango

Identify the authenticated HubSpot user via the Nango MCP server.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/contextware/skills --skill hubspot-whoami-nango
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hubspot-whoami-nango
Source: https://github.com/contextware/skills/tree/main/skills/hubspot-whoami-nango
Command: npx skills add https://github.com/contextware/skills --skill hubspot-whoami-nango

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires connect-to-nango-mcp, and includes scripts (resource) and scenarios (resource) components.

What problem does it solve?

This skill helps you quickly identify the currently authenticated user within your HubSpot account, ensuring you're operating with the correct permissions and context.

Core Features & Use Cases

  • User Identification: Retrieves the HubSpot user's ID and email address.
  • Nango Integration: Leverages Nango for secure and streamlined authentication with HubSpot.
  • Use Case: Before performing any actions in HubSpot, an agent can use this skill to confirm the identity of the user making the request, preventing unauthorized operations.

Quick Start

Use the hubspot-whoami-nango skill to find out who you are in HubSpot.

Frequently Asked Questions about hubspot-whoami-nango

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify the authenticated HubSpot user in my integration?

To identify the authenticated HubSpot user, you can use this skill to call the whoami tool via the Nango MCP server. It retrieves the user's ID and email address to confirm identity and permissions before performing actions.

Do I need a Nango MCP server to look up HubSpot user identity?

Yes, looking up HubSpot user identity through this skill requires a correctly configured Nango MCP server with the HubSpot provider. It also depends on the connect-to-nango-mcp skill for initial server setup and authentication.

When should I verify HubSpot user context during an automation workflow?

You should verify HubSpot user context before performing any actions in HubSpot to prevent unauthorized operations. Calling whoami ensures you are operating with the correct permissions and confirms the identity of the user making the request.

Can I retrieve a HubSpot user's email address through Nango?

Yes, you can retrieve a HubSpot user's email address through Nango. This skill leverages Nango for secure authentication and specifically retrieves both the user ID and email address from the connected HubSpot account.

What is the best way to prevent unauthorized HubSpot API operations in an agent workflow?

The best way to prevent unauthorized HubSpot API operations is to confirm user identity before executing tasks. This skill calls the whoami tool through Nango to verify the authenticated user's context and permissions prior to running workflows.

Why does my HubSpot user lookup fail despite having Nango configured?

HubSpot user lookup may fail if the Nango MCP server is not correctly configured with the HubSpot provider. Ensure the connect-to-nango-mcp skill is successfully set up and that the authenticated user has the necessary permissions.