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 skills/tenureai/phd-zero/human-checkpointnpx skills add TenureAI/PhD-Zero --skill human-checkpointgit clone --depth 1 https://github.com/TenureAI/PhD-ZeroWrote 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/skills/tenureai/phd-zero/human-checkpoint)<a href="https://agentmods.dev/skills/tenureai/phd-zero/human-checkpoint"><img src="https://agentmods.dev/badge/skills/tenureai/phd-zero/human-checkpoint.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.00074 | $0.00732 |
| Opus 5 | $0.00037 | $0.00366 |
| Sonnet 5 | $0.00015 | $0.00146 |
| Haiku 4.5 | $0.00007 | $0.00073 |
Grade A, and why
human-checkpoint 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.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Human Checkpoint
Mission
Request human decisions only at meaningful risk or decision points, using executable options.
Interaction Channel Policy
For checkpoints that require user input, choose interaction channel in this order:
- In
moderateordetailed, prefer built-in user-question tool (request_user_input) for all required user interactions. - If the built-in tool is unavailable in the current runtime, degrade to concise plain-text questions in chat.
- In
full-auto, avoid non-essential questions and trigger checkpoints only by mode policy. - Never silently skip a required checkpoint because the preferred channel is unavailable.
Mode-Aware Trigger Policy
full-auto- Trigger only for hard blockers or major safety risks.
moderate- Trigger for plan-finalization confirmations.
- Trigger before high-resource actions.
- Trigger for major safety risks.
- Trigger for required intake clarification and parameter confirmations.
- Trigger for replan confirmations when route changes materially.
detailed- Trigger when path is unclear.
- Trigger before high-resource actions.
- Trigger for major safety risks.
- Trigger for required intake clarification and parameter confirmations.
- Trigger for replan confirmations when route changes materially.
Always trigger for shared-memory publication.
Major Safety Risk Examples
Treat these as major risks:
- potential large-scale file deletion
- likely secret leakage
- destructive remote/shared resource mutation
- actions with clear financial or operational damage potential
In all modes, checkpoint is required for major risks.
Request Format
Use this structure:
Decision NeededContextOptionsRecommendationIf ApprovedIf Rejected
When using request_user_input, map the same structure into 1-3 short option-based questions.
When using plain-text fallback, ask one concise direct question at a time.
Required Option Set for Risky Actions
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 101 lines · 74 tokens per session scan A 7a398508e610
human-checkpoint is a skill published in the GitHub repository TenureAI/PhD-Zero (52 stars, last pushed 5mo ago), licensed MIT. It adds 74 tokens to every session and 732 once invoked, about $0.0004 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.
Other skills, from other repositories
proof-checker
Rigorous mathematical proof verification and fixing workflow. Reads a LaTeX proof, identifies gaps via cross-model review (Codex GPT-5.4 xhigh), fixes each gap with full derivations, re-reviews, and generates an audit report. Use when user says "检查证明", "verify proof", "proof check", "审证明", "check this proof", or wants…
auto-paper-improvement-loop
Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.
grant-proposal
Draft a structured grant proposal from research ideas and literature. Supports KAKENHI (Japan), NSF (US), NSFC (China, including 面上/青年/优青/杰青/海外优青/重点), ERC (EU), DFG (Germany), SNSF (Switzerland), ARC (Australia), NWO (Netherlands), and generic formats. Use when user says "write grant", "grant proposal", "申請書", "write…
paper-illustration
Generate publication-quality AI illustrations for academic papers using Gemini image generation. Creates architecture diagrams, method illustrations with Claude-supervised iterative refinement loop. Use when user says "生成图表", "画架构图", "AI绘图", "paper illustration", "generate diagram", or needs visual figures for papers.
paper-navigator
Find and read academic papers: disambiguate queries, discover papers (search, citation traversal, recommendations, arXiv monitoring, trending, GitHub search), evaluate (TLDR, citations, code, SOTA), and read with structured analysis (3-level strategy). Use when: finding papers, reading a paper, related work, citation…
research-refine
Turn a vague research direction into a problem-anchored, elegant, frontier-aware, implementation-oriented method plan via iterative GPT-5.4 review. Use when the user says "refine my approach", "帮我细化方案", "decompose this problem", "打磨idea", "refine research plan", "细化研究方案", or wants a concrete research method that stays…