abaqus-export — community abaqus-export, abaqus-scripting, community, ide skills

v1.0.0

About this Skill

Perfect for Engineering Agents needing advanced Abaqus data export capabilities for 3D printing and CAD exchange. Export Abaqus geometry and results. Use when user mentions exporting to STL, STEP, CSV, or generating input files for external use.

JaimeCernuda JaimeCernuda
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
44
Canonical Locale
en
Detected Body Locale
en

Perfect for Engineering Agents needing advanced Abaqus data export capabilities for 3D printing and CAD exchange. Export Abaqus geometry and results. Use when user mentions exporting to STL, STEP, CSV, or generating input files for external use.

Core Value

Empowers agents to export geometry and results from Abaqus to external formats like STL, STEP, and CSV, facilitating seamless data analysis, archival, and exchange using Abaqus INP files and mesh data.

Ideal Agent Persona

Perfect for Engineering Agents needing advanced Abaqus data export capabilities for 3D printing and CAD exchange.

Capabilities Granted for abaqus-export

Exporting deformed shapes for topology analysis
Generating input files for 3D printing
Converting Abaqus results to Excel for data visualization

! Prerequisites & Limits

  • Requires Abaqus software installation
  • Limited to Abaqus-compatible file formats

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is abaqus-export?

Perfect for Engineering Agents needing advanced Abaqus data export capabilities for 3D printing and CAD exchange. Export Abaqus geometry and results. Use when user mentions exporting to STL, STEP, CSV, or generating input files for external use.

How do I install abaqus-export?

Run the command: npx killer-skills add JaimeCernuda/abaqus-scripting/abaqus-export. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for abaqus-export?

Key use cases include: Exporting deformed shapes for topology analysis, Generating input files for 3D printing, Converting Abaqus results to Excel for data visualization.

Which IDEs are compatible with abaqus-export?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for abaqus-export?

Requires Abaqus software installation. Limited to Abaqus-compatible file formats.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add JaimeCernuda/abaqus-scripting/abaqus-export. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use abaqus-export immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

abaqus-export

Install abaqus-export, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Abaqus Export Skill

Export geometry and results from Abaqus to external formats for 3D printing, CAD exchange, data analysis, or archival.

When to Use This Skill

Route here when user mentions:

  • "Export to STL" / "Convert to STL" / "3D printing"
  • "Save as STEP" / "Export to CAD"
  • "Generate input file" / "Write INP"
  • "Export results to CSV" / "Export to Excel"
  • "Save the mesh" / "Extract mesh data"
  • "Export deformed shape" / "Export topology result"

Route elsewhere:

  • Reading ODB results → /abaqus-odb
  • Importing CAD files → /abaqus-geometry
  • Running analysis → /abaqus-job

Key Decisions

What Format to Use?

NeedFormatRequires
3D printingSTL (double precision)Meshed part
CAD exchangeSTEPPart geometry
Legacy CADIGESPart geometry
Data analysisCSVODB file
Archive/HPCINPComplete model
Reports/imagesPNG/SVGGUI session

What to Export?

SourceAvailable Formats
Part geometrySTL, STEP, IGES, SAT
AssemblySTL, SAT
Mesh dataCSV (nodes, elements)
Results (U, S, RF)CSV
Time historyCSV
Model definitionINP
Topology resultSTL (with density threshold)

What to Ask User

If unclear, ask:

  1. What format? STL, STEP, CSV, INP?
  2. What to export? Geometry, mesh, or results?
  3. Which parts/steps? Specific part name, all parts, specific time step?
  4. For TO results: What density threshold? (0.3-0.5 typical)

Workflow

Exporting Geometry (STL/STEP/IGES)

  1. Identify the part - Get part name from model
  2. Check if meshed - STL requires mesh; STEP works on geometry
  3. Call export method - Use appropriate API call
  4. Verify output - Check file was created

Exporting Results to CSV

  1. Open the ODB - Use openOdb() with readOnly=True
  2. Navigate to frame - Find correct step and frame (typically last)
  3. Extract field output - U (displacement), S (stress), etc.
  4. Write CSV - Loop through values, write rows
  5. Close ODB - Always close when done

Generating Input File

  1. Create job object - Job needs model name
  2. Call writeInput() - Creates JobName.inp
  3. Verify INP created - Check file exists

Exporting TO Result

  1. Locate TO ODB - Usually Optimization/TOSCA_POST/Optimization.odb
  2. Set density threshold - 0.3-0.5 typical (lower = more material)
  3. Export STL - Use session method or GUI

Troubleshooting

ProblemCauseSolution
"Cannot write STL - no mesh"Part not meshedMesh part first
"STEP export failed"Invalid geometryTry IGES or SAT
Large STL fileFine meshCoarsen mesh for viz
Permission deniedFile open elsewhereClose file first
Image export failsnoGUI modeRun with GUI

Code Patterns

For API syntax and code examples, see:

Related Skills

Looking for an alternative to abaqus-export or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer