smello-screenshot-maker
Installation
SKILL.md
Screenshot Maker
Generate screenshots for the Smello landing page and integration guides. Two types exist.
Both support --output <path> to write to any location (guides, README, etc.).
All scripts run from the scripts/ directory (where node_modules lives). Use absolute
paths for --output since it resolves relative to cwd, not the project root.
cd scripts && npm install # one-time
1. Dashboard screenshot (Smello UI)
Captures the live Smello frontend with demo data populated.
Prerequisites: smello-server running on :5110, frontend dev server on :5111.