Agent Plugins Marketplace
All plugins

canvas-apps-plugin-codex

v1.0.0

Build and edit Power Apps Canvas Apps from natural language using Codex and the Canvas Authoring MCP server.

Codex4 Skills

By Ratnam Mishra1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 22, 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 canvas-apps-plugin-codex for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add canvas-apps-plugin-codex@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “canvas-apps-plugin-codex” remain stable.

  • Codex: canvas-apps-plugin-codex@agent-plugin-marketplacecanvas-apps-plugin-codex@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/Ratnam-Mishra/canvas-apps-plugin-codex/.

Plugin files

plugins/Ratnam-Mishra/canvas-apps-plugin-codex/
├── .codex-plugin/plugin.json
├── skills/add-data-source/SKILL.md
├── skills/configure-canvas-mcp/SKILL.md
├── skills/edit-canvas-app/SKILL.md
└── skills/generate-canvas-app/SKILL.md

Included Skills4

add-data-sourceskills/add-data-source/SKILL.md

Guide the user to add a data source, connection, or API connector to a Canvas App via Power Apps Studio, then verify and continue. USE WHEN the user asks to add a data source, add a connection, add an API, add a connector, connect to SharePoint / Dataverse / SQL / Excel / OneDrive / Teams / Office 365, or any similar request to make new data available to the app. DO NOT USE WHEN the user is asking to list or describe existing data sources — call list_data_sources or list_apis directly instead.

configure-canvas-mcpskills/configure-canvas-mcp/SKILL.md

Configure the Canvas Authoring MCP server for Codex CLI. USE WHEN the user says "configure MCP", "set up MCP server", "MCP not working", "connect Canvas Apps MCP", "canvas-authoring not available", "set up canvas apps". DO NOT USE WHEN prerequisites are missing — direct the user to install .NET 10 SDK first.

edit-canvas-appskills/edit-canvas-app/SKILL.md

Edit an existing Power Apps canvas app. USE WHEN the user wants to modify, update, change, or edit an existing Canvas App or pa.yaml files.

generate-canvas-appskills/generate-canvas-app/SKILL.md

Generate a complete, visually distinctive Power Apps canvas app with YAML. USE WHEN the user wants to create, build, or generate a Canvas App or pa.yaml files.

Plugin manifests1

plugins/Ratnam-Mishra/canvas-apps-plugin-codex/.codex-plugin/plugin.json
{
  "name": "canvas-apps-plugin-codex",
  "version": "1.0.0",
  "description": "Build and edit Power Apps Canvas Apps from natural language using Codex and the Canvas Authoring MCP server.",
  "author": {
    "name": "Ratnam Mishra"
  },
  "keywords": [
    "power-apps",
    "canvas-apps",
    "mcp",
    "power-fx",
    "pa-yaml"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Canvas Apps",
    "shortDescription": "Power Apps Canvas App generation and editing",
    "longDescription": "Generate, edit, and validate Power Apps Canvas Apps through Codex skills backed by the Canvas Authoring MCP server and .pa.yaml source files.",
    "developerName": "Ratnam Mishra",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Configure the Canvas Authoring MCP server",
      "Generate a Power Apps canvas app from requirements",
      "Edit an existing canvas app from Studio"
    ],
    "brandColor": "#0078D4",
    "composerIcon": "./assets/plugin-icon.svg",
    "logo": "./assets/plugin-logo.svg",
    "screenshots": []
  }
}

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

[canvas-apps-plugin-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/canvas-apps-plugin-codex)