Bundle Pluginsource linked

KPainter OpenClaw Bundlev0.1.5

OpenClaw bundle metadata for KPainter explainer videos, slides, images, and interactive lessons. Latest image support includes GPT-Image-2.

kpainter-openclaw-bundle·runtime kpainter-openclaw-bundle·by @bbgasj
openclaw bundles install clawhub:kpainter-openclaw-bundle
Latest release: v0.1.5Download zip

Capabilities

Bundle format
openclaw-bundle
Host targets
desktopmobile
Runtime ID
kpainter-openclaw-bundle

Compatibility

Built With Open Claw Version
2026.3.22
Min Gateway Version
2026.3.22
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the included files (bundle manifests, README, package.json). Nothing in the package requests unrelated capabilities (no binaries, env vars, or external installs).
Instruction Scope
SKILL.md only instructs local validation steps (jq on the package files and npm pack --dry-run) and suggests a publish command. There are no instructions to read unrelated system files, exfiltrate data, or call external endpoints.
Install Mechanism
No install spec or code files are present; this is instruction-only metadata and does not write or execute code on install.
Credentials
The skill requires no environment variables or credentials. The bundle manifest contains a link labeled apiKey, but this is only a documentation link and not a runtime credential request.
Persistence & Privilege
always is false and the skill does not request persistent system presence or alter other skill configurations. Autonomous invocation is allowed by default, but there is no code here to act on that capability.
Assessment
This bundle is metadata-only and appears safe to install. It does not contain executable code or request credentials. If you intend to use KPainter features, review the referenced 'kpainter' and 'kpainter-openclaw' packages (and their homepage) before granting any API keys or secrets, since runtime behavior would come from those packages rather than this bundle.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
d26ea8c1dbe0
Tag
refs/heads/main
Provenance
No
Scan status
clean

Tags

latest
0.1.5

KPainter OpenClaw Bundle

OpenClaw bundle-plugin package for KPainter.

What it is

This package is a lightweight bundle-family metadata pack for KPainter's OpenClaw distribution surface.

It does not execute code. Instead, it declares:

  • bundle-family package identity separate from the kpainter skill and the kpainter-openclaw code plugin
  • host targets for desktop and mobile
  • a small bundle manifest describing what this package is meant to accompany

This is useful when a downstream host or marketplace flow wants a bundle-only artifact line without overloading the code-plugin package name.

Files

  • package.json
  • openclaw.bundle.json
  • dist/bundle-manifest.json
  • dist/README.md

Current intent

This bundle currently acts as a distribution metadata pack that points to the real KPainter surfaces:

  • skill: kpainter
  • code plugin: kpainter-openclaw
  • homepage: https://kpainter.ai/

Validation

Before publishing:

cd plugins/kpainter-openclaw-bundle
jq . package.json >/dev/null
jq . openclaw.bundle.json >/dev/null
jq . dist/bundle-manifest.json >/dev/null
npm pack --dry-run

Suggested publish command

clawhub package publish ./plugins/kpainter-openclaw-bundle \
  --family bundle-plugin \
  --name kpainter-openclaw-bundle \
  --display-name "KPainter OpenClaw Bundle" \
  --version 0.1.5 \
  --bundle-format openclaw-bundle \
  --host-targets desktop,mobile \
  --changelog "Shorten bundle summaries and keep GPT-Image-2 as a trailing note"

Current caveats

  • This package is intentionally bundle-only metadata, not a runnable plugin.
  • If KPainter later needs host-specific assets or a concrete bundle binary layout, publish a new version that adds those artifacts under the same package name.