pp-ticketmaster
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese<!-- GENERATED FILE — DO NOT EDIT.
This file is a verbatim mirror of library/media-and-entertainment/ticketmaster/SKILL.md,
regenerated post-merge by tools/generate-skills/. Hand-edits here are
silently overwritten on the next regen. Edit the library/ source instead.
See AGENTS.md "Generated artifacts: registry.json, cli-skills/". -->
<!-- 生成文件 — 请勿编辑。
本文件是library/media-and-entertainment/ticketmaster/SKILL.md的完全镜像,
由tools/generate-skills/在合并后重新生成。此处的手动编辑会在下次生成时被自动覆盖。请改为编辑library/源文件。
请参阅AGENTS.md中的“生成产物:registry.json, cli-skills/”。 -->
Ticketmaster — Printing Press CLI
Ticketmaster — Printing Press CLI
Prerequisites: Install the CLI
前置条件:安装CLI
This skill drives the binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
ticketmaster-pp-cli- Install via the Printing Press installer:
bash
npx -y @mvanhorn/printing-press install ticketmaster --cli-only - Verify:
ticketmaster-pp-cli --version - Ensure (or
$GOPATH/bin) is on$HOME/go/bin.$PATH
If the install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.3 or newer):
npxbash
go install github.com/mvanhorn/printing-press-library/library/media-and-entertainment/ticketmaster/cmd/ticketmaster-pp-cli@latestIf reports "command not found" after install, the install step did not put the binary on . Do not proceed with skill commands until verification succeeds.
--version$PATHThis CLI is the first single-binary tool for the Ticketmaster Discovery API. It absorbs the full read-only surface (events, venues, attractions, classifications, suggest) and adds a local SQLite store with FTS search, named watchlists, residency collapse, tour-view with on-sale flags, and markdown briefs — the workflows real users built scripts to handle.
本Skill驱动二进制文件。在调用本Skill的任何命令之前,您必须确认CLI已安装。如果未安装,请先执行以下步骤:
ticketmaster-pp-cli- 通过Printing Press安装程序安装:
bash
npx -y @mvanhorn/printing-press install ticketmaster --cli-only - 验证安装:
ticketmaster-pp-cli --version - 确保(或
$GOPATH/bin)已添加到$HOME/go/bin环境变量中。$PATH
如果安装失败(无Node环境、离线等情况),可以回退到直接使用Go安装(需要Go 1.26.3或更高版本):
npxbash
go install github.com/mvanhorn/printing-press-library/library/media-and-entertainment/ticketmaster/cmd/ticketmaster-pp-cli@latest如果安装后执行提示“command not found”,说明安装步骤未将二进制文件添加到中。请在验证成功前不要执行Skill命令。
--version$PATH本CLI是首个基于Ticketmaster Discovery API的单二进制工具。它涵盖了所有只读接口(活动、场馆、演出项目、分类、推荐),并添加了本地SQLite存储,支持FTS搜索、命名收藏列表、驻场演出合并、带开售标记的巡演视图和Markdown简报——这些都是真实用户曾编写脚本实现的工作流。
When to Use This CLI
何时使用本CLI
Reach for this CLI when a user asks 'what's on at <venue/metro>', 'where is <artist> playing', or 'what concerts this weekend'. Best for repeat queries against curated venue/artist watchlists (offline FTS shines here), residency-heavy venues (opera, Broadway, comedy), and agent contexts where compact JSON output keeps token usage low. Skip when checkout/purchase is needed — that requires the Commerce API, which this CLI does not cover.
当用户询问“<场馆/都会区>有什么演出”、“<艺人>在哪里演出”或“这周末有什么演唱会”时,可以使用本CLI。它最适合针对精选场馆/艺人收藏列表的重复查询(离线FTS在此场景下表现出色)、驻场演出密集的场馆(歌剧、百老汇、喜剧),以及需要紧凑JSON输出以降低Token消耗的Agent场景。当需要结账/购票时请勿使用——这需要Commerce API,而本CLI不支持该功能。
When Not to Use This CLI
何时不使用本CLI
Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis.
请勿针对需要创建、更新、删除、发布、评论、点赞、邀请、下单、发送消息、预订、购买或修改远程状态的请求激活本CLI。本CLI仅提供用于查看、导出、同步和分析的只读命令。
Unique Capabilities
独特功能
These capabilities aren't available in any other tool for this API.
这些功能是其他基于该API的工具所不具备的。
Local-store aggregations
本地存储聚合
-
— Fan out across a venue ID file or list and return one merged, deduplicated, date-sorted event list — the watchlist primitive behind any curated 'what's on at my venues' workflow.
events upcomingWhen the user has a curated list of venues they care about and wants one merged feed; replaces hand-rolled per-venue fan-out scripts.bashticketmaster-pp-cli events upcoming --venue-ids KovZ917Ahkk,KovZpZAFkvEA --days 60 --json -
— Collapse runs of same-name + same-venue events into one row per residency with first_date, last_date, night_count, and id_list — so a 16-night opera season shows as one entry, not 16.
events residencyWhen listing upcoming events would otherwise show many near-duplicate rows for Broadway tours, opera seasons, or comedy residencies.bashticketmaster-pp-cli events residency --window 28 --json -
— Local join of events × classifications, grouped by segment and genre, with event count and three example events per leaf — the bucketed view newsletter authors and local-scene trackers reach for.
events by-classificationWhen summarizing 'what's on this month' broken down by music vs theatre vs comedy vs sports.bashticketmaster-pp-cli events by-classification --dma 383 --window 60 --json -
— Save, list, run, and remove named filter sets (venue IDs, attraction IDs, segments, DMA IDs) that persist across runs in the local SQLite store — the generic primitive any curated 'my venues' workflow composes from.
events watchlistWhen the same curated venue/artist/genre filter recurs across many queries.bashticketmaster-pp-cli events watchlist save seattle --venue-ids KovZ917Ahkk,KovZpZAFkvEA,KovZpZA1klkA -
— Bucket events by priceRanges.min into <$50 / $50-100 / $100-200 / $200+ bands and report count + sample events per band, grouped by classification.
events price-bandsWhen the user wants to know where the affordable shows are this month, or how a venue's pricing skews.bashticketmaster-pp-cli events price-bands --dma 383 --window 30 --json
-
— 遍历场馆ID文件或列表,返回一个合并、去重、按日期排序的活动列表——这是任何“我关注的场馆有什么演出”工作流的核心基础。
events upcoming适用于用户有自己关注的场馆列表,并希望获得合并后的演出动态;替代手动编写的逐场馆遍历脚本。bashticketmaster-pp-cli events upcoming --venue-ids KovZ917Ahkk,KovZpZAFkvEA --days 60 --json -
— 将同名同场馆的多场演出合并为一条驻场记录,包含first_date、last_date、night_count和id_list——例如16场的歌剧季将显示为一条记录,而非16条。
events residency适用于列出即将举办的活动时,避免百老汇巡演、歌剧季或喜剧驻场出现大量近似重复的记录。bashticketmaster-pp-cli events residency --window 28 --json -
— 本地关联活动×分类数据,按板块和流派分组,每个分类下显示活动数量和三个示例活动——这是通讯作者和本地场景追踪者常用的分类视图。
events by-classification适用于按音乐、戏剧、喜剧、体育等类别汇总“本月演出动态”。bashticketmaster-pp-cli events by-classification --dma 383 --window 60 --json -
— 保存、列出、运行和删除命名过滤集(场馆ID、演出项目ID、板块、DMA ID),这些过滤集会持久化存储在本地SQLite中——这是任何“我的关注场馆”工作流的通用基础组件。
events watchlist适用于同一精选场馆/艺人/流派过滤条件在多个查询中重复使用的场景。bashticketmaster-pp-cli events watchlist save seattle --venue-ids KovZ917Ahkk,KovZpZAFkvEA,KovZpZA1klkA -
— 按priceRanges.min将活动分为<$50 / $50-100 / $100-200 / $200+四个价格区间,按分类统计每个区间的活动数量和示例活动。
events price-bands适用于用户想了解本月平价演出的位置,或场馆的定价分布情况。bashticketmaster-pp-cli events price-bands --dma 383 --window 30 --json
Tour & on-sale tracking
巡演与开售跟踪
-
— For a given attraction (artist/team/touring show), return every upcoming event sorted by date, with city, venue, on-sale status, and a flag for events going on-sale within 7 days.
events tourWhen tracking an artist across cities or watching for presale windows.bashticketmaster-pp-cli events tour KovZ917Ahkk --on-sale-window 7 --json -
— Local query for events whose public on-sale falls in the next N days, sorted ascending — the canonical 'presale watch' view that no API endpoint provides.
events on-sale-soonWhen the user wants to be alerted to upcoming on-sale dates without polling each artist manually.bashticketmaster-pp-cli events on-sale-soon --window 7 --classification rock --json
-
— 针对指定演出项目(艺人/团队/巡演剧目),返回所有即将举办的活动,按日期排序,包含城市、场馆、开售状态,以及未来7天内即将开售的活动标记。
events tour适用于追踪艺人在各地的演出,或关注预售窗口期。bashticketmaster-pp-cli events tour KovZ917Ahkk --on-sale-window 7 --json -
— 本地查询未来N天内公开开售的活动,按升序排序——这是API端点未提供的标准“预售提醒”视图。
events on-sale-soon适用于用户希望收到即将开售的演出提醒,而无需手动轮询每个艺人的信息。bashticketmaster-pp-cli events on-sale-soon --window 7 --classification rock --json
Agent-native plumbing
Agent原生适配
-
— Read an event JSON array from stdin or the local store, apply a deduplication strategy (name+venue+date, or tour-leg), and write the deduped stream to stdout — composes with any upstream command.
events dedupWhen merging results from multiple queries or sources and the duplicates need to be removed before agent processing.bashticketmaster-pp-cli events list --keyword phish --json | ticketmaster-pp-cli events dedup --strategy tour-leg -
— Render a markdown 'what's on' report grouped by night → venue → events with classification labels and price bands, suitable for newsletter, Obsidian, iMessage, or agent context.
events briefWhen the user needs a paste-ready event summary for a chat thread, newsletter, or LLM context.bashticketmaster-pp-cli events brief --dma 383 --window 7
-
— 从标准输入或本地存储读取活动JSON数组,应用去重策略(名称+场馆+日期,或巡演段),并将去重后的流写入标准输出——可与任何上游命令组合使用。
events dedup适用于合并多个查询或来源的结果,并在Agent处理前去除重复项。bashticketmaster-pp-cli events list --keyword phish --json | ticketmaster-pp-cli events dedup --strategy tour-leg -
— 生成按夜晚→场馆→活动分组的Markdown格式“演出动态”简报,包含分类标签和价格区间,适合用于通讯、Obsidian、iMessage或Agent场景。
events brief适用于用户需要可直接粘贴的活动摘要,用于聊天线程、通讯或LLM上下文。bashticketmaster-pp-cli events brief --dma 383 --window 7
Command Reference
命令参考
attractions — Manage attractions
- — Find attractions (artists, sports, packages, plays and so on) and filter your search by name, and much more.
ticketmaster-pp-cli attractions find - — Get details for a specific attraction using the unique identifier for the attraction.
ticketmaster-pp-cli attractions get
classifications — Manage classifications
- — Get details for a specific segment, genre, or sub-genre using its unique identifier.
ticketmaster-pp-cli classifications get - — Get details for a specific genre using its unique identifier.
ticketmaster-pp-cli classifications get-genre - — Get details for a specific segment using its unique identifier.
ticketmaster-pp-cli classifications get-segment - — Get details for a specific sub-genre using its unique identifier.
ticketmaster-pp-cli classifications get-subgenre - — Find classifications and filter your search by name, and much more. Classifications help define the nature of...
ticketmaster-pp-cli classifications list
events — Manage events
- — Get details for a specific event using the unique identifier for the event. This includes the venue and location,...
ticketmaster-pp-cli events get - — Find events and filter your search by location, date, availability, and much more.
ticketmaster-pp-cli events list
suggest — Manage suggest
- — Find search suggestions and filter your suggestions by location, source, etc.
ticketmaster-pp-cli suggest
venues — Manage venues
- — Get details for a specific venue using the unique identifier for the venue.
ticketmaster-pp-cli venues get - — Find venues and filter your search by name, and much more.
ticketmaster-pp-cli venues list
attractions — 管理演出项目
- — 查找演出项目(艺人、体育赛事、套餐、戏剧等),可按名称等条件过滤搜索。
ticketmaster-pp-cli attractions find - — 使用演出项目的唯一ID获取其详细信息。
ticketmaster-pp-cli attractions get
classifications — 管理分类
- — 使用唯一ID获取特定板块、流派或子流派的详细信息。
ticketmaster-pp-cli classifications get - — 使用唯一ID获取特定流派的详细信息。
ticketmaster-pp-cli classifications get-genre - — 使用唯一ID获取特定板块的详细信息。
ticketmaster-pp-cli classifications get-segment - — 使用唯一ID获取特定子流派的详细信息。
ticketmaster-pp-cli classifications get-subgenre - — 查找分类,可按名称等条件过滤搜索。分类用于定义活动的性质...
ticketmaster-pp-cli classifications list
events — 管理活动
- — 使用活动的唯一ID获取其详细信息,包括场馆和位置...
ticketmaster-pp-cli events get - — 查找活动,可按地点、日期、可购性等条件过滤搜索。
ticketmaster-pp-cli events list
suggest — 管理推荐
- — 查找搜索推荐,可按地点、来源等条件过滤。
ticketmaster-pp-cli suggest
venues — 管理场馆
- — 使用场馆的唯一ID获取其详细信息。
ticketmaster-pp-cli venues get - — 查找场馆,可按名称等条件过滤搜索。
ticketmaster-pp-cli venues list
Finding the right command
查找合适的命令
When you know what you want to do but not which command does it, ask the CLI directly:
bash
ticketmaster-pp-cli which "<capability in your own words>"which02--help当您知道要做什么但不知道对应的命令时,可以直接询问CLI:
bash
ticketmaster-pp-cli which "<用您自己的话描述功能>"which02--helpRecipes
使用示例
Seattle watchlist (composes the generic primitives, no Seattle-specific code)
西雅图收藏列表(组合通用基础组件,无西雅图特定代码)
bash
ticketmaster-pp-cli events watchlist save seattle --venue-ids KovZ917Ahkk,KovZpZAFkvEA,KovZpZA1klkA,KovZpZAFEdeA,KovZpZAFkv1A
ticketmaster-pp-cli events watchlist run seattle --days 60 --json | ticketmaster-pp-cli events dedup --strategy name-venue-date --jsonSave a named watchlist of Seattle venue IDs (Climate Pledge Arena, Paramount, Moore, etc.), run it across the next 60 days, and dedup any cross-venue duplicates — replaces a 595-line bash script that hand-rolled the same loop.
bash
ticketmaster-pp-cli events watchlist save seattle --venue-ids KovZ917Ahkk,KovZpZAFkvEA,KovZpZA1klkA,KovZpZAFEdeA,KovZpZAFkv1A
ticketmaster-pp-cli events watchlist run seattle --days 60 --json | ticketmaster-pp-cli events dedup --strategy name-venue-date --json保存包含西雅图场馆ID(Climate Pledge Arena、Paramount、Moore等)的命名收藏列表,查询未来60天的演出,并去除跨场馆的重复项——替代了一个595行的bash脚本实现的相同循环逻辑。
Track an artist across all upcoming dates with on-sale flags
跟踪艺人所有即将举办的演出及开售标记
bash
ticketmaster-pp-cli events tour 'Florence + The Machine' --on-sale-window 7 --json --select 'name,dates.start.localDate,_embedded.venues[0].name,_embedded.venues[0].city.name,sales.public.startDateTime'Returns every upcoming tour stop with city, venue, and a flag for stops going on-sale within a week; the --select narrows the deeply-nested Discovery payload to just what an agent needs.
bash
ticketmaster-pp-cli events tour 'Florence + The Machine' --on-sale-window 7 --json --select 'name,dates.start.localDate,_embedded.venues[0].name,_embedded.venues[0].city.name,sales.public.startDateTime'返回所有即将举办的巡演站点,包含城市、场馆,以及一周内即将开售的标记;将深度嵌套的Discovery响应数据精简为Agent所需的内容。
--selectWeekend brief for a metro
都会区周末简报
bash
ticketmaster-pp-cli events brief --dma 383 --window 3 --classification musicRender a markdown brief of the next 3 days of music events in Seattle-Tacoma — paste-ready for Obsidian or an iMessage thread.
bash
ticketmaster-pp-cli events brief --dma 383 --window 3 --classification music生成西雅图-塔科马地区未来3天音乐活动的Markdown简报——可直接粘贴到Obsidian或iMessage线程中。
On-sale watch for rock shows
摇滚演出开售提醒
bash
ticketmaster-pp-cli events on-sale-soon --window 14 --classification rock --jsonTwo-week-out scan for rock events going on public sale; pipe to your alerting script.
bash
ticketmaster-pp-cli events on-sale-soon --window 14 --classification rock --json扫描未来两周内即将公开开售的摇滚演出;可将结果管道到您的提醒脚本中。
Auth Setup
认证设置
Authentication is a single Ticketmaster Discovery API consumer key, passed as the query parameter on every request. Register at https://developer-acct.ticketmaster.com and copy the Consumer Key from your My Apps dashboard. Set TICKETMASTER_API_KEY in your shell environment. The free tier allows 5000 requests/day at 5/second.
apikeyRun to verify setup.
ticketmaster-pp-cli doctor认证仅需一个Ticketmaster Discovery API消费者密钥,作为查询参数传递到每个请求中。请访问https://developer-acct.ticketmaster.com注册,并从“我的应用”仪表板复制消费者密钥。在您的Shell环境中设置`TICKETMASTER_API_KEY`。免费层级允许每天5000次请求,每秒5次。
apikey执行验证设置是否正确。
ticketmaster-pp-cli doctorAgent Mode
Agent模式
Add to any command. Expands to: .
--agent--json --compact --no-input --no-color --yes-
Pipeable — JSON on stdout, errors on stderr
-
Filterable —keeps a subset of fields. Dotted paths descend into nested structures; arrays traverse element-wise. Critical for keeping context small on verbose APIs:
--selectbashticketmaster-pp-cli attractions get mock-value --agent --select id,name,status -
Previewable —shows the request without sending
--dry-run -
Offline-friendly — sync/search commands can use the local SQLite store when available
-
Non-interactive — never prompts, every input is a flag
-
Read-only — do not use this CLI for create, update, delete, publish, comment, upvote, invite, order, send, or other mutating requests
在任何命令后添加参数。该参数等价于:。
--agent--json --compact --no-input --no-color --yes-
可管道化 — 标准输出为JSON,错误信息输出到标准错误
-
可过滤 —保留字段子集。点路径可深入嵌套结构;数组会遍历每个元素。这对于在冗长的API响应中缩小上下文范围至关重要:
--selectbashticketmaster-pp-cli attractions get mock-value --agent --select id,name,status -
可预览 —显示请求但不发送
--dry-run -
离线友好 — 同步/搜索命令可在本地SQLite存储可用时使用该存储
-
非交互式 — 从不提示,所有输入均通过参数传递
-
只读 — 请勿使用本CLI执行创建、更新、删除、发布、评论、点赞、邀请、下单、发送或其他修改状态的请求
Response envelope
响应信封
Commands that read from the local store or the API wrap output in a provenance envelope:
json
{
"meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
"results": <data>
}Parse for data and to know whether it's live or local. A human-readable summary is printed to stderr only when stdout is a terminal — piped/agent consumers get pure JSON on stdout.
.results.meta.sourceN results (live)从本地存储或API读取数据的命令会将输出包装在来源信封中:
json
{
"meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
"results": <data>
}解析获取数据,表示数据来自实时API还是本地存储。仅当标准输出为终端时,才会向标准错误输出人类可读的摘要——管道/Agent消费者仅会在标准输出获得纯JSON。
.results.meta.sourceN results (live)Agent Feedback
Agent反馈
When you (or the agent) notice something off about this CLI, record it:
ticketmaster-pp-cli feedback "the --since flag is inclusive but docs say exclusive"
ticketmaster-pp-cli feedback --stdin < notes.txt
ticketmaster-pp-cli feedback list --json --limit 10Entries are stored locally at . They are never POSTed unless is set AND either is passed or . Default behavior is local-only.
~/.ticketmaster-pp-cli/feedback.jsonlTICKETMASTER_FEEDBACK_ENDPOINT--sendTICKETMASTER_FEEDBACK_AUTO_SEND=trueWrite what surprised you, not a bug report. Short, specific, one line: that is the part that compounds.
当您(或Agent)发现本CLI存在问题时,请记录反馈:
ticketmaster-pp-cli feedback "the --since flag is inclusive but docs say exclusive"
ticketmaster-pp-cli feedback --stdin < notes.txt
ticketmaster-pp-cli feedback list --json --limit 10反馈条目会本地存储在中。除非设置了且传递了参数或设置了,否则反馈不会被POST到远程服务器。默认行为仅本地存储。
~/.ticketmaster-pp-cli/feedback.jsonlTICKETMASTER_FEEDBACK_ENDPOINT--sendTICKETMASTER_FEEDBACK_AUTO_SEND=true请记录让您感到意外的内容,而非正式的错误报告。简短、具体、单行描述:这样的反馈最有价值。
Output Delivery
输出交付
Every command accepts . The output goes to the named sink in addition to (or instead of) stdout, so agents can route command results without hand-piping. Three sinks are supported:
--deliver <sink>| Sink | Effect |
|---|---|
| Default; write to stdout only |
| Atomically write output to |
| POST the output body to the URL ( |
Unknown schemes are refused with a structured error naming the supported set. Webhook failures return non-zero and log the URL + HTTP status on stderr.
每个命令都接受参数。输出会发送到指定的接收端,同时(或替代)输出到标准输出,因此Agent无需手动管道即可路由命令结果。支持三种接收端:
--deliver <sink>| 接收端 | 效果 |
|---|---|
| 默认;仅输出到标准输出 |
| 原子性地将输出写入 |
| 将输出体POST到指定URL(当使用 |
不支持的协议会返回结构化错误,并列出支持的协议集。Webhook失败会返回非零退出码,并在标准错误中记录URL和HTTP状态码。
Named Profiles
命名配置文件
A profile is a saved set of flag values, reused across invocations. Use it when a scheduled agent calls the same command every run with the same configuration - HeyGen's "Beacon" pattern.
ticketmaster-pp-cli profile save briefing --json
ticketmaster-pp-cli --profile briefing attractions get mock-value
ticketmaster-pp-cli profile list --json
ticketmaster-pp-cli profile show briefing
ticketmaster-pp-cli profile delete briefing --yesExplicit flags always win over profile values; profile values win over defaults. lists all available profiles under so introspecting agents discover them at runtime.
agent-contextavailable_profiles配置文件是一组保存的参数值,可在多次调用中复用。适用于定时Agent每次运行都使用相同配置调用同一命令的场景——即HeyGen的“Beacon”模式。
ticketmaster-pp-cli profile save briefing --json
ticketmaster-pp-cli --profile briefing attractions get mock-value
ticketmaster-pp-cli profile list --json
ticketmaster-pp-cli profile show briefing
ticketmaster-pp-cli profile delete briefing --yes显式参数始终优先于配置文件值;配置文件值优先于默认值。会在下列出所有可用配置文件,以便自省Agent在运行时发现它们。
agent-contextavailable_profilesExit Codes
退出码
| Code | Meaning |
|---|---|
| 0 | Success |
| 2 | Usage error (wrong arguments) |
| 3 | Resource not found |
| 4 | Authentication required |
| 5 | API error (upstream issue) |
| 7 | Rate limited (wait and retry) |
| 10 | Config error |
| 代码 | 含义 |
|---|---|
| 0 | 成功 |
| 2 | 使用错误(参数错误) |
| 3 | 资源未找到 |
| 4 | 需要认证 |
| 5 | API错误(上游问题) |
| 7 | 速率限制(请等待后重试) |
| 10 | 配置错误 |
Argument Parsing
参数解析
Parse :
$ARGUMENTS- Empty, , or
help→ show--helpoutputticketmaster-pp-cli --help - Starts with → ends with
install→ MCP installation; otherwise → see Prerequisites abovemcp - Anything else → Direct Use (execute as CLI command with )
--agent
解析的逻辑:
$ARGUMENTS- 为空、或
help→ 显示--help输出ticketmaster-pp-cli --help - 以开头 → 如果结尾为
install→ 安装MCP;否则 → 请参阅顶部的前置条件部分mcp - 其他情况 → 直接使用(添加参数执行CLI命令)
--agent
MCP Server Installation
MCP服务器安装
Install the MCP binary from this CLI's published public-library entry or pre-built release, then register it:
bash
claude mcp add ticketmaster-pp-mcp -- ticketmaster-pp-mcpVerify:
claude mcp list从本CLI的公开库条目或预构建版本安装MCP二进制文件,然后注册:
bash
claude mcp add ticketmaster-pp-mcp -- ticketmaster-pp-mcp验证安装:
claude mcp listDirect Use
直接使用
- Check if installed: If not found, offer to install (see Prerequisites at the top of this skill).
which ticketmaster-pp-cli - Match the user query to the best command from the Unique Capabilities and Command Reference above.
- Execute with the flag:
--agentbashticketmaster-pp-cli <command> [subcommand] [args] --agent - If ambiguous, drill into subcommand help: .
ticketmaster-pp-cli <command> --help
- 检查是否已安装:如果未找到,提供安装选项(请参阅顶部的前置条件部分)。
which ticketmaster-pp-cli - 将用户查询匹配到上述独特功能和命令参考中最合适的命令。
- 添加参数执行命令:
--agentbashticketmaster-pp-cli <command> [subcommand] [args] --agent - 如果存在歧义,查看子命令帮助:。
ticketmaster-pp-cli <command> --help