realtime-peek

realtime-peek is a skill for Claude Code, Codex from eric-tramel/moraine. It costs 34 tokens per session (443 once invoked), scanned A, original, Apache-2.0.

A guide for checking what coding agents are doing right now or did very recently across different agent environments. It uses Moraine session records to inspect active work and recent updates.

In plain words
What is it for?
Use it to inspect sibling agents, subagents, other coding sessions, or activity related to a particular file, branch, issue, or working directory.
Why use it?
It removes the need to guess whether another agent is still working, which files it touched, or where it appears to be stuck. It separates observed activity from conclusions drawn from that activity.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to inspect sibling agents, subagents, other coding sessions, or activity related to a particular file, branch, issue, or working directory.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eric-tramel/moraine/realtime-peek
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add eric-tramel/moraine --skill realtime-peek
Clone the repo
git clone --depth 1 https://github.com/eric-tramel/moraine

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for realtime-peek

README.md
[![agentmods](https://agentmods.dev/badge/skills/eric-tramel/moraine/realtime-peek/github.svg)](https://agentmods.dev/skills/eric-tramel/moraine/realtime-peek)
Your own site
<a href="https://agentmods.dev/skills/eric-tramel/moraine/realtime-peek"><img src="https://agentmods.dev/badge/skills/eric-tramel/moraine/realtime-peek/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for realtime-peek

Your own site · 80×15
<a href="https://agentmods.dev/skills/eric-tramel/moraine/realtime-peek"><img src="https://agentmods.dev/badge/skills/eric-tramel/moraine/realtime-peek.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00443
Opus 5 $0.00017 $0.00221
Sonnet 5 $0.00007 $0.00089
Haiku 4.5 $0.00003 $0.00044

Measured 10d ago against content hash 6a348357bda2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

realtime-peek scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/hermes-moraine/skills/realtime-peek/SKILL.md · 31 lines

What it actually says

Realtime Peek

Use this skill when the user asks about current or very recent agent activity, including other harnesses, sibling agents, subagents, or your own active session.

Workflow

  1. Choose a recent explicit time window with timezone. For "now" questions, start with the last one to two hours and widen only if needed.
  2. Call mcp_moraine_list_sessions for that window, sorted newest first.
  3. Prefer sessions that are still updating, have incomplete final turns, or match the harness, branch, issue, file, or agent named by the user.
  4. Open relevant sessions or turns with mcp_moraine_open.
  5. If the user asks about a specific file, call mcp_moraine_file_attention and then open the returned event, turn, or session handles.

If the server was registered with a different name, use the corresponding Moraine-prefixed MCP tools available in the current session.

What To Report

Summarize active work by source or harness, session title or ID, branch or working directory when visible, last update time, visible tool or terminal activity, and the current apparent state. Keep the summary compact and separate observed facts from inference.

If a record is still active, say that it is a live view and may change after the query. If the latest turn is incomplete, avoid treating it as a final decision.

Do not replay sensitive terminal or tool output into the current chat. Summarize what happened, redact secret-looking values such as tokens, keys, cookies, and credentials, and avoid quoting private data unless it is necessary for the user's requested debugging task.

Search Follow-Up

Use mcp_moraine_search_sessions with keyword queries when the recent session list is too broad or when the user gives a content clue such as an issue number, command, error, file path, or branch name. After finding a candidate, narrow with within_id rather than pulling whole sessions into context.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 31 lines · 34 tokens per session scan A 6a348357bda2

Subscribe to this mod's changes

realtime-peek is a skill published in the GitHub repository eric-tramel/moraine (117 stars, last pushed 24d ago), licensed Apache-2.0. It adds 34 tokens to every session and 443 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

web-search

A web-search and information-retrieval skill for finding pages, current information, and news online.

RTGS2017/NagaAgent · 39 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

postgresql-table-design

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

wshobson/agents · 37 tokens

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

istio-traffic-management

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

wshobson/agents · 40 tokens