Sub-skill of bemrosetta: CLI Commands.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill cli-commands --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Commands?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-cli-commands)More formats (shields.io, HTML) on the badges page.
---
name: bemrosetta-cli-commands
description: 'Sub-skill of bemrosetta: CLI Commands.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# CLI Commands
## CLI Commands
```bash
# Convert AQWA to OrcaFlex
bemrosetta convert analysis.LIS -o ./output
# Convert with QTF data
bemrosetta convert analysis.LIS --qtf analysis.QTF -o ./output
# Display file information
bemrosetta info analysis.LIS
# Validate coefficients
bemrosetta validate analysis.LIS --strict --causality
# Convert mesh formats
bemrosetta convert-mesh input.gdf -o output.stl
bemrosetta convert-mesh input.dat -o output.gdf
# Validate mesh quality
bemrosetta validate-mesh hull.gdf --check-normals
# Show module status
bemrosetta status
```
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!