Sub-skill of orcawave-qtf-analysis: CLI Usage.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill cli-usage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Usage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-cli-usage-c891184c)More formats (shields.io, HTML) on the badges page.
---
name: orcawave-qtf-analysis-cli-usage
description: 'Sub-skill of orcawave-qtf-analysis: CLI Usage.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# CLI Usage
## CLI Usage
```bash
# Compute full QTF
python -m digitalmodel.orcawave.qtf compute \
--model models/fpso.owr \
--method full \
--output results/qtf/
# Mean drift extraction
python -m digitalmodel.orcawave.qtf mean-drift \
--model models/fpso.owr \
--method momentum \
--output results/mean_drift.csv
# Newman approximation
python -m digitalmodel.orcawave.qtf newman \
--raos results/fpso_raos.csv \
--output results/newman_qtf.yml
# Slow drift analysis
python -m digitalmodel.orcawave.qtf slow-drift \
--qtf results/qtf/fpso_full.yml \
--hs 4.0 --tp 10.0 \
--output results/slow_drift/
# Export to OrcaFlex
python -m digitalmodel.orcawave.qtf export \
--qtf results/qtf/fpso_full.yml \
--format orcaflex \
--output orcaflex_models/fpso_qtf.yml
```
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!