Agent Plugins Marketplace
All plugins

auravms-agent-plugin

v0.1.2

Guarded AuraVMS procurement workflows for RFQs, suppliers, quotations, reminders, and purchase orders.

CodexAgent Plugins1 Skill1 MCP serverstdio

By Dhrumil BarotLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 1, 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 auravms-agent-plugin 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 auravms-agent-plugin@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/barotdhrumil21/auravms-agent-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

auravms-agent-plugin/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/auravms-procurement/SKILL.md
└── .mcp.json

Included Skills1

auravms-procurementskills/auravms-procurement/SKILL.md

Manage AuraVMS suppliers, RFQs, supplier quotations, reminders, and purchase orders through its documented API and MCP server. Use for AuraVMS procurement workflows; do not use for unrelated purchasing systems.

MCP servers1

auravmsstdio
command
npx
args
-y auravms-mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "auravms-agent-plugin",
  "version": "0.1.2",
  "description": "Guarded AuraVMS procurement workflows for RFQs, suppliers, quotations, reminders, and purchase orders.",
  "author": {
    "name": "Dhrumil Barot",
    "email": "[email protected]",
    "url": "https://www.auravms.com"
  },
  "homepage": "https://www.auravms.com/agents",
  "repository": "https://github.com/barotdhrumil21/auravms-agent-plugin",
  "license": "MIT",
  "keywords": [
    "procurement",
    "rfq",
    "suppliers",
    "mcp",
    "agent"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "AuraVMS Procurement",
    "shortDescription": "Run guarded RFQ and supplier quotation workflows.",
    "longDescription": "Adds the AuraVMS procurement skill and MCP server for supplier discovery, draft RFQs, quotation comparison, reminders, awards, and RFQ closure.",
    "developerName": "AuraVMS",
    "category": "Productivity",
    "capabilities": [
      "Read suppliers, RFQs, and quotations",
      "Draft and send confirmed RFQs",
      "Compare quotes and place confirmed orders"
    ],
    "websiteURL": "https://www.auravms.com",
    "privacyPolicyURL": "https://www.auravms.com/privacy-policy",
    "termsOfServiceURL": "https://www.auravms.com/terms-conditions",
    "defaultPrompt": "Use AuraVMS to run this procurement task. Inspect records first and confirm before contacting suppliers or placing orders."
  },
  "mcpServers": "./.mcp.json"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "auravms-agent-plugin",
  "version": "0.1.2",
  "description": "Guarded AuraVMS procurement workflows for RFQs, suppliers, quotations, reminders, and purchase orders.",
  "author": {
    "name": "Dhrumil Barot",
    "email": "[email protected]",
    "url": "https://www.auravms.com"
  },
  "homepage": "https://www.auravms.com/agents",
  "repository": "https://github.com/barotdhrumil21/auravms-agent-plugin",
  "license": "MIT",
  "keywords": [
    "procurement",
    "rfq",
    "suppliers",
    "mcp",
    "agent"
  ]
}

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

[auravms-agent-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/auravms-agent-plugin)