Theme banner
epicsagas epicsagas

Theme

Development community

Description

--- description: Switch the SmallTV screen — weather, forecast, clocks, or back to the monitor --- Switch what the SmallTV is showing (SmallTV Ultra firmware only). The requested theme is "$ARGUMENTS" — map loose wording to it (비/일기예보 → forecast etc.). ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/agent_glance.py" --theme <name> ``` | Name | Screen | |---|---| | `weather` | Weather Clock Today | | `forecast` | Weather Forecast | | `photo` / `monitor` | Photo Album (the status monitor) | | `c

Installation

Installs to ~/.claude/skills/epicsagas-agentglance-theme/SKILL.md

Terminal
mkdir -p ~/.claude/skills/epicsagas-agentglance-theme && curl -fsSL https://raw.githubusercontent.com/epicsagas/AgentGlance/HEAD/commands/theme.md -o ~/.claude/skills/epicsagas-agentglance-theme/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository