Sub-skill of orcawave-multi-body: 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-3683451a)More formats (shields.io, HTML) on the badges page.
---
name: orcawave-multi-body-cli-usage
description: 'Sub-skill of orcawave-multi-body: CLI Usage.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# CLI Usage
## CLI Usage
```bash
# Run multi-body analysis
python -m digitalmodel.orcawave.multibody run \
--config configs/multibody_analysis.yml \
--output results/multibody/
# Analyze gap resonance
python -m digitalmodel.orcawave.multibody gap-resonance \
--results results/multibody/coupled.owr \
--gap-width 8.0 \
--output plots/gap_resonance.html
# Compute shielding factors
python -m digitalmodel.orcawave.multibody shielding \
--results results/multibody/coupled.owr \
--shielding-body FPSO \
--target-body Shuttle_Tanker \
--output reports/shielding.csv
# STS operability analysis
python -m digitalmodel.orcawave.multibody operability \
--config configs/sts_operability.yml \
--output reports/sts_operability.html
# Extract coupling matrices
python -m digitalmodel.orcawave.multibody coupling \
--results results/multibody/coupled.owr \
--frequency 0.1 \
--output coupling_matrices.csv
```
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!
This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...
Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.
Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API
Get current weather and forecasts (no API key required).