{
  "protocolVersion": "0.3.0",
  "name": "3hometech-studio",
  "description": "3hometech digital-employee studio: self-hosted AI agent team that runs real errands for families and small businesses — with evidence receipts, not just chat. We build on Hermes Agent + A2A + local-first execution.",
  "url": "https://3hometech.com/",
  "version": "1.0.0",
  "provider": {
    "organization": "3hometech",
    "url": "https://3hometech.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "family-errands",
      "name": "Family Errand Assistant",
      "description": "Real errand execution for families: school affairs, reminders with completion receipts, train tickets, shopping, health logging.",
      "tags": ["family", "errands", "assistant"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "digital-employees",
      "name": "Digital Employee Team",
      "description": "Multi-agent studio (PM, engineer, designer, marketing) delivering product research, video pipeline and web ops end-to-end.",
      "tags": ["digital-employee", "multi-agent", "automation"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "local-first-deploy",
      "name": "Local-First Deployment",
      "description": "Deploy agent solutions on your own hardware (Mac mini / mini PC) — data stays local, WeChat/DingTalk as the only interface.",
      "tags": ["self-hosted", "local-first", "deployment"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
