Agent Plugins Marketplace
All plugins

dreamina-canvas

v0.2.0+codex.20260922

Build and run Dreamina Canvas node graphs and timelines with approval-aware execution, recovery, and verified assets.

CodexAgent Plugins14 Skills

By Full Stack Skills / PartMe.AILicense: Apache-2.00 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
14 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dreamina-canvas for Codex

Installs for the current user
codex plugin marketplace add full-aigc-plugins/dreamina-canvas-plugin
codex plugin marketplace upgrade partme-ai-dreamina-canvas
codex plugin add dreamina-canvas@partme-ai-dreamina-canvas

Paste and run these commands in a terminal with Codex. They add and refresh the partme-ai-dreamina-canvas catalog, then install this plugin.

Compatibility: the page URL and API slug “dreamina-canvas-2” remain stable.

  • Codex: dreamina-canvas-2@agent-plugin-marketplacedreamina-canvas@partme-ai-dreamina-canvas

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/full-aigc-plugins/dreamina-canvas-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

dreamina-canvas/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/dreamina-canvas-auth/SKILL.md
├── skills/dreamina-canvas-cli/SKILL.md
├── skills/dreamina-canvas-compose/SKILL.md
├── skills/dreamina-canvas-create/SKILL.md
├── skills/dreamina-canvas-discover-models/SKILL.md
├── skills/dreamina-canvas-download-assets/SKILL.md
├── skills/dreamina-canvas-generate-audio/SKILL.md
├── skills/dreamina-canvas-generate-image/SKILL.md
├── skills/dreamina-canvas-generate-video/SKILL.md
├── skills/dreamina-canvas-harness/SKILL.md
├── skills/dreamina-canvas-manage-timeline/SKILL.md
├── skills/dreamina-canvas-quote-and-run/SKILL.md
├── skills/dreamina-canvas-resume-operation/SKILL.md
└── skills/dreamina-canvas-use/SKILL.md

Included Skills14

dreamina-canvas-authskills/dreamina-canvas-auth/SKILL.md

Use when an agent or script must check, refresh, or recover Dreamina Canvas authentication, distinguish local login state from server-recognized identity, and isolate credentials across profiles. Never prints or persists tokens.

dreamina-canvas-cliskills/dreamina-canvas-cli/SKILL.md

Use when an agent must install, verify, update, or invoke dreamina-canvas and safely construct argv, route exit codes, separate stdout/stderr, persist identifiers, and avoid hard-coded catalogs.

dreamina-canvas-composeskills/dreamina-canvas-compose/SKILL.md

Use when an agent or script must save a multi-node Canvas graph (Text, Element, Image, Video, Audio, Timeline) for later approval, without performing any paid execution. Owns dependency order and batch planning.

dreamina-canvas-createskills/dreamina-canvas-create/SKILL.md

Use when an agent or script must create, list, or select a Dreamina Canvas. Owns the idempotent --project-id rule: every concurrent or cross-process retry must reuse the same lowercase UUID; never depend on the local --use context from another process.

dreamina-canvas-discover-modelsskills/dreamina-canvas-discover-models/SKILL.md

Use when an agent must look up the live set of available generation models, voices, ratios, resolutions, durations, batch limits, and per-model requirements for the dreamina-canvas CLI. Never accepts hard-coded model or voice names from outside the current discovery payload.

dreamina-canvas-download-assetsskills/dreamina-canvas-download-assets/SKILL.md

Use when an agent or script must register a local file as a Dreamina Canvas project resource (`resource upload`, with a stable idempotent resourceId), or verify the readiness of a generated Canvas resource and download it to a user-approved path with a verifiable SHA-256 and byte count. Never persists signed URLs.

dreamina-canvas-generate-audioskills/dreamina-canvas-generate-audio/SKILL.md

Use when an agent or script must save or run a Dreamina Canvas audio node in either TTS or music mode. Forbids --count, requires --voice-name for TTS, and refuses an implicit default model for music.

dreamina-canvas-generate-imageskills/dreamina-canvas-generate-image/SKILL.md

Use when an agent or script must save or run a Dreamina Canvas image node (t2i or i2i), compose ordered node: and res: references, separate generation edits from sparse metadata edits, and hand off paid execution to dreamina-canvas-quote-and-run.

dreamina-canvas-generate-videoskills/dreamina-canvas-generate-video/SKILL.md

