show-status

show-status is a command for Claude Code from OpenRaiser/PaperFit. It costs 0 tokens per session (538 once invoked), scanned A, original, MIT.

A command for viewing the current PaperFit task summary, including layout defects, repair progress, visual priorities, and next actions.

In plain words
What is it for?
Checking the main paper file, task round, compilation and page-image status, remaining defects, priority pages or objects, repair results, and the latest decision or recommended action.
Why use it?
It turns internal state files and diagnostic reports into a readable explanation of what has been completed, what remains, and what should happen next.

Command for Claude Code

Part of the paperfit plugin — 8 skills, 9 commands, 6 agents 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/openraiser/paperfit/show-status
Clone the repo
git clone --depth 1 https://github.com/OpenRaiser/PaperFit

Made for: Claude Code.

Or install paperfit, the plugin that ships this one along with the rest of its 8 skills, 9 commands, 6 agents.

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 show-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/openraiser/paperfit/show-status.svg)](https://agentmods.dev/commands/openraiser/paperfit/show-status)
Your own site
<a href="https://agentmods.dev/commands/openraiser/paperfit/show-status"><img src="https://agentmods.dev/badge/commands/openraiser/paperfit/show-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 538 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.00000 $0.00538
Opus 5 $0.00000 $0.00269
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

show-status 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 5d 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.

.claude/commands/show-status.md · 53 lines

What it actually says

/show-status — 查看任务状态

作用: 显示当前 PaperFit 任务的运行状态、缺陷消除进度、视觉优先级、修复计划摘要和下一步行动;这是当前默认的“摘要 / 解释”入口。

用户入口说明:

  • /show-status 是查询入口,用户不需要理解 state.json 的字段结构。
  • 输出应优先解释当前任务状态、视觉问题、剩余风险和下一步动作,而不是直接倾倒内部 JSON。
  • 若用户用普通自然语言询问“当前 PaperFit 到哪一步了”“还有哪些问题没修完”,也应路由到同类状态查询。

工具调用约定

若需读写状态文件以外的包内工具,在论文根目录使用 paperfit run scripts/state_manager.py …,勿将 scripts/ 当作用户仓库内路径。

用法

/show-status

也可以由自然语言触发,例如:

查看当前 PaperFit 状态
这篇论文现在还剩哪些排版问题

执行流程

  1. 读取 data/state.json 获取当前状态
  2. 优先展示 main_tex、任务画像、当前轮次 / 最大轮次
  3. 显示 compile_successpage_images_rendered
  4. 显示缺陷摘要(已修复/剩余)
  5. 显示 visual_signals_summary.priority_pagespriority_objects
  6. 显示 repair_plan_summaryrepair_execution_summary
  7. 显示最近一次门禁决策、next_actions
  8. 显示 artifacts.rule_reportartifacts.crossrefs_reportartifacts.visual_signal_reportartifacts.repair_planartifacts.repair_execution_reportartifacts.semantic_patch_reportartifacts.gatekeeper_decision

输出内容

  • 项目主文件
  • 任务类型与约束
  • 当前轮次 / 最大轮次
  • 编译结果与页图渲染状态
  • 缺陷摘要(已修复/剩余)
  • 视觉重点页与重点对象
  • 修复计划摘要与最近执行结果
  • 最近一次门禁决策及下一步行动
  • 诊断报告路径

调度

  • 直接读取 data/state.json 和诊断报告,不调用 Agent
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. 5d ago First seen · 53 lines · 0 tokens per session scan A fa4efb99de3e

Subscribe to this mod's changes

show-status is a command published in the GitHub repository OpenRaiser/PaperFit (331 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 538 tokens. 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.