Skip to content
Back to TextWiz

Card snapshot

www.textwiz.pro · 2026-09-23 10:38:19 UTC · 416e5bf06a0dd6e2b837d1acbd359a2dee72f19bafd82fc71654b3091ffd18f2

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "TextWiz",
  "version": "1.0.0",
  "description": "Private, local-first AI text shortcuts for macOS. Documentation-only agent surface: this static site exposes readable resources (llms.txt, per-page markdown, skill docs); there is no live A2A service endpoint.",
  "url": "https://textwiz.pro/",
  "provider": {
    "organization": "TextWiz",
    "url": "https://textwiz.pro/"
  },
  "supportedInterfaces": [
    {
      "url": "https://textwiz.pro/.well-known/agent-skills/index.json",
      "protocolBinding": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "site-context",
      "name": "Site context",
      "description": "Read llms.txt and llms-full.txt for complete product, setup, pricing, privacy, and FAQ context.",
      "tags": [
        "documentation",
        "llms-txt"
      ],
      "examples": [
        "Fetch https://textwiz.pro/llms-full.txt"
      ]
    },
    {
      "id": "markdown-pages",
      "name": "Markdown pages",
      "description": "Fetch a markdown alternate of any textwiz.pro page via its .md variant.",
      "tags": [
        "documentation",
        "markdown"
      ],
      "examples": [
        "Fetch https://textwiz.pro/getting-started.md"
      ]
    },
    {
      "id": "product-facts",
      "name": "Product facts",
      "description": "Canonical product facts for TextWiz \u2014 what it is, supported providers, pricing, and where to download.",
      "tags": [
        "documentation",
        "product"
      ],
      "examples": [
        "What does TextWiz Pro cost?"
      ]
    }
  ],
  "documentationUrl": "https://textwiz.pro/getting-started",
  "iconUrl": "https://textwiz.pro/AppIcon.svg"
}