tixbit

Find the cheapest live event tickets on TixBit in seconds — search sports and concerts, compare listings and seatmaps, and generate instant checkout links.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tixbit" with this command: npx skills add tixbit/skills/tixbit-skills-tixbit

TixBit Skill

Use the official CLI package:

npx tixbit <command>

Prefer --json for agent-readable output.

When to use

  • Find events and ticket options on TixBit.
  • Compare listing prices/sections for a known event.
  • Generate checkout links for a selected listing.

When not to use

  • Finalize payment (checkout is completed by the user in browser).
  • Access private account/order history workflows.
  • Perform non-TixBit ticketing operations.

Core commands

# Search events
npx tixbit search "Braves" --city Atlanta --state GA --size 10 --json

# Browse local events
npx tixbit browse --city Atlanta --state GA --json

# Listings for an event
npx tixbit listings <eventId> --size 10 --sort asc --json

# Venue seatmap
npx tixbit seatmap <eventId> --json

# Checkout link for a listing
npx tixbit checkout <listingId> --quantity 2 --json

# Event URL
npx tixbit url <slugOrId>

End-to-end example (search → listings → checkout)

# 1) Find Braves games in Atlanta
npx tixbit search "Braves" --city Atlanta --state GA --size 10 --json

# 2) Pick an eventId from step 1, then fetch cheapest listings
npx tixbit listings V6DJKPG --size 10 --sort asc --json

# 3) Pick a listingId from step 2, then generate checkout URL
npx tixbit checkout 7JOLYY5R --quantity 2 --json

Notes

  • No API key is required for standard public ticket discovery.
  • checkout returns a link; payment is completed by the user in browser.
  • Optional env vars: TIXBIT_BASE_URL, TIXBIT_API_KEY.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...

Registry SourceRecently Updated
2771Profile unavailable
General

Skill Listing Polisher

Improve a skill's public listing before publish. Use when tightening title, description, tags, changelog, and scan-friendly packaging so the listing looks cl...

Registry SourceRecently Updated
1130Profile unavailable
General

Skill Priority Setup

Scans installed skills, suggests L0-L3 priority tiers, and auto-configures skill injection policy. Use when: setting up skill priorities, optimizing token bu...

Registry SourceRecently Updated
2500Profile unavailable
General

Skill Quick Index

Build a wide-trigger, precise-match index for local OpenClaw skills (L1-L3), then quickly route by intent/category/keywords.

Registry SourceRecently Updated
2380Profile unavailable