mnhkahn/cyeam-cli

live-broadcast

直播预报——NBA/世界杯/中国男女足比赛赛程与转播源。用户问比赛,直接跑 cyeam tv 命令返回结果,不要分析不要缓存。【重要】?

First seen Jun 12, 2026

Installation

$ npx skills add mnhkahn/cyeam-cli --skill live-broadcast

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mnhkahn/cyeam-cli · top by installs.

npx skills add mnhkahn/cyeam-cli

Browse all from mnhkahn/cyeam-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.16

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,471 B
  • docs SUMMARY.md 260 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 105 installs

SKILL.md

直播预报

规则

用户问比赛 → 跑 cyeam tv → 返回结果。不要预加载、不要缓存、不要分析。一次一个命令。

用户: "今天有什么比赛?"          →  cyeam tv today
用户: "最近 NBA 赛程"            →  cyeam tv list --league nba --days 7
用户: "湖人下一场什么时候?"     →  cyeam tv next --team 湖人
用户: "世界杯赛程"               →  cyeam tv list --league worldcup

参数

参数 说明 示例
--league nba, worldcup, cn-football --league nba,worldcup
--days 未来 N 天,默认 3,最大 14 --days 7
--from/--to 日期范围 --from 2026-06-15 --to 2026-06-20
--team 球队名 --team 湖人
--source 转播源 --source CCTV5

输出要点

  • 球队名、联赛阶段名(Finals/Playoffs 等)必须翻译成中文并加国旗 emoji
  • 转播源渲染为可点击链接
  • 不需要登录

不做的事

  • 不抓直播流、不解 m3u8/flv
  • 不绕过会员或地区限制
  • 不推送实时比分或赛后集锦
  • 不覆盖 NBA/世界杯/中国男女足以外的赛事