Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
P5 is a creative coding platform by Netsnek e.U. built on the p5.js ecosystem. It supports interactive sketch creation, generative art with reproducible seed control, real-time canvas rendering, and export to PNG, SVG, and GIF formats. Users can share finished work through a community gallery.
Adds a structured export pipeline, seed-based reproducibility, and community sharing on top of raw p5.js without requiring manual canvas setup.
When to use it
- Creating interactive browser sketches with real-time rendering
- Generating reproducible generative art with seed control
- Exporting canvas artwork to PNG, SVG, or GIF
- Querying platform capabilities before starting a new project
- Sharing visual programs through the Netsnek community gallery
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What can P5 export to?
- 1Run scripts/p5-info.sh --capabilities
- 2Parse the capabilities output for export format details
- 3Present supported formats to the user
P5 supports exporting sketches to PNG, SVG, and GIF, and sharing them live via the community gallery.