Skip to content

HuanLinOTO/dsh-plugin-aigc-canvas

50Last commit Aug 15, 2026

dsh-plugin-aigc-canvas DSH plugin

This installable DSH plugin exposes tools for image, video, and audio generation while storing prompts, media elements, and provenance links on a per-session canvas. Its optional better-sidebar tab displays the canvas and receives updates over HTTP and WebSocket. The current backend is a local stub that produces synthetic media bytes rather than calling a real AIGC provider.

How to install the dsh-plugin-aigc-canvas DSH plugin

dsh plugin --profile web add @huanlin/dsh-plugin-aigc-canvas

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-plugin-aigc-canvas DSH plugin can do

  • Provides text-to-image, text-to-video, first/last-frame-to-video, multi-reference-to-video, and text-to-audio tools.
  • Stores canvas elements and directed links between prompts, references, and generated outputs.
  • Lists the current session canvas snapshot through a read-only tool.
  • Persists each session's canvas state and generated media under .dsh-aigc-canvas.
  • Registers an optional better-sidebar canvas tab with HTTP snapshot loading and WebSocket updates.
  • Resolves the configured API-key reference through DSH credentials before process environment variables.

Where the dsh-plugin-aigc-canvas DSH plugin fits

  • Track prompt-to-media provenance across multi-step generation workflows.
  • Generate and organize image, video, and audio placeholders within a DSH session.
  • Use generated media UUIDs as references for first/last-frame or multi-reference video workflows.
  • Review a persisted session canvas after restarting DSH.

Who the dsh-plugin-aigc-canvas DSH plugin is for

  • DeepSeek Harness users building AIGC-oriented agent workflows.
  • Users of dsh-better-sidebar who want a visual session canvas.
  • Developers extending the stub backend with a real media-generation provider.

dsh-plugin-aigc-canvas DSH plugin limitations

  • The implemented backend is a stub: non-stub base URLs return a backend-error with HTTP 501.
  • Stub output is synthetic PNG, MP4, or MP3 bytes rather than real provider-generated media.
  • The canvas uses a vertical flow view rather than a graph layout; edges are displayed as chips rather than SVG lines.
  • Canvas elements cannot be deleted or edited through the plugin.
  • Without dsh-better-sidebar, tools and element storage work but the canvas visualization is unavailable.
  • Requires Node.js 20 or later.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 2 runtime, 21 development, 14 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license not declared

    GitHub did not report an SPDX license for this repository snapshot.

    low
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-plugin-aigc-canvas DSH plugin alternatives

dsh-plugin-aigc-canvas DSH plugin questions

What is the dsh-plugin-aigc-canvas DSH plugin?

dsh-plugin-aigc-canvas is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-plugin-aigc-canvas DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-plugin-aigc-canvas use?

The snapshot records web as the dsh-plugin-aigc-canvas profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-plugin-aigc-canvas compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-plugin-aigc-canvas fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-plugin-aigc-canvas?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.