Sub-skill of orcawave-analysis: License Issues (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill license-issues --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of License Issues?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-license-issues-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcawave-analysis-license-issues
description: 'Sub-skill of orcawave-analysis: License Issues (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# License Issues (+1)
## License Issues
```python
# Check license before batch
from digitalmodel.orcawave.license import check_orcawave_license
if not check_orcawave_license():
print("Waiting for license...")
wait_for_license(timeout=3600) # Wait up to 1 hour
```
## Mesh Issues
```python
# Validate mesh before analysis
from digitalmodel.orcawave.mesh import validate_panel_mesh
validation = validate_panel_mesh("geometry/hull_panels.dat")
if validation["issues"]:
for issue in validation["issues"]:
print(f"Mesh issue: {issue}")
```
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!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.