remote-layout

remote-layout is a command for coding agents from fiale-plus/fiale-claude-plugins. It costs 13 tokens per session (490 once invoked), scanned A, original, MIT.

A command for choosing how Claude Code formats replies during remote or phone sessions. The available modes control line width, wrapping, and status updates.

In plain words
What is it for?
Use it to turn the layout off or select code, code-wrap, or watch formatting for the current session and future remote sessions.
Why use it?
It makes replies fit better on a small screen and reduces awkward horizontal scrolling or hard-to-read text.

Command

Part of the remote-layout plugin — 1 command shipped together

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.

agentmods
npx agentmods add commands/fiale-plus/fiale-claude-plugins/remote-layout
Clone the repo
git clone --depth 1 https://github.com/fiale-plus/fiale-claude-plugins

Or install remote-layout, the plugin that ships this one along with the rest of its 1 command.

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 remote-layout

README.md
[![agentmods](https://agentmods.dev/badge/commands/fiale-plus/fiale-claude-plugins/remote-layout.svg)](https://agentmods.dev/commands/fiale-plus/fiale-claude-plugins/remote-layout)
Your own site
<a href="https://agentmods.dev/commands/fiale-plus/fiale-claude-plugins/remote-layout"><img src="https://agentmods.dev/badge/commands/fiale-plus/fiale-claude-plugins/remote-layout.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 490 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00013 $0.00490
Opus 5 $0.00006 $0.00245
Sonnet 5 $0.00003 $0.00098
Haiku 4.5 $0.00001 $0.00049

Measured 3d ago against content hash cf99b8f76495, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

remote-layout 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 3d 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/remote-layout/commands/remote-layout.md · 32 lines

What it actually says

Remote Layout

Read $ARGUMENTS and act accordingly.

off

  • Run: [ -f ~/.claude/status-config.json ] || echo '{}' > ~/.claude/status-config.json && jq '.remoteLayout = false' ~/.claude/status-config.json > /tmp/rl.json && mv /tmp/rl.json ~/.claude/status-config.json
  • Confirm deactivation in plain text

code

  • Run: [ -f ~/.claude/status-config.json ] || echo '{}' > ~/.claude/status-config.json && jq '.remoteLayout = "code"' ~/.claude/status-config.json > /tmp/rl.json && mv /tmp/rl.json ~/.claude/status-config.json
  • Apply code format this session: wrap entire response in a single fenced code block, max 28 chars/line, 1-space margin each side, ALL CAPS section headers with dash rule
  • Confirm with first response in that format

code-wrap

  • Run: [ -f ~/.claude/status-config.json ] || echo '{}' > ~/.claude/status-config.json && jq '.remoteLayout = "code-wrap"' ~/.claude/status-config.json > /tmp/rl.json && mv /tmp/rl.json ~/.claude/status-config.json
  • Apply code-wrap format this session: wrap entire response in a single fenced code block, no line limit (relies on zoom-mode autowrap), ALL CAPS section headers with dash rule
  • Confirm with first response in that format

watch

  • Run: [ -f ~/.claude/status-config.json ] || echo '{}' > ~/.claude/status-config.json && jq '.remoteLayout = "watch"' ~/.claude/status-config.json > /tmp/rl.json && mv /tmp/rl.json ~/.claude/status-config.json
  • Apply watch format this session: fenced code block, ultra-terse content (tokens/values only, no prose), ALWAYS end every response with a REPLY section offering 1-3 numbered continuations (more only if truly necessary)
  • Confirm with first response in that format

no argument / unknown

  • Show current mode from config: jq -r '.remoteLayout // "off"' ~/.claude/status-config.json
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. 3d ago First seen · 32 lines · 13 tokens per session scan A cf99b8f76495

Subscribe to this mod's changes

remote-layout is a command published in the GitHub repository fiale-plus/fiale-claude-plugins (4 stars, last pushed 4mo ago), licensed MIT. It adds 13 tokens to every session and 490 once invoked, about $0.0001 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-31.