/install gate-info-liveroomlocation
Gate Info Liveroom Location — Live & Replay Listing
General Rules
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding.
Do NOT select or call any tool until all rules are read. These rules have the highest priority.
→ Read ./references/gate-runtime-rules.md
→ Also read ./references/info-news-runtime-rules.md for gate-info / gate-news shared rules (tool degradation, report standards, security, and output standards).
- Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they exist in the MCP server.
MCP Dependencies
Required MCP Servers
| MCP Server | Status |
|---|---|
| Gate-Info | ✅ Required |
Authentication
- API Key Required: No
- Credentials Source: None; this skill uses read-only Gate Info / Gate News MCP access only.
Installation Check
- Required: Gate-Info
- Install: Use the local Gate MCP installation flow for the current host IDE before continuing.
- Continue only after the required Gate MCP server is available in the current environment.
MCP Mode
Read and strictly follow references/mcp.md, then execute this skill's live/replay listing workflow.
SKILL.mdkeeps intent mapping, product behavior, and response semantics.references/mcp.mdis the authoritative MCP execution layer for parameter extraction, single-endpoint calls, and degradation handling.
Workflow
When the user asks about live rooms or replays (by business type, coin, hottest/newest, or count), execute the following steps.
Step 1: Parse intent and map parameters
From natural language, extract and map to API parameters:
- tag: Market Analysis | Hot Topics | Blockchain | Others | empty (all). Default: empty.
- coin: Coin symbol (e.g. BTC, SOL) or empty (all). Default: empty.
- sort:
hot(hottest) |new(newest). Default:hot. - limit: Integer 1–10. Default: 10.
Key mapping rules:
| User phrase (examples) | Param | Value |
|---|---|---|
| 行情分析, 市场分析, Market Analysis | tag | Market Analysis |
| 热门话题, Hot Topics | tag | Hot Topics |
| 区块链, Blockchain | tag | Blockchain |
| 其他, Others | tag | Others |
| Not mentioned | tag | empty |
| Bitcoin, BTC, SOL, ETH, 比特币 | coin | BTC, SOL, etc. |
| Not mentioned | coin | empty |
| 最热, 热门, 按热度, hottest | sort | hot |
| 最新, 最近, newest | sort | new |
| Not mentioned | sort | hot |
| 前5条, 给我3个, 10个 | limit | 5, 3, 10 |
| Not mentioned | limit | 10 |
Do not ask the user "how many?" or "which coin?" when they did not specify; apply defaults.
Step 2: Call the API
Call GET /live/gate_ai/tag_coin_live_replay with query parameters:
tag: string (optional)coin: string (optional)sort:hot|new(optional, default hot)limit: integer (optional, default 10, max 10)
Key data to extract from response:
data.list: array of items, each withcontent_type("streaming"or"video"), and eitherlive(withid,name) orvideo(withid,title).
Pre-filter: If the user is in a restricted region (US, Canada, Japan, or other Gate-restricted regions), do not call the API; reply that the feature is not available in their region.
Step 3: Build list output
For each item in data.list:
- Title:
live.namewhencontent_type === "streaming", elsevideo.titlewhencontent_type === "video". - Link:
content_type === "streaming":https://www.gate.io/live/video/{live.id}?type=livecontent_type === "video":https://www.gate.io/live/video/{video.id}
Output a list of lines: each line = title + link. Optionally label "Live" or "Replay". Do not add extra fields (e.g. likes, duration) unless required by product.
Judgment Logic Summary
| Condition | Signal | Meaning |
|---|---|---|
| User in restricted region | Block | Do not call API; reply that the feature is not available in their region |
| tag / coin / sort / limit not mentioned | Use default | tag=empty, coin=empty, sort=hot, limit=10 |
| content_type === "streaming" | Live | Use live.name; link with ?type=live |
| content_type === "video" | Replay | Use video.title; link without type |
| Empty list or API error | No list | Reply with a short message; do not fabricate a list |
Report Template
- List format: One line per item:
[Live/Replay] Title — \x3Clink>. - Disclaimer (if needed): Gate live and replay content is provided by creators; it does not constitute investment or viewing advice; the platform only provides display and filtering.
Single API only
Use only GET /live/gate_ai/tag_coin_live_replay. Do not combine or mention other live or video APIs.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gate-info-liveroomlocation - 安装完成后,直接呼叫该 Skill 的名称或使用
/gate-info-liveroomlocation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gate Info Liveroom Location (gate-info-liveroomlocation) 是什么?
Gate live stream and replay listing skill. Use when the user asks to find live rooms or replays by tag, coin, or sort. Triggers on 'live room list', '最热直播',... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。
如何安装 Gate Info Liveroom Location (gate-info-liveroomlocation)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gate-info-liveroomlocation」即可一键安装,无需额外配置。
Gate Info Liveroom Location (gate-info-liveroomlocation) 是免费的吗?
是的,Gate Info Liveroom Location (gate-info-liveroomlocation) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gate Info Liveroom Location (gate-info-liveroomlocation) 支持哪些平台?
Gate Info Liveroom Location (gate-info-liveroomlocation) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gate Info Liveroom Location (gate-info-liveroomlocation)?
由 Gate(@gate-exchange)开发并维护,当前版本 v1.0.3。