Sub-skill of orcaflex-rao-import: OrcaFlex YAML Format (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill orcaflex-yaml-format --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Orcaflex Yaml Format?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-orcaflex-yaml-format-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-rao-import-orcaflex-yaml-format
description: 'Sub-skill of orcaflex-rao-import: OrcaFlex YAML Format (+2).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# OrcaFlex YAML Format (+2)
## OrcaFlex YAML Format
```yaml
VesselTypes:
- Name: FPSO_RAOs
DisplacementRAOs:
RAOOrigin: [150.0, 0.0, 0.0] # meters from vessel origin
Directions: [0, 45, 90, 135, 180] # degrees
Periods: [5.0, 7.0, 10.0, 12.0, 15.0, 20.0] # seconds
# Amplitude and Phase for each DOF
# Format: [heading][period]
*See sub-skills for full details.*
## DataFrame Export
```python
# Export to DataFrame for analysis
df = processor.to_dataframe(rao_data)
# Multi-level columns: (DOF, Heading)
# Index: Frequency
print(df.head())
# Surge Sway
# 0 45 90 0 45 90
# 0.02 0.95 0.92 0.88 0.02 0.45 0.92
# 0.05 0.92 0.90 0.85 0.05 0.48 0.95
```
## Validation Report
```json
{
"is_valid": false,
"issues": [
{
"type": "amplitude_exceeded",
"dof": "roll",
"heading": 90,
"frequency": 0.6,
"value": 55.2,
*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!