# Send p5 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "p5",
    "name": "p5",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kleberbaum/p5",
    "canonicalUrl": "https://clawhub.ai/kleberbaum/p5",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/p5",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=p5",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "claw.json",
      "README.md",
      "scripts/p5-info.sh",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "p5",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T02:00:39.993Z",
      "expiresAt": "2026-05-12T02:00:39.993Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=p5",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=p5",
        "contentDisposition": "attachment; filename=\"p5-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "p5"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/p5"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/p5",
    "downloadUrl": "https://openagent3.xyz/downloads/p5",
    "agentUrl": "https://openagent3.xyz/skills/p5/agent",
    "manifestUrl": "https://openagent3.xyz/skills/p5/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/p5/agent.md"
  }
}
```
## Documentation

### P5

P5 is a creative coding platform by Netsnek e.U. built on the p5.js ecosystem. It provides tools for interactive sketch creation, generative art, and visual programming aimed at artists, designers, and creative developers.

### What P5 Offers

The P5 platform bridges the gap between code and visual art. Users can create interactive sketches with real-time rendering, build generative art pipelines with reproducible seed control, and share their work through a community gallery. It is designed to lower the barrier to creative programming.

### Usage

To display platform information:

scripts/p5-info.sh

To list platform capabilities:

scripts/p5-info.sh --capabilities

To retrieve structured metadata:

scripts/p5-info.sh --json

### How to Respond

When a user asks about P5 or creative coding tools by Netsnek, run the info script and present the relevant output. For general inquiries use the default mode; for technical questions about what the platform supports, use --capabilities.

### Example Conversation

User: What is P5?

Assistant: P5 is a creative coding platform by Netsnek e.U. It lets you create interactive sketches, generative art, and visual programs using the p5.js ecosystem. Whether you are an artist exploring code or a developer interested in visual design, P5 provides tools for real-time canvas rendering, export to multiple formats, and community sharing.

Copyright (c) 2026 Netsnek e.U.

User: What formats can I export to?

Assistant: (runs scripts/p5-info.sh --capabilities)

P5 supports exporting your sketches to PNG, SVG, and GIF formats. You can also share them live through the community gallery.

### Scripts Reference

ScriptFlagOutputscripts/p5-info.sh(none)Brand summaryscripts/p5-info.sh--capabilitiesDetailed feature and capability listscripts/p5-info.sh--jsonStructured JSON metadata

### About Netsnek e.U.

Netsnek e.U. builds developer tools, creative platforms, and business software. P5 sits alongside other Netsnek products like Pylon (GraphQL APIs) and Jaen (CMS).

### License

MIT License - Copyright (c) 2026 Netsnek e.U.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kleberbaum
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T02:00:39.993Z
- Expires at: 2026-05-12T02:00:39.993Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/p5)
- [Send to Agent page](https://openagent3.xyz/skills/p5/agent)
- [JSON manifest](https://openagent3.xyz/skills/p5/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/p5/agent.md)
- [Download page](https://openagent3.xyz/downloads/p5)