paraview-interface

AI interface skill for ParaView scientific visualization — pvpython/pvbatch CLI execution, paraview.simple API, filter pipelines, OpenFOAM integration, and automated image/data export.

5 stars

Best use case

paraview-interface is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

AI interface skill for ParaView scientific visualization — pvpython/pvbatch CLI execution, paraview.simple API, filter pipelines, OpenFOAM integration, and automated image/data export.

Teams using paraview-interface should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/paraview/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/cfd/paraview/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/paraview/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How paraview-interface Compares

Feature / Agentparaview-interfaceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

AI interface skill for ParaView scientific visualization — pvpython/pvbatch CLI execution, paraview.simple API, filter pipelines, OpenFOAM integration, and automated image/data export.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Paraview Interface

## Related Skills

- [openfoam](../openfoam/SKILL.md) - OpenFOAM CFD solver interface
- [blender-interface](../../cad/blender/SKILL.md) - 3D rendering and visualization
- [gmsh-meshing](../../cad/gmsh-meshing/SKILL.md) - Mesh generation

## References

- ParaView Python API: https://kitware.github.io/paraview-docs/latest/python/
- ParaView Catalyst: https://www.paraview.org/in-situ/

---

## Version History

- **1.1.0** (2026-02-24): Validated against VTK 9.6.0 (35/35 checks). Added ParaView 5.11 crash diagnosis for Ubuntu 24.04 + NVIDIA 580. All filter operations, CSV parsing, and data flow verified.
- **1.0.0** (2026-02-23): Initial full interface skill covering pvpython/pvbatch execution, paraview.simple API, filter pipelines, OpenFOAM integration, and validation.

## Sub-Skills

- [Python Script Structure (paraview.simple) (+5)](python-script-structure-paraviewsimple/SKILL.md)
- [CLI Execution (+3)](cli-execution/SKILL.md)
- [Save Screenshots (+5)](save-screenshots/SKILL.md)
- [Common Failures (+1)](common-failures/SKILL.md)
- [Verify Data Range (+2)](verify-data-range/SKILL.md)
- [OpenFOAM to ParaView Pipeline (+2)](openfoam-to-paraview-pipeline/SKILL.md)

Related Skills

blender-interface

5
from vamseeachanta/workspace-hub

AI interface skill for Blender 3D — headless CLI execution, Python bpy API, mesh import/export, rendering, and integration with engineering analysis workflows.

cfd-pipeline-openfoam-to-paraview

5
from vamseeachanta/workspace-hub

Sub-skill of cfd-pipeline: OpenFOAM to ParaView (+1).

paraview-interface-verify-data-range

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: Verify Data Range (+2).

paraview-interface-save-screenshots

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: Save Screenshots (+5).

paraview-interface-python-script-structure-paraviewsimple

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: Python Script Structure (paraview.simple) (+5).

paraview-interface-openfoam-to-paraview-pipeline

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: OpenFOAM to ParaView Pipeline (+2).

paraview-interface-cli-execution

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: CLI Execution (+3).

blender-interface-scene-setup-via-python-script

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Scene Setup via Python Script (+5).

blender-interface-render-output-locations

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Render Output Locations (+3).

blender-interface-orcaflex-results-to-blender-visualization

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: OrcaFlex Results to Blender Visualization (+2).

blender-interface-mesh-quality-checks

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Mesh Quality Checks (+2).

blender-interface-common-failures

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Common Failures (+2).