hmt-export

hmt-export is a skill for Claude Code, Codex from psu-efd/pyHMT2D. It costs 38 tokens per session (281 once invoked), scanned A, original, MIT.

An exporter for pyHMT2D simulation results and computational meshes. VTK is a file format commonly opened in ParaView, a desktop tool for viewing scientific data.

In plain words
What is it for?
Use it to export simulation results or an SRH-2D mesh to VTK files.
Why use it?
It converts model output into files that can be inspected and visualised in ParaView.

Skill for Claude CodeCodex

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 skills/psu-efd/pyhmt2d/hmt-export
Any agent
npx skills add psu-efd/pyHMT2D --skill hmt-export
Clone the repo
git clone --depth 1 https://github.com/psu-efd/pyHMT2D

Made for: Claude Code, Codex.

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 hmt-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/psu-efd/pyhmt2d/hmt-export.svg)](https://agentmods.dev/skills/psu-efd/pyhmt2d/hmt-export)
Your own site
<a href="https://agentmods.dev/skills/psu-efd/pyhmt2d/hmt-export"><img src="https://agentmods.dev/badge/skills/psu-efd/pyhmt2d/hmt-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 281 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.00038 $0.00281
Opus 5 $0.00019 $0.00140
Sonnet 5 $0.00008 $0.00056
Haiku 4.5 $0.00004 $0.00028

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

Security

Grade A, and why

hmt-export 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 4d 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.

.agents/skills/hmt-export/SKILL.md · 34 lines

What it actually says

Export simulation results and/or the computational mesh to VTK files for ParaView visualization.

Prerequisites

A project must be open. Results must be loaded (run /hmt-results first if needed).

Steps

  1. Check session state. If result_loaded is false in .hmt_session.json, load results first:

    hmt-cli read_results --args '{"result_file": "<path>", "timestep": -1}'
    
  2. Export results to VTK.

    hmt-cli export_to_vtk --args '{"timestep": -1, "output_dir": "./vtk_output"}'
    

    Report: list of VTK file paths created.

  3. Optionally export the mesh only (SRH-2D only). Ask: "Do you also want to export just the computational mesh (no result data)?" If yes:

    hmt-cli export_mesh_to_vtk
    
  4. Report all exported file paths. "Open these files in ParaView to visualize the results."

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. 4d ago First seen · 34 lines · 38 tokens per session scan A e6b5dd61a68a

Subscribe to this mod's changes

hmt-export is a skill published in the GitHub repository psu-efd/pyHMT2D (129 stars, last pushed 25d ago), licensed MIT. It adds 38 tokens to every session and 281 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

academic-paper-review

Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning, and constructive feedback generation.…

bytedance/deer-flow · 95 tokens

arxiv-paper-writer

Write LaTeX ML/AI review articles for arXiv using the IEEEtran template and verified BibTeX citations. Use when writing, planning, or continuing an arXiv review/survey paper, or when validating and repairing citations in an existing LaTeX project.

appautomaton/latex-arxiv-SKILL · 62 tokens

latex-rhythm-refiner

Post-process LaTeX project prose to improve readability through varied sentence and paragraph lengths. Removes filler phrases and unnecessary transitions while preserving all citations and semantic meaning. Use after drafting is complete, when sections read as monotonous or blocky.

appautomaton/latex-arxiv-SKILL · 53 tokens

Jupyter Live Kernel

Guides notebook-first analysis with reproducible kernels, inspectable data loading, and explicit promotion paths back into durable code.

agentic-in/elephant-agent · 29 tokens

suap-iff-api

Authenticate to and consume the SUAP IFF (Instituto Federal Fluminense) API v2 from the CLI — obtain the JWT access/refresh token via matricula+senha, then fetch student data (periodos letivos, dados do aluno, boletim). Use when the user has a suap.iff.edu.br matricula+senha and wants to extract academic data…

pedroiff0/awesome-skills · 102 tokens

ras-end-to-end

Standard operating procedure for an auditable, headless HEC-RAS workflow via the hec-ras MCP server — how to plan, copy, edit boundaries, run, QA-gate, read results, compare, plot, audit, and safely stop. Use FIRST whenever an agent is handed a HEC-RAS project (.prj folder) or a results file (.p##.hdf) plus a…

Zhonghao1995/Agentic-HEC-RAS · 113 tokens