Sub-skill of orcaflex-file-conversion: Common Issues.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill common-issues --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Common Issues?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-common-issues-c9add659)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-file-conversion-common-issues
description: 'Sub-skill of orcaflex-file-conversion: Common Issues.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Common Issues
## Common Issues
**1. OrcFxAPI Not Available**
```python
try:
import OrcFxAPI
except ImportError:
print("ERROR: OrcFxAPI not available")
print("Install: pip install <OrcaFlex_install_dir>/OrcFxAPI/Python")
# Fall back to mock mode
converter = OrcaFlexBatchConverter(use_mock=True)
```
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!