Loading...
Loading...
Generate high-quality illustration/chart ideas for a URL, including placement + layout suggestions (HTML-like or Mermaid).
npx skill4agent add younesbenallal/seo-skills illustration-ideasagent-browsernpm install -g agent-browseragent-browser open <url>agent-browser snapshot -c -s "main" -d 5agent-browser snapshot -iagent-browser get text @eXagent-browser get html @eX- **Placement:** After the "How X Works" section
- **Description:** Flowchart showing how data moves through system A to system B, clarifying the process described.
- **Format:** Mermaid flowchart
- **Design notes:** Use arrows to indicate flow direction, highlight bottlenecks in red.
- **Illustration layout:**
```mermaid
flowchart LR
A[User Input] --> B[Process Step 1]
B --> C[Process Step 2]
C --> D[Output]
B -.-> E[Error]undefined