Agent Plugins Marketplace
All plugins

agent-glance

v0.3.2

GeekMagic SmallTV (SD_RU/SDPro ESP8266 or SmallTV Ultra, auto-detected) as a Claude Code status monitor — renders model/context/tokens to the device via hooks. IP via AGENT_GLANCE_IP env var.

CodexClaude Code6 Skills

By epicsagasLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agent-glance for Codex and Claude Code

Installs for the current user
codex plugin marketplace add epicsagas/AgentGlance
codex plugin marketplace upgrade agent-glance
codex plugin add agent-glance@agent-glance

Paste and run these commands in a terminal with Codex. They add and refresh the agent-glance catalog, then install this plugin.

Compatibility: the page URL and API slug “agent-glance” remain stable.

  • Codex: agent-glance@agent-plugin-marketplaceagent-glance@agent-glance

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/epicsagas/AgentGlance

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agent-glance/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ag-restore/SKILL.md
├── skills/ag-setup/SKILL.md
├── skills/ag-status/SKILL.md
├── skills/ag-test/SKILL.md
├── skills/ag-theme/SKILL.md
└── skills/agent-glance/SKILL.md

Included Skills6

ag-restoreskills/ag-restore/SKILL.md

Revert the SmallTV to the clock/themes it had before the monitor took it over. Use when the user wants their original clock back, wants to undo the monitor takeover, or says "원래대로", "시계로 돌려줘", "restore smalltv".

ag-setupskills/ag-setup/SKILL.md

Onboard and set up the GeekMagic SmallTV as an agent status monitor — finds the device, saves its IP, backs up the device, and switches it to dedicated-display mode. Use when the user wants to connect, onboard, or configure a SmallTV status monitor for the first time, or when they say "setup smalltv", "기기 연결", "모니터 설정".

ag-statusskills/ag-status/SKILL.md

Health check for the SmallTV monitor — device reachability, display state, config, and recent errors. Use when the SmallTV display stops updating, shows the wrong screen, or the user asks whether the monitor is working ("status monitor 상태", "화면이 안 바뀐다", "smalltv 진단").

ag-testskills/ag-test/SKILL.md

Push a test frame (working / waiting / done) to the SmallTV to check rendering. Use when the user wants to verify the display renders correctly, preview a state or GIF preset, or says "테스트 프레임", "화면 확인", "smalltv test".

ag-themeskills/ag-theme/SKILL.md

Switch the SmallTV screen — weather, forecast, clocks, or back to the monitor (SmallTV Ultra firmware only). Use when the user wants to show a different screen on the device, or says "날씨 보여줘", "일기예보", "시계로 바꿔", "smalltv theme".

agent-glanceskills/agent-glance/SKILL.md

Connect a GeekMagic SmallTV (SD_RU/SDPro ESP8266 or SmallTV Ultra stock firmware — auto-detected) as a Claude Code status monitor. Use when the user wants to show Claude's working/waiting/done state, model, context %, and token counts on the SmallTV display. Triggers on "smalltv", "geekmagic", "status monitor", "기기에 상태 표시", "시계 모니터".

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "agent-glance",
  "version": "0.3.2",
  "description": "GeekMagic SmallTV (SD_RU/SDPro ESP8266 or SmallTV Ultra, auto-detected) as a Claude Code status monitor — renders model/context/tokens to the device via hooks. IP via AGENT_GLANCE_IP env var.",
  "author": {
    "name": "epicsagas",
    "url": "https://github.com/epicsagas"
  },
  "homepage": "https://github.com/epicsagas/AgentGlance",
  "repository": "https://github.com/epicsagas/AgentGlance",
  "license": "MIT",
  "keywords": [],
  "skills": "./skills/",
  "hooks": "./.codex-plugin/hooks.json",
  "interface": {
    "displayName": "Agent Glance Monitor",
    "shortDescription": "GeekMagic SmallTV (SD_RU/SDPro ESP8266 or SmallTV Ultra, auto-detected) as a Claude Code status monitor — renders model/context/tokens to the device via hooks. IP via AGENT_GLANCE_IP env var.",
    "longDescription": "GeekMagic SmallTV (SD_RU/SDPro ESP8266 or SmallTV Ultra, auto-detected) as a Claude Code status monitor — renders model/context/tokens to the device via hooks. IP via AGENT_GLANCE_IP env var.",
    "developerName": "epicsagas",
    "category": "Development & Workflow",
    "capabilities": [
      "Bash",
      "Read",
      "Write",
      "Edit"
    ],
    "websiteURL": "https://github.com/epicsagas/AgentGlance"
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "agent-glance",
  "version": "0.3.2",
  "description": "GeekMagic SmallTV (SD_RU/SDPro ESP8266 or SmallTV Ultra, auto-detected) as a Claude Code status monitor — renders model/context/tokens to the device via hooks. IP via AGENT_GLANCE_IP env var.",
  "author": {
    "name": "epicsagas",
    "url": "https://github.com/epicsagas"
  },
  "homepage": "https://github.com/epicsagas/AgentGlance",
  "repository": "https://github.com/epicsagas/AgentGlance",
  "license": "MIT",
  "keywords": [
    "geekmagic",
    "smalltv",
    "status-monitor",
    "esp8266",
    "hooks",
    "display"
  ],
  "skills": "./skills/",
  "hooks": "./.claude-plugin/hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-glance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-glance)