← 返回 Skills 市场
onewilk

Maoyan Show

作者 onewilk · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
63
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install maoyan-show
功能描述
Fetch public Maoyan Show (猫眼演出) data from show.maoyan.com, including event lists, event details, ticket prices, sessions, venues, city IDs, and crawler workf...
使用说明 (SKILL.md)

Maoyan Show

Use this skill when the user asks for 猫眼演出 / Maoyan Show data, show.maoyan.com APIs, show lists, event details, ticket price information, sessions, venue details, city IDs, or crawler workflows.

Required Reference

Before making or documenting Maoyan Show API calls, read {baseDir}/references/api.md.

That file is the source of truth for endpoints, parameters, response fields, default values, unsupported endpoints, and scenario workflows.

Defaults

  • Use sellChannel=13 unless the user explicitly specifies another channel.
  • Use clientPlatform=3 unless the user explicitly specifies another platform.
  • Use Referer: https://show.maoyan.com/qqw#/.
  • Do not send token for public data.
  • Do not send optimus_risk_level or optimus_code by default. If a runtime/front-end flow auto-completes them, record those values and reuse them later in the same task.
  • uuid is optional. If implementation needs one, generate UUID v4 and reuse it within the same task.
  • lat and lng are optional. Only send them when the user provides coordinates or the task needs location/distance behavior.

City Handling

Search, recommendation, calendar, ordinary list, and most ranking flows need a city context. Category-channel ianvs requests accept cityId in headers, but direct calls may still return the default/current context city; always validate cityName in returned items.

  • If the user provides cityId, use it.
  • If the user provides a city name and the ID is known from the reference, use it.
  • If the city is not known, ask the user for the city or cityId before the first city-scoped request, then reuse it in the same task.
  • If the user provides coordinates, use the city reverse lookup endpoint from {baseDir}/references/api.md.
  • Known example: Shenzhen is cityId=30.

Public-Only Boundary

Only use public show, city, venue, session, price, recommendation, search, and list endpoints.

Do not use login-state or user-private flows, including order, payment, real-name, address, coupon, ticket verification, favorite, comment mutation, or account APIs. If a user asks for these, explain that this skill intentionally does not cover them.

Workflows

Use the best-practice scenario flows from {baseDir}/references/api.md:

  • Known performanceId: call the detail endpoint first, then call the shows/sessions endpoint for ticket sessions and prices.
  • Keyword search: resolve or ask for cityId, then call the search/list endpoint and return normalized results.
  • Category list page: map #/list/{categoryId}?labelId={labelId} to the ianvs category-channel request. Use categoryId=7 for 亲子演出 and labelId=0 as the default no-extra-label filter. Put ianvs common values in headers, not URL query. Do not use this as a reliable cross-city source unless returned cityName matches the requested city.
  • City list/recommendation: resolve or ask for cityId, then call the relevant city-scoped list endpoint. Treat list/search filters as advisory and locally filter by city, category, keyword, and date.
  • Venue lookup: call venue detail by shopId; call venue performances only when the user asks for events at that venue.
  • Ticket price summary: use detail data for summary price fields and shows/sessions data for concrete ticket category availability.

Output Style

Return concise, normalized results. Prefer these fields when available:

  • Event: performanceId, name, category, poster, status, date/time, city, venue, address.
  • Price: min/max price, ticket category, session, availability/status.
  • Venue: shopId, name, address, coordinates, city.
  • API usage: method, URL path, required parameters, defaults applied, and important caveats.

When producing API documentation, keep only correct final behavior and best practices. Do not include exploratory attempts, failed probes, or speculative alternatives unless the user explicitly asks for investigation notes.

安全使用建议
Install only if you want an agent to query public Maoyan Show data. Avoid using it for private account actions, orders, payments, real-name records, comments, favorites, or ticket verification, and keep request volume reasonable.
能力评估
Purpose & Capability
The stated purpose is public Maoyan Show event, venue, price, city, search, and list lookup; the artifact content consistently focuses on those public endpoints.
Instruction Scope
Runtime instructions explicitly limit use to public data and prohibit login-state, order, payment, real-name, address, ticket verification, favorite, comment mutation, and account APIs.
Install Mechanism
The package contains only Markdown files with no executable scripts, dependencies, install hooks, or hidden setup behavior.
Credentials
The skill instructs agents to make external API requests to Maoyan domains and may use user-provided coordinates for city lookup; this is disclosed and proportionate to the event-search purpose.
Persistence & Privilege
No persistence, privilege escalation, credential access, background workers, or local file indexing are requested; task-local reuse of city IDs, UUIDs, and observed frontend parameters is bounded to the current task.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maoyan-show
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maoyan-show 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Re-verify Maoyan Show public APIs, fix ianvs header/query handling, mark unstable list filters, and update category/list workflows.
v1.0.0
Initial release
元数据
Slug maoyan-show
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Maoyan Show 是什么?

Fetch public Maoyan Show (猫眼演出) data from show.maoyan.com, including event lists, event details, ticket prices, sessions, venues, city IDs, and crawler workf... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。

如何安装 Maoyan Show?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install maoyan-show」即可一键安装,无需额外配置。

Maoyan Show 是免费的吗?

是的,Maoyan Show 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Maoyan Show 支持哪些平台?

Maoyan Show 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Maoyan Show?

由 onewilk(@onewilk)开发并维护,当前版本 v1.0.1。

💬 留言讨论