{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tixflow",
    "name": "Skill",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Seenfinity/tixflow",
    "canonicalUrl": "https://clawhub.ai/Seenfinity/tixflow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tixflow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tixflow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/index.js",
      "skill.json",
      "src/index.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tixflow"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/tixflow",
    "agentPageUrl": "https://openagent3.xyz/skills/tixflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tixflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tixflow/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🎫 TixFlow - AI Event Assistant",
        "body": "Your personal AI agent for event discovery, booking, and coordination"
      },
      {
        "title": "What TixFlow Does",
        "body": "🔍 Event Discovery - Search events by artist, location, date, or genre\n🎫 Smart Booking - Purchase tickets across platforms\n📅 Calendar Sync - Sync events to Google Calendar with reminders\n⏰ Waitlist Management - Get notified when sold-out events have availability\n🤖 AI Agent Power - Let your agent handle everything automatically"
      },
      {
        "title": "Installation",
        "body": "clawhub install tixflow"
      },
      {
        "title": "Environment Variables",
        "body": "GOOGLE_CALENDAR_API_KEY - Google Calendar API key (for calendar sync)\nKYD_API_KEY - KYD Labs API key (optional, for real ticketing)"
      },
      {
        "title": "Functions",
        "body": "FunctionStatusDescriptionfindEvents()✅ ReadySearch events by criteriagetEventDetails()✅ ReadyGet event informationpurchaseTicket()🔄 DemoPurchase ticket (demo mode)syncToCalendar()🔄 ReadySync to Google CalendaraddToWaitlist()✅ ReadyJoin event waitlistcheckPrices()✅ ReadyCompare prices across platforms"
      },
      {
        "title": "Usage",
        "body": "const { findEvents, syncToCalendar, purchaseTicket } = require('./scripts/tixflow.js');\n\n// Find events\nconst events = await findEvents({\n  type: 'concert',\n  location: 'London',\n  date: '2026-03'\n});\n\n// Sync to calendar\nawait syncToCalendar({\n  eventId: '123',\n  userEmail: 'user@example.com'\n});\n\n// Purchase ticket\nawait purchaseTicket({\n  eventId: '123',\n  quantity: 2,\n  walletAddress: '...'\n});"
      },
      {
        "title": "Demo Mode",
        "body": "Without API keys, the skill runs in demo mode with mock event data. This is perfect for:\n\nPrototyping\nHackathons\nUser demos"
      },
      {
        "title": "Built For",
        "body": "KYD Labs Ticketing Track\nSolana Graveyard Hackathon\nOpenClaw Agents"
      }
    ],
    "body": "🎫 TixFlow - AI Event Assistant\n\nYour personal AI agent for event discovery, booking, and coordination\n\nWhat TixFlow Does\n🔍 Event Discovery - Search events by artist, location, date, or genre\n🎫 Smart Booking - Purchase tickets across platforms\n📅 Calendar Sync - Sync events to Google Calendar with reminders\n⏰ Waitlist Management - Get notified when sold-out events have availability\n🤖 AI Agent Power - Let your agent handle everything automatically\nInstallation\nclawhub install tixflow\n\nEnvironment Variables\nGOOGLE_CALENDAR_API_KEY - Google Calendar API key (for calendar sync)\nKYD_API_KEY - KYD Labs API key (optional, for real ticketing)\nFunctions\nFunction\tStatus\tDescription\nfindEvents()\t✅ Ready\tSearch events by criteria\ngetEventDetails()\t✅ Ready\tGet event information\npurchaseTicket()\t🔄 Demo\tPurchase ticket (demo mode)\nsyncToCalendar()\t🔄 Ready\tSync to Google Calendar\naddToWaitlist()\t✅ Ready\tJoin event waitlist\ncheckPrices()\t✅ Ready\tCompare prices across platforms\nUsage\nconst { findEvents, syncToCalendar, purchaseTicket } = require('./scripts/tixflow.js');\n\n// Find events\nconst events = await findEvents({\n  type: 'concert',\n  location: 'London',\n  date: '2026-03'\n});\n\n// Sync to calendar\nawait syncToCalendar({\n  eventId: '123',\n  userEmail: 'user@example.com'\n});\n\n// Purchase ticket\nawait purchaseTicket({\n  eventId: '123',\n  quantity: 2,\n  walletAddress: '...'\n});\n\nDemo Mode\n\nWithout API keys, the skill runs in demo mode with mock event data. This is perfect for:\n\nPrototyping\nHackathons\nUser demos\nBuilt For\nKYD Labs Ticketing Track\nSolana Graveyard Hackathon\nOpenClaw Agents"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Seenfinity/tixflow",
    "publisherUrl": "https://clawhub.ai/Seenfinity/tixflow",
    "owner": "Seenfinity",
    "version": "0.2.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tixflow",
    "downloadUrl": "https://openagent3.xyz/downloads/tixflow",
    "agentUrl": "https://openagent3.xyz/skills/tixflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tixflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tixflow/agent.md"
  }
}