AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Gaussian Molecular Box

skill-nanhuai-x-gaussian-molecule-workflow-gaussian-molecular-box · by Nanhuai-X

Export a Multiwfn molecular box PDB and render its length, width, and height as a PNG from Gaussian formatted checkpoint (.fch) files. Use for Gaussian FCH molecular dimensions and box visualization.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-nanhuai-x-gaussian-molecule-workflow-gaussian-molecular-box

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-nanhuai-x-gaussian-molecule-workflow-gaussian-molecular-box)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Gaussian Molecular Box? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Gaussian molecular box and dimensions

Use this skill when a Gaussian .fch file needs a PDB with box dimensions and a molecular-box image.

Preconditions

  • Inputs are fch/.fch; results go to output//.
  • Resolve Multiwfn from MULTIWFN_BIN, then PATH, then a user-provided installation path.
  • Python 3, NumPy, and Matplotlib are required for rendering _BOX.png.

Isolated workflow

Run the bundled exporter from the analysis folder:

python /scripts/run_box.py --input fch --output output

The bundled renderer and Multiwfn input template are self-contained.

  1. Create an isolated working directory for exactly one molecule; do not allow a root-level or prior molecule's new.pdb to satisfy the run.
  2. Run Multiwfn's molecular-box/PDB sequence and verify that a new new.pdb was generated in that isolated directory. Stop on a non-zero exit or a missing new file; never suppress Multiwfn failures. A known Multiwfn 3.8 Windows EOF return after the Exporting new.pdb file finished! marker is accepted only when the PDB is present and its CRYST1 record is valid.
  3. Copy the verified file into output//new.pdb and output//.pdb.
  4. Read the CRYST1 record in .pdb for X/Y/Z dimensions, save _box_dimensions.txt, and render an atom-plus-wireframe figure as _BOX.png with NumPy and Matplotlib.
  5. Verify both PDB files and the PNG are readable, then report the three dimensions with their units.

Meaning of dimensions

The PDB CRYST1 box is the output of this skill. Electron-density-isosurface dimensions are a separate, optional quantity and should be generated and labelled through $gaussian-esp-vmd; never present the two definitions as interchangeable.

Failure handling

  • Missing NumPy or Matplotlib: retain the valid PDB outputs and report that only the PNG stage is unavailable.
  • Missing CRYST1: stop before plotting and preserve the Multiwfn log for diagnosis.
  • Preserve outputs unless overwrite was explicitly approved; use quiet per-molecule logs and a final summary. The box dimensions are distinct from the ESP isosurface dimensions.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.