Sub-skill of orcaflex-file-conversion: Batch Converter Options (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill batch-converter-options --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Batch Converter Options?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-batch-converter-options-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-file-conversion-batch-converter-options
description: 'Sub-skill of orcaflex-file-conversion: Batch Converter Options (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Batch Converter Options (+1)
## Batch Converter Options
```python
OrcaFlexBatchConverter(
input_dir=Path, # Source directory
output_dir=Path, # Destination directory
use_mock=False, # Use mock mode if OrcFxAPI unavailable
validate=True, # Validate YAML structure
max_retries=2 # Retry attempts for failed conversions
)
```
## Conversion Modes
| Mode | Description | Use Case |
|------|-------------|----------|
| **Real** | Uses OrcFxAPI | Production conversions with license |
| **Mock** | Creates placeholder YAML | Testing without license |
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!