Sub-skill of plotly: HTML (Recommended for Reports) (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill html-recommended-for-reports --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Html Recommended For Reports?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-html-recommended-for-reports-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: plotly-html-recommended-for-reports
description: 'Sub-skill of plotly: HTML (Recommended for Reports) (+2).'
version: 1.0.0
category: data-visualization
type: reference
scripts_exempt: true
---
# HTML (Recommended for Reports) (+2)
## HTML (Recommended for Reports)
```python
fig.write_html('report.html', include_plotlyjs='cdn')
```
## Static Images
```python
# Requires kaleido
fig.write_image('chart.png', width=1200, height=800)
fig.write_image('chart.pdf')
fig.write_image('chart.svg')
```
## JSON
```python
import json
fig.write_json('chart.json')
```
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!