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.
npx agentmods add commands/openraiser/paperfit/show-statusgit clone --depth 1 https://github.com/OpenRaiser/PaperFitWrote 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.
[](https://agentmods.dev/commands/openraiser/paperfit/show-status)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
/show-status — 查看任务状态
作用: 显示当前 PaperFit 任务的运行状态、缺陷消除进度、视觉优先级、修复计划摘要和下一步行动;这是当前默认的“摘要 / 解释”入口。
用户入口说明:
/show-status是查询入口,用户不需要理解state.json的字段结构。- 输出应优先解释当前任务状态、视觉问题、剩余风险和下一步动作,而不是直接倾倒内部 JSON。
- 若用户用普通自然语言询问“当前 PaperFit 到哪一步了”“还有哪些问题没修完”,也应路由到同类状态查询。
工具调用约定
若需读写状态文件以外的包内工具,在论文根目录使用 paperfit run scripts/state_manager.py …,勿将 scripts/ 当作用户仓库内路径。
用法
/show-status
也可以由自然语言触发,例如:
查看当前 PaperFit 状态
这篇论文现在还剩哪些排版问题
执行流程
- 读取
data/state.json获取当前状态 - 优先展示
main_tex、任务画像、当前轮次 / 最大轮次 - 显示
compile_success、page_images_rendered - 显示缺陷摘要(已修复/剩余)
- 显示
visual_signals_summary.priority_pages、priority_objects - 显示
repair_plan_summary、repair_execution_summary - 显示最近一次门禁决策、
next_actions - 显示
artifacts.rule_report、artifacts.crossrefs_report、artifacts.visual_signal_report、artifacts.repair_plan、artifacts.repair_execution_report、artifacts.semantic_patch_report、artifacts.gatekeeper_decision
输出内容
- 项目主文件
- 任务类型与约束
- 当前轮次 / 最大轮次
- 编译结果与页图渲染状态
- 缺陷摘要(已修复/剩余)
- 视觉重点页与重点对象
- 修复计划摘要与最近执行结果
- 最近一次门禁决策及下一步行动
- 诊断报告路径
调度
- 直接读取
data/state.json和诊断报告,不调用 Agent
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.
- 5d ago First seen · 53 lines · 0 tokens per session scan A fa4efb99de3e
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.
Other commands, from other repositories
bump-plugin
Bump changed plugin and marketplace version.
pre-pr-check
Pre-PR quality gate for PromptPit. Run this on your feature branch after implementation is complete, before opening a PR. Chains three checks: code review, adapter correctness verification, and code simplification.
rclone_listremotes
List all the remotes in the config file and defined in environment variables.
rclone_config_password
Update password in an existing remote.
rclone_test_histogram
Makes a histogram of file name characters.
rclone_config_paths
Show paths used for configuration, cache, temp etc.