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/idoforgod/dissertation-simulator-agenticworkflow/thesis-export-docxgit clone --depth 1 https://github.com/idoforgod/Dissertation-Simulator-AgenticWorkflowWrote 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/idoforgod/dissertation-simulator-agenticworkflow/thesis-export-docx)<a href="https://agentmods.dev/commands/idoforgod/dissertation-simulator-agenticworkflow/thesis-export-docx"><img src="https://agentmods.dev/badge/commands/idoforgod/dissertation-simulator-agenticworkflow/thesis-export-docx.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.00391 |
| Opus 5 | $0.00000 | $0.00196 |
| Sonnet 5 | $0.00000 | $0.00078 |
| Haiku 4.5 | $0.00000 | $0.00039 |
Grade A, and why
thesis-export-docx 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 yesterday.
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
Thesis Export DOCX
Generate a consolidated Korean thesis Word document from translation files.
Protocol
Step 1: Identify Project
ls thesis-output/ 2>/dev/null
If multiple projects exist, ask the user which project to export.
Step 2: Verify Translations Exist
ls thesis-output/{project}/translations/step-*-*.ko.md 2>/dev/null | head -20
If no Korean translation files found, inform the user that translations must be completed first (Phase 6).
Step 3: Preview Chapter Order (Dry Run)
python3 "$CLAUDE_PROJECT_DIR"/.claude/hooks/scripts/merge_ko_to_docx.py \
--project-dir "$CLAUDE_PROJECT_DIR/thesis-output/{project}" \
--dry-run --json
Display the chapter ordering to the user for confirmation. If the order is wrong, the user can create deliverables/chapter-order.json with the correct file list.
Step 4: Execute Merge
python3 "$CLAUDE_PROJECT_DIR"/.claude/hooks/scripts/merge_ko_to_docx.py \
--project-dir "$CLAUDE_PROJECT_DIR/thesis-output/{project}" \
--json
Step 5: Report Results (Korean)
Display:
- Number of chapter files merged
- Chapter ordering used
- Output file locations (DOCX and/or Markdown fallback)
- If pandoc was not available, provide installation instructions
Notes
- This command does NOT modify the SOT (session.json). It is safe to run on any project at any stage.
- For automated workflow execution (Step 211), the thesis-orchestrator handles SOT advancement separately.
- To customize chapter ordering, create
deliverables/chapter-order.jsonas a JSON array of filenames.
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.
- yesterday First seen · 54 lines · 0 tokens per session scan A a4b0bb8806c6
thesis-export-docx is a command published in the GitHub repository idoforgod/Dissertation-Simulator-AgenticWorkflow (107 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 391 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-09-03.
Other commands, from other repositories
translate
Translate a PDF while preserving its original layout (KolmoPDF).
export
把翻译好的缓存导出为成品 epub/txt.
open
Open a PDF in the in-app viewer panel.
brief-compliance-check
Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.
pipeline-minutar-pdf
Pipeline completo de sentença judicial a partir de PDF (conversão, linha-tempo, relatório, análise, fundamentação, merge).
cheatsheet
Generate a one-page exam cheatsheet from course-index and errors/log.md. Outputs to cheatsheet/final.md. Optionally convert to PDF.