{
  "$schema": "https://agent-plugins.org/schema/v1.json",
  "name": "youspot",
  "version": "0.1.0",
  "description": "YouSpot, the AI-native personal CRM. YouSpot is a personal CRM for AI-native professionals. It builds a second brain from the people, companies, notes and files you already deal with, syncing Gmail, Google Calendar, HubSpot, X and LinkedIn into one graph you can ask in plain English. One plan, $10 a month, no seats to count.",
  "homepage": "https://youspot.com/",
  "documentation": "https://youspot.com/docs",
  "license": "MIT",
  "author": {
    "name": "YouSpot, Inc.",
    "url": "https://youspot.com/"
  },
  "mcpServers": {
    "youspot": {
      "type": "http",
      "url": "https://youspot.com/mcp/v1",
      "description": "Read and write the signed-in member's contacts, companies, notes and files, plus their connected Gmail, Google Calendar, HubSpot, LinkedIn, Slack and X accounts. OAuth 2.1 with PKCE; initialize and tools/list need no credential."
    },
    "youspot-docs": {
      "type": "http",
      "url": "https://youspot.com/mcp/docs",
      "description": "Search and read YouSpot's public pages and developer documentation. No credential at all."
    }
  },
  "skills": [
    {
      "name": "youspot-mcp",
      "description": "Connect to the YouSpot MCP server and read or write the signed-in member's personal CRM.",
      "url": "https://youspot.com/.well-known/agent-skills/youspot-mcp/SKILL.md"
    },
    {
      "name": "youspot-api",
      "description": "Call YouSpot over plain HTTP: public profile endpoints with no auth, and the tool surface with a bearer token.",
      "url": "https://youspot.com/.well-known/agent-skills/youspot-api/SKILL.md"
    },
    {
      "name": "youspot-solo-crm-playbook",
      "description": "How to run a one-person CRM well: what to file, what to follow up, and what to ask a personal CRM for.",
      "url": "https://youspot.com/.well-known/agent-skills/youspot-solo-crm-playbook/SKILL.md"
    }
  ],
  "commands": {
    "youspot": {
      "description": "Ask about YouSpot, read its docs, and list or call its MCP tools from the terminal.",
      "run": "npx youspot"
    }
  }
}
