abaqus-docs

Manage and access Abaqus Python API documentation for parameter lookups.

7|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abaqus-docs
Source: https://github.com/JaimeCernuda/abaqus-scripting/tree/main/.claude/skills/abaqus-docs
Command: npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires beautifulsoup4, crawl4ai, httpx, markdownify, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides quick access to the Abaqus Python API documentation, enabling users to understand and utilize Abaqus scripting functionalities without needing to navigate external websites or complex help files.

Core Features & Use Cases

  • API Reference: Quickly look up parameters, methods, and classes for various Abaqus modules.
  • Documentation Management: Download and manage local copies of the abqpy API documentation.
  • Use Case: When you need to know the exact parameters for creating a material in Abaqus scripting, you can use this skill to find the material.md documentation and get the precise syntax.

Quick Start

Read the documentation for the Abaqus material API by saying "Read the material API documentation".

Frequently Asked Questions about abaqus-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up parameters for Abaqus Python API scripting?

To look up parameters for Abaqus Python API scripting, you can access and search the locally generated documentation to find exact method syntax and class definitions for various Abaqus modules.

Can I download and manage Abaqus API documentation for offline reference?

Yes, you can download and manage Abaqus API documentation for offline reference. The skill utilizes web scraping and markdown conversion to organize local copies of the abqpy documentation.

What is the best way to find the exact syntax for creating a material in Abaqus scripting?

The best way to find the exact syntax for creating a material in Abaqus scripting is to retrieve the generated material API markdown documentation, which provides precise parameter lookups and method references.

Does this tool require an internet connection to access the Abaqus API reference?

An internet connection is required initially to download and generate the Abaqus API documentation via web scraping. Once downloaded, the markdown files are organized locally for offline access.

Are there limitations to using web scraping for generating Abaqus documentation?

A limitation of using web scraping to generate Abaqus documentation is that the markdown conversion relies on the structure of the external website, meaning updates or layout changes could affect local documentation generation.