Claude Skill

bentossell/visualise

Visualise is a Claude Skill for rendering inline interactive visuals—SVG diagrams, HTML widgets, charts, and explainers—directly in agent conversations to enhance communication.

Overview

Stars462
Forks26
LanguageUnknown
Last pushed2026-03-12
Last synced2026-07-03
View on GitHub

Repository

Ownerbentossell
Repositoryvisualise
Full namebentossell/visualise
Repo ID1,180,254,768

Install this Skill

git clone https://github.com/bentossell/visualise.git ~/.agents/skills/visualise

Registry

Typeopenclaw_skill
Quality score70/100
Verificationreadme_parsed
Last verified2026-06-11
Platforms
Claude
Capabilities
browsermemoryterminal
Detected files
README.mdSKILL.md
Install methods
  • git clone https://github.com/bentossell/visualise.git ~/.agents/skills/visualise
  • git clone https://github.com/bentossell/visualise.git .agents/skills/visualise

Summary

Visualise is a Claude Skill that enables agents to render inline interactive visuals directly in conversations, including SVG diagrams, HTML widgets, charts, and explainers, enhancing communication through dynamic visual content.

Chinese description

用于在代理对话中渲染内联交互式视觉元素的代理技能——包括SVG图表、HTML组件、图表和解释器。

Key features

  • Renders inline SVG diagrams for clear visual explanations
  • Supports HTML widgets for interactive elements
  • Generates charts and graphs for data visualization
  • Creates explainers to simplify complex concepts
  • Integrates seamlessly into agent conversations

Use cases

  • Visualizing data trends with charts in agent responses
  • Creating interactive diagrams for technical explanations
  • Building custom HTML widgets for user engagement
  • Simplifying complex workflows with visual explainers
  • Enhancing agent communication with dynamic visuals

README excerpt

# visualise An [Agent Skill](https://agentskills.io) that lets coding agents render rich interactive visuals — SVG diagrams, HTML widgets, charts, and explainers — directly inline in conversations. Instead of describing a flowchart or pasting ASCII art, the agent generates a real interactive visual. Diagrams you can click, sliders you can drag, charts that update live. built by [droid](http://factory.ai/) ## Installation **User-level (recommended)** ``` git clone https://github.com/bentossell/visualise.git ~/.agents/skills/visualise ``` **Project-level** ``` git clone https://github.com/bentossell/visualise.git .agents/skills/visualise ``` ## Usage The skill activates automatically when you ask an agent to: - Visualize, diagram, or chart something - Explain how something works (spatial/sequential concepts) - Compare options side-by-side - Draw, map out, or illustrate an idea Or just say: *"show me"*. ## How It Works The skill uses progressive disclosure to stay lean. At startup, only the name and description are loaded (~100 tokens). When activated, the agent reads the main instructions, then pulls in only the reference docs it needs: - **design-system.md** — CSS variables, color ramps, typography - **components.md** — interactive explainers, comparisons, cards, steppers - **diagrams.md** — flowcharts, structural, illustrative diagrams - **charts.md** — Chart.js and data viz patterns Output is raw HTML/SVG fragments rendered in a sandboxed iframe. No build step, no dependencies. ## Client support This skill teaches agents *what to generate* — it doesn't include a renderer. The output is HTML/SVG wrapped in a `visualizer` code fence. If your agent client supports rendering that fence in a sandboxed iframe, visuals appear inline. If not, the output is s

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-07-03