Skip to content

Commit 8d3f2c2

Browse files
Update commerce-api skill to utilize godaddy cli (#1341)
* Update commerce-api skill to utilize godaddy cli * update readme
1 parent 91b9129 commit 8d3f2c2

3 files changed

Lines changed: 111 additions & 214 deletions

File tree

.changeset/purple-aliens-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@godaddy/react": patch
3+
---
4+
5+
Update commerce api skill to utilize godaddy cli as api source

packages/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,14 @@ All fields are optional strings. Pass any subset to override the defaults.
186186

187187
## AI Agent Skills
188188

189-
This package ships a [TanStack Intent](https://tanstack.com/intent/latest) skill that teaches AI coding agents how to connect to the GoDaddy Commerce GraphQL APIs (Orders, Catalog, Taxes, Price Adjustments).
189+
This package ships a [TanStack Intent](https://tanstack.com/intent/latest) skill that teaches AI coding agents how to authenticate with the GoDaddy Commerce Platform using OAuth2 client credentials and create checkout sessions. For API discovery and testing, the skill directs agents to use [`@godaddy/cli`](https://www.npmjs.com/package/@godaddy/cli).
190190

191191
### Loading the skill
192192

193193
Tell your agent:
194194

195195
```
196-
Read node_modules/@godaddy/react/skills/commerce-api/SKILL.md and use it to connect to the GoDaddy Commerce APIs.
196+
Read node_modules/@godaddy/react/skills/commerce-api/SKILL.md and use it to authenticate with the GoDaddy Commerce APIs.
197197
```
198198

199199
### Automatic discovery

0 commit comments

Comments
 (0)