← back to A2a Lab

cards/consulting-agent.agent-card.json

70 lines

{
  "name": "consulting-agent",
  "description": "Single cabinet owner of Steve's Consulting business — a productized \"client-growth consultancy in a box\" that turns an intake questionnaire into a per-client portal (a NEW website shown as several concept versions + a deeply integrated-social growth command center), even for clients with no website. Fuses two proven builds — fantasea-consulting (deliverable/concept-version generator) + prestige-car-wash (social/growth command center). Owns the `consulting` skill and every ~/Projects/consulting-<slug>/ engagement (97xx). The vp-consulting officer layer was flattened into this agent 2026-09-22 (TK-12015). HARD RAIL: social posting is DRAFT-ONLY; live deploy, DNS, spend, and send-to-list draft to pending-approval with APPROVE/REVISE/BLOCK.",
  "supportedInterfaces": [
    {
      "url": "http://127.0.0.1:41300/consulting-agent/",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "version": "0.2.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "consulting",
      "name": "consulting",
      "description": "the engine — intake schema, scaffold.mjs (portal generator), templates, build.mjs concept skinner, the fused fantasea + prestige patterns",
      "tags": [
        "skill",
        "cabinet"
      ]
    },
    {
      "id": "advertising-signals",
      "name": "advertising-signals",
      "description": "cross-officer — competitor ad-platform + social-profile intel to fill the command center's competitors/ads buckets",
      "tags": [
        "skill",
        "cabinet"
      ]
    },
    {
      "id": "reels-producer",
      "name": "reels-producer",
      "description": "cross-officer — client social reels → the portal's media bucket (DRAFT)",
      "tags": [
        "skill",
        "cabinet"
      ]
    },
    {
      "id": "analytics",
      "name": "analytics",
      "description": "cross-officer — GA4 setup + traffic reporting for a client site",
      "tags": [
        "skill",
        "cabinet"
      ]
    },
    {
      "id": "domain-setup",
      "name": "domain-setup",
      "description": "cross-officer — Kamatera + Cloudflare + SSL go-live for a client portal (Steve-gated)",
      "tags": [
        "skill",
        "cabinet"
      ]
    }
  ]
}