Skip to content

Add link-cli inspect#211

Draft
raubrey-stripe wants to merge 1 commit into
mainfrom
raubrey/inspect
Draft

Add link-cli inspect#211
raubrey-stripe wants to merge 1 commit into
mainfrom
raubrey/inspect

Conversation

@raubrey-stripe

Copy link
Copy Markdown
Contributor

A key pain point in purchasing today is discovering the optimal way to pay. The link-cli skill attempts to guide agents through this process, but it can be slow - often times when I saw "Contribute $0.50 to climate.stripe.dev" the agent tries curling the URL for a 402, sometimes it fetches the homepage content, etc.

Many payment methods/protocols have more deterministic discovery mechanisms (though some are nascent)

  • UCP has .well-known/ucp profiles
  • MPP has api/openapi.json
  • x402 has .well-known/x402.json
  • many more now and to come!

This PR adds a link-cli inspect <url> command to provide a more deterministic, fast inspection of the available options. It goes down the above list in roughly this order and reports back what's available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant