plugins marketplace
← All plugins

myregistry-com

v1.0.3

MyRegistry.com helps make gift-giving easy for friends & family to get you the gifts you really want!

Codex

by MyRegistry.comMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/myregistry-com/ inside the repository.

Layout

plugins/myregistry-com/
└── .codex-plugin/plugin.json

Manifests1

plugins/myregistry-com/.codex-plugin/plugin.json
{
  "name": "myregistry-com",
  "version": "1.0.3",
  "description": "MyRegistry.com helps make gift-giving easy for friends & family to get you the gifts you really want!",
  "author": {
    "name": "MyRegistry.com",
    "url": "https://www.myregistry.com/"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "MyRegistry.com",
    "shortDescription": "MyRegistry.com helps make gift-giving easy for friends & family to get you the gifts you really want!",
    "longDescription": "MyRegistry.com helps make gift-giving easy for friends & family to get you the gifts you really want! Create a universal gift list for weddings, baby showers, birthdays, or any celebration and add gifts from any store.",
    "developerName": "MyRegistry.com",
    "category": "Other",
    "capabilities": [],
    "defaultPrompt": [
      "Find the relevant registry details in MyRegistry.com"
    ],
    "screenshots": [],
    "websiteURL": "https://www.myregistry.com/",
    "privacyPolicyURL": "https://www.myregistry.com/Info/Privacy.aspx",
    "termsOfServiceURL": "https://www.myregistry.com/Info/terms.aspx",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  },
  "homepage": "https://www.myregistry.com/"
}