agentsclimarketplace

Epgstation

Skill msageha/skills/epgstation

Claude Code / Codex / Antigravity 用の Agent Skills 集

Install
npx -y skills add msageha/skills --skill epgstation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

EPGStation TV recording service. Use when: user asks about TV programs, schedules, recordings, or reservations. Controls EPGStation via REST API for browsing what's on TV, searching programs, managing recordings and auto-recording rules.

SKILL.md

1.8 KB, 382 tokens by cl100k_base, as published. Nobody here has run it

EPGStation

Base URL: https://epgstation.msageha.net/api (EPGStation v2.10.0)。

Key facts

  • All timestamps are Unix time in milliseconds, not seconds.
  • Always pass isHalfWidth=true for readable Japanese text.
  • Default limit is 24; paginate with limit/offset.
  • Genre IDs follow ARIB STD-B10 (see references/api-reference.md for the table).
  • Confirm with the user before creating or deleting a reservation/rule.
  • Search for a program first and show results before reserving it.

Core operations

TaskEndpoint
Currently broadcastingGET /schedules/broadcasting
Channel listGET /channels
Channel scheduleGET /schedules/{channelId}?days=N
Program detailGET /schedules/detail/{programId}
Search programsPOST /schedules/search
Reserve (by program or time range)POST /reserves
List / delete reservationGET, DELETE /reserves/{reserveId}
Reservation counts (conflicts/skips)GET /reserves/cnts
Currently recordingGET /recording
List / search recordedGET /recorded
Protect / delete recordedPUT /recorded/{id}/protect, DELETE /recorded/{id}
Auto-recording rulesPOST /rules, GET /rules, PUT /rules/{id}/enable|disable

Full request/response schemas and ready-to-run curl examples: see references/api-reference.md and references/commands.md.

What ships with it: 2 files

28.3 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.