LaunchKit · 2026
Back to Skills

P5 namespace for Netsnek e.U. creative coding platform.

0
443 downloads
by @kleberbaum

Setup & Installation

openclaw skills install @kleberbaum/p5

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install p5

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.

INPUT

User asks: What can P5 export to?

AGENT
  1. 1Run scripts/p5-info.sh --capabilities
  2. 2Parse the capabilities output for export format details
  3. 3Present supported formats to the user
OUTPUT

P5 supports exporting sketches to PNG, SVG, and GIF, and sharing them live via the community gallery.