Use when an agent or script must save or run a Dreamina Canvas video node with mode t2v, first_last_frame, or m2v. Never accepts i2v or multi_modal as a mode. Preserves user-requested ratios only when the discovered model contract permits them.

dreamina-canvas-harnessskills/dreamina-canvas-harness/SKILL.md

Dreamina Canvas invocation spec for WorkBuddy - the dreamina-canvas CLI (auth, create/compose, generate image/video/audio, timeline management, quote-and-run, resume), asset download and model discovery. Read this before any canvas creation task.

dreamina-canvas-manage-timelineskills/dreamina-canvas-manage-timeline/SKILL.md

Use when an agent or script must build or edit a Dreamina Canvas timeline (visual clips and audio clips). Warns before track replacement because the server drops uncommitted changes and regenerates clip identities.

dreamina-canvas-quote-and-runskills/dreamina-canvas-quote-and-run/SKILL.md

Use when an agent or script must quote, confirm, and run a saved Dreamina Canvas node, bind approval to an exact quote and credit ceiling, and never mint a new submitId for recovery.

dreamina-canvas-resume-operationskills/dreamina-canvas-resume-operation/SKILL.md

Use when an agent or script must continue, observe, or recover a Dreamina Canvas async operation by its submitId, never by minting a new submitId. Owns the operation state machine and the resubmittable invariant.

dreamina-canvas-useskills/dreamina-canvas-use/SKILL.md

Use when an agent or user wants the canonical Dreamina Canvas end-to-end workflow without naming a specific Skill. Routes to the smallest applicable Skill chain and reports saved drafts, quoted amounts, approval, submission acceptance, terminal completion, and verified artifacts.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "dreamina-canvas",
  "version": "0.2.0+codex.20260922",
  "description": "Build and run Dreamina Canvas node graphs and timelines with approval-aware execution, recovery, and verified assets.",
  "author": {
    "name": "Full Stack Skills / PartMe.AI",
    "url": "https://github.com/partme-ai"
  },
  "homepage": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin",
  "repository": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "dreamina",
    "canvas",
    "creative-workflow",
    "timeline",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Dreamina Canvas",
    "shortDescription": "Build and run structured Dreamina canvases",
    "longDescription": "Build Dreamina canvases from typed nodes and timelines, discover live capabilities, separate free saves from quoted runs, resume stable operations, and download verified assets.",
    "developerName": "Full Stack Skills / PartMe.AI",
    "category": "Creativity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin",
    "privacyPolicyURL": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin/blob/main/TERMS.md",
    "defaultPrompt": [
      "Create a Dreamina canvas and save a draft without spending credits",
      "Compose image video and audio nodes into a timeline",
      "Quote this canvas run and wait for my approval"
    ],
    "brandColor": "#25E1FB",
    "composerIcon": "./assets/composer-icon.png",
    "logo": "./assets/official-logo.png",
    "logoDark": "./assets/official-logo.png",
    "screenshots": []
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dreamina-canvas",
  "version": "0.2.0",
  "description": "Build and run Dreamina Canvas node graphs and timelines with approval-aware execution, recovery, and verified assets.",
  "author": {
    "name": "Full Stack Skills / PartMe.AI",
    "url": "https://github.com/partme-ai"
  },
  "homepage": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin",
  "repository": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "dreamina",
    "canvas",
    "creative-workflow",
    "timeline",
    "codex"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Dreamina Canvas",
        "shortDescription": "Build and run structured Dreamina canvases",
        "longDescription": "Build Dreamina canvases from typed nodes and timelines, discover live capabilities, separate free saves from quoted runs, resume stable operations, and download verified assets.",
        "developerName": "Full Stack Skills / PartMe.AI",
        "category": "Creativity",
        "capabilities": [
          "Interactive",
          "Read",
          "Write"
        ],
        "websiteURL": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin",
        "privacyPolicyURL": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin/blob/main/PRIVACY.md",
        "termsOfServiceURL": "https://github.com/full-aigc-plugins/dreamina-canvas-plugin/blob/main/TERMS.md",
        "defaultPrompt": [
          "Create a Dreamina canvas and save a draft without spending credits",
          "Compose image video and audio nodes into a timeline",
          "Quote this canvas run and wait for my approval"
        ],
        "brandColor": "#25E1FB",
        "composerIcon": "./assets/composer-icon.png",
        "logo": "./assets/official-logo.png",
        "logoDark": "./assets/official-logo.png",
        "screenshots": []
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dreamina-canvas on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dreamina-canvas-2)