dreamina-canvas
v0.1.2Build and run Dreamina Canvas node graphs and timelines with approval-aware execution, recovery, and verified assets.
By Full Stack Skills / PartMe.AILicense: Apache-2.00 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 13 skill or MCP entries
- Source updated
- Sep 18, 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
codex plugin marketplace add partme-ai/partme-dreamina-canvas
codex plugin marketplace upgrade partme-ai-dreamina-canvas
codex plugin add dreamina-canvas@partme-ai-dreamina-canvasPaste 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” remain stable.
- Codex:
dreamina-canvas@agent-plugin-marketplace→dreamina-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/partme-ai/partme-dreamina-canvasClone 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
├── .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-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 Skills13
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.
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.
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.
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.
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.
Use when an agent or script must verify the readiness of a generated Dreamina Canvas resource and download it to a user-approved path, producing a verifiable SHA-256 and byte count. Never persists signed URLs.
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.
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.
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.
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.
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.
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.
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
{
"name": "dreamina-canvas",
"version": "0.1.2",
"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/partme-ai/partme-dreamina-canvas",
"repository": "https://github.com/partme-ai/partme-dreamina-canvas",
"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/partme-ai/partme-dreamina-canvas",
"privacyPolicyURL": "https://github.com/partme-ai/partme-dreamina-canvas/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/partme-ai/partme-dreamina-canvas/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": []
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dreamina-canvas",
"version": "0.1.2",
"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/partme-ai/partme-dreamina-canvas",
"repository": "https://github.com/partme-ai/partme-dreamina-canvas",
"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/partme-ai/partme-dreamina-canvas",
"privacyPolicyURL": "https://github.com/partme-ai/partme-dreamina-canvas/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/partme-ai/partme-dreamina-canvas/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": []
}
}
}
}For maintainers
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)