Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
{
"name": "godaddy",
"source": "./",
"description": "Build GoDaddy-powered experiences with Commerce storefront and payments skills.",
"description": "Build GoDaddy-powered experiences with Domains CLI, storefront, and payments skills.",
"version": "0.1.0",
"author": {
"name": "GoDaddy"
},
"homepage": "https://github.com/godaddy/commerce-agent-plugin",
"keywords": [
"godaddy",
"domains",
"dns",
"cli",
"commerce",
"storefront",
"payments",
Expand Down
5 changes: 4 additions & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "godaddy",
"description": "GoDaddy tools for Claude Code, starting with storefront and payments skills backed by production Commerce capabilities.",
"description": "GoDaddy tools for Claude Code, including the Domains CLI plus Commerce storefront and payments skills.",
"version": "0.1.0",
"author": {
"name": "GoDaddy"
Expand All @@ -9,6 +9,9 @@
"repository": "https://github.com/godaddy/commerce-agent-plugin",
"keywords": [
"godaddy",
"domains",
"dns",
"cli",
"commerce",
"storefront",
"payments",
Expand Down
15 changes: 9 additions & 6 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "godaddy",
"version": "0.1.0+codex.20260806225047",
"description": "Build with GoDaddy using Commerce skills and production MCP capabilities.",
"version": "0.1.0+codex.20260806231842",
"description": "Build with GoDaddy using Domains CLI, Commerce skills, and production MCP capabilities.",
"author": {
"name": "GoDaddy",
"url": "https://www.godaddy.com/"
Expand All @@ -10,6 +10,9 @@
"repository": "https://github.com/godaddy/commerce-agent-plugin",
"keywords": [
"godaddy",
"domains",
"dns",
"cli",
"commerce",
"storefront",
"payments",
Expand All @@ -21,20 +24,20 @@
"interface": {
"displayName": "GoDaddy",
"shortDescription": "Build GoDaddy-powered digital experiences",
"longDescription": "Use GoDaddy skills and production MCP tools to build digital experiences. The initial Commerce skills cover dynamic storefronts, catalog integration, secure checkout handoffs, and payment flows.",
"longDescription": "Use GoDaddy skills, the gddy Domains CLI, and production MCP tools to find and manage domains, build dynamic storefronts, integrate catalogs, and implement secure checkout and payment flows.",
"developerName": "GoDaddy",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://www.godaddy.com/commerce",
"websiteURL": "https://developer.godaddy.com/en",
"privacyPolicyURL": "https://www.godaddy.com/legal/agreements/privacy-policy",
"termsOfServiceURL": "https://www.godaddy.com/legal/agreements/universal-terms-of-service-agreement",
"defaultPrompt": [
"Find and safely register a domain with gddy.",
"Build a storefront from my GoDaddy Commerce catalog.",
"Add a secure checkout and payment flow.",
"Audit this commerce UI for catalog and payment correctness."
"Add a secure checkout and payment flow."
],
"brandColor": "#09757A"
}
Expand Down
5 changes: 4 additions & 1 deletion .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
{
"name": "godaddy",
"source": "./",
"description": "Build GoDaddy-powered experiences with Commerce storefront and payments skills.",
"description": "Build GoDaddy-powered experiences with Domains CLI, storefront, and payments skills.",
"version": "0.1.0",
"author": {
"name": "GoDaddy"
},
"homepage": "https://github.com/godaddy/commerce-agent-plugin",
"keywords": [
"godaddy",
"domains",
"dns",
"cli",
"commerce",
"storefront",
"payments",
Expand Down
5 changes: 4 additions & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "godaddy",
"description": "GoDaddy tools for Cursor, starting with storefront and payments skills backed by production Commerce capabilities.",
"description": "GoDaddy tools for Cursor, including the Domains CLI plus Commerce storefront and payments skills.",
"version": "0.1.0",
"author": {
"name": "GoDaddy"
Expand All @@ -9,6 +9,9 @@
"repository": "https://github.com/godaddy/commerce-agent-plugin",
"keywords": [
"godaddy",
"domains",
"dns",
"cli",
"commerce",
"storefront",
"payments",
Expand Down
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# GoDaddy AI Toolkit

One installable `godaddy` agent plugin for building with GoDaddy. The toolkit
starts with two Commerce skills and the production GoDaddy Commerce MCP server:
starts with the GoDaddy Domains CLI skill, two Commerce skills, and the
production GoDaddy Commerce MCP server:

```text
skills/gddy domain search, registration, and DNS through the CLI
skills/storefront catalog, product detail, cart, and checkout handoff
skills/payments checkout, payment lifecycle, and transaction work
examples/storefront runnable reference implementation
Expand Down Expand Up @@ -58,7 +60,9 @@ codex plugin add godaddy@godaddy-ai-toolkit
```

Start a new thread after installation or an update. Codex will load the
`godaddy:storefront` and `godaddy:payments` skills and the Commerce MCP tools.
`godaddy:gddy`, `godaddy:storefront`, and `godaddy:payments` skills and the
Commerce MCP tools. The `gddy` skill checks the locally installed CLI and guides
its separate browser authentication only when a domain task needs it.

## Host entry points

Expand All @@ -72,9 +76,9 @@ The root layout follows the same one-toolkit pattern across agent hosts:
- `package.json#pi.skills` for Pi

Install this repository root when a host supports installing a plugin from a
Git URL. The skills contain the workflow knowledge; the MCP connection exposes
account-specific Commerce capabilities. Hosts remain responsible for OAuth and
credential storage.
Git URL. The skills contain workflow knowledge; `gddy` provides account-aware
Domains operations and the MCP connection exposes account-specific Commerce
capabilities. Hosts remain responsible for OAuth and credential storage.

## Production boundary

Expand All @@ -92,12 +96,13 @@ npm run validate
```

This checks the single root plugin, cross-host manifest agreement, marketplace
sources, Commerce skills, OAuth configuration, relative links, and the public
sources, required skills, OAuth configuration, relative links, and the public
production boundary. The reference storefront has separate tests, typechecks,
and a production build.

See [the toolkit plan](docs/toolkit-plan.md) for the architecture and expansion
rules.
rules, and [the developer-platform skill map](docs/developer-platform-skill-map.md)
for the page-by-page documentation audit.

> Status: pre-release. Public-release governance and cross-host compatibility
> testing are still required.
Loading
Loading