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 skills add Bettertoo2/ansys-mcp-server --skill ansys-fluent-tui-guidegit clone --depth 1 https://github.com/Bettertoo2/ansys-mcp-serverWrote 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/bettertoo2/ansys-mcp-server/ansys-fluent-tui-guide)<a href="https://agentmods.dev/skills/bettertoo2/ansys-mcp-server/ansys-fluent-tui-guide"><img src="https://agentmods.dev/badge/skills/bettertoo2/ansys-mcp-server/ansys-fluent-tui-guide/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/bettertoo2/ansys-mcp-server/ansys-fluent-tui-guide"><img src="https://agentmods.dev/badge/skills/bettertoo2/ansys-mcp-server/ansys-fluent-tui-guide.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00062 | $0.00816 |
| Opus 5 | $0.00031 | $0.00408 |
| Sonnet 5 | $0.00012 | $0.00163 |
| Haiku 4.5 | $0.00006 | $0.00082 |
Grade A, and why
ansys-fluent-tui-guide 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 11d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ANSYS Fluent TUI And MCP Guide
Use the high-level fluent_* MCP tools whenever they cover the requested
operation. Use fluent_tui only for an operation that has no high-level tool,
and pass confirm_unsafe=true only after the user has authorized the command.
Connection Workflow
- Call
fluent_statuswhen a session may already exist. - Call
fluent_launchwith no port to launch a solver, or withport,ip, and password as needed to attach. - A non-loopback target also requires
allow_remote=true. - Because PyFluent 0.39 attaches with insecure gRPC, a non-loopback target
additionally requires
allow_insecure_remote=trueand a password. Prefer a secure tunnel to loopback whenever possible. fluent_exitdetaches from an attached GUI by default. It closes an attached instance only whenshutdown_attached=true.
Reproducible Journal Workflow
The server records mappings only after successful Fluent operations. Use:
fluent_get_scriptfor the pure.joucontent.fluent_get_mapping_reportfor structured command history plus the script.fluent_reset_mapperbefore starting an unrelated workflow.
The mapping history is reset whenever a new Fluent session is connected.
The three mapper tools require an active Fluent session, and fluent_exit
clears the history.
Always inspect reproducible and unmapped_operations in
fluent_get_mapping_report. A journal is partial when a successful operation
has no verified TUI mapping. Material assignment and UDF loading/hooking are
currently reported as unmapped; do not invent commands for them or describe a
partial journal as fully reproducible.
Boundary Naming
Public boundary types use Fluent's hyphenated spelling, such as
velocity-inlet and pressure-outlet. Underscored forms are accepted and
normalized by the server. Property names passed in params must match the
PyFluent settings API for the active Fluent version.
Safety
- Read existing files with absolute paths when possible.
fluent_saverefuses an existing target unlessoverwrite=true.- Treat
fluent_tuiand UDF loading as state-changing operations. - Verify residuals and status after initialization or iteration.
- Never claim that a journal mapping executed successfully unless its MCP call
returned
ok=true.
What ships with it
9 files 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.
- references/ANSYS_Fluent_TUI_Complete_Reference.md 16 KB
- references/command_index.json 6.9 KB
- references/COMMAND_QUICK_REFERENCE.md 7.4 KB
- references/HDF5_CASE_ANALYSIS.md 6.3 KB
- references/MCP_INTEGRATION_TECHNICAL.md 8.5 KB
- references/MCP_MAPPING_STATUS.md 1.3 KB
- references/MCP_TUI_MAPPING.md 8.9 KB
- references/QUICK_START_CN.md 5.1 KB
- references/README.md 6.9 KB
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.
- 11d ago First seen · 77 lines · 62 tokens per session scan A 920ee9c9a53d
ansys-fluent-tui-guide is a skill published in the GitHub repository Bettertoo2/ansys-mcp-server (6 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 816 once invoked, about $0.0003 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-31.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…