# Orcaflex File Conversion Batch Converter Options

> Sub-skill of orcaflex-file-conversion: Batch Converter Options (+1).

- Skill: `vamseeachanta/orcaflex-file-conversion-batch-converter-options` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/orcaflex-file-conversion-batch-converter-options`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/orcaflex-file-conversion-batch-converter-options/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/orcaflex-file-conversion-batch-converter-options

---


# 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 |

