Agent Plugins Marketplace
All plugins

intent

v0.2.0+codex.20260828034650

Route ordinary shopping requests from Codex into Intent's live, human-controlled WebMCP purchase flow.

Codex1 Skill

By Gowtham SarveswaranLicense: MIT0 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 31, 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 intent for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add intent@agent-plugin-marketplace

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

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/gowtham0992/intent

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

Plugin files

plugins/intent/
├── .codex-plugin/plugin.json
└── skills/intent-shopping/SKILL.md

Included Skills1

intent-shoppingskills/intent-shopping/SKILL.md

Route a physical-product shopping request through Intent's live WebMCP decision room. Use when the user asks Codex to find, compare, choose, shop for, or prepare checkout for a product with preferences or a budget. Do not use for general product research without shopping intent, digital services, or completing payment.

Plugin manifests1

plugins/intent/.codex-plugin/plugin.json
{
  "name": "intent",
  "version": "0.2.0+codex.20260828034650",
  "description": "Route ordinary shopping requests from Codex into Intent's live, human-controlled WebMCP purchase flow.",
  "author": {
    "name": "Gowtham Sarveswaran",
    "url": "https://github.com/gowtham0992"
  },
  "homepage": "https://intent-commerce.gowtham0992.chatgpt.site/intent",
  "repository": "https://github.com/gowtham0992/intent",
  "license": "MIT",
  "keywords": [
    "webmcp",
    "commerce",
    "shopping",
    "authorization",
    "ucp"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Intent",
    "shortDescription": "Shop through human-controlled agent authority.",
    "longDescription": "Intent routes a natural-language shopping request into a shared WebMCP decision room, then exposes one exact checkout capability only after the human approves it.",
    "developerName": "Gowtham Sarveswaran",
    "category": "Shopping",
    "capabilities": [
      "WebMCP",
      "Interactive",
      "Commerce"
    ],
    "brandColor": "#C8FF2E",
    "composerIcon": "./assets/intent-mark-v2.png",
    "logo": "./assets/intent-mark-v2.png",
    "websiteURL": "https://intent-commerce.gowtham0992.chatgpt.site/intent",
    "defaultPrompt": "Find me a reliable 65W USB-C charger for my MacBook under $60."
  }
}

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

[intent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/intent)