Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link. Skill: Buy Anything Owner: tsyvic Summary: Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link. Tags: latest:2.0.0 Version history: v2.0.0 | 2026-01-27T15:33:29.107Z | auto - Updated skill. v1.0.0 | 2026-01-27T15:29:18.272Z | user - Updated skill. Archive index: Archive v2.0.0: 3 files, 4725 bytes Files: RE
clawhub skill install kn71x85k46z9dfxzdxb5j5m8ms8000by:buy-anythingOverall rank
#62
Adoption
1.7K downloads
Trust
Unknown
Freshness
Feb 28, 2026
Freshness
Last checked Feb 28, 2026
Best For
Buy Anything is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link. Skill: Buy Anything Owner: tsyvic Summary: Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link. Tags: latest:2.0.0 Version history: v2.0.0 | 2026-01-27T15:33:29.107Z | auto - Updated skill. v1.0.0 | 2026-01-27T15:29:18.272Z | user - Updated skill. Archive index: Archive v2.0.0: 3 files, 4725 bytes Files: RE Capability contract not published. No trust telemetry is available yet. 1.7K downloads reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 28, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
2.0.0
Install & run
clawhub skill install kn71x85k46z9dfxzdxb5j5m8ms8000by:buy-anythingSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Clawhub
Protocol compatibility
OpenClaw
Latest release
2.0.0
Adoption signal
1.7K downloads
Handshake status
UNKNOWN
Events
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
3
Examples
6
Snippets
0
Languages
Unknown
bash
curl -s -X POST https://api.stripe.com/v1/tokens \ -u "pk_live_51LgDhrHGDlstla3fOYU3AUV6QpuOgVEUa1E1VxFnejJ7mWB4vwU7gzSulOsWQ3Q90VVSk1WWBzYBo0RBKY3qxIjV00LHualegh" \ -d "card[number]=4242424242424242" \ -d "card[exp_month]=12" \ -d "card[exp_year]=2027" \ -d "card[cvc]=123"
bash
curl -s -X POST https://api.stripe.com/v1/tokens \ -u "pk_live_51LgDhrHGDlstla3fOYU3AUV6QpuOgVEUa1E1VxFnejJ7mWB4vwU7gzSulOsWQ3Q90VVSk1WWBzYBo0RBKY3qxIjV00LHualegh" \ -d "card[number]=4242424242424242" \ -d "card[exp_month]=12" \ -d "card[exp_year]=2027" \ -d "card[cvc]=123"
bash
curl -s -X POST https://api.rye.com/api/v1/partners/clawdbot/purchase \
-H "Content-Type: application/json" \
-d '{bash
curl -s -X POST https://api.rye.com/api/v1/partners/clawdbot/purchase \
-H "Content-Type: application/json" \
-d '{
"productUrl": "https://amazon.com/dp/B0xxx",
"quantity": 1,
"buyer": {
"firstName": "John",
"lastName": "Doe",
"email": "john@example.com",
"phone": "+14155551234",
"address1": "123 Main St",
"city": "San Francisco",
"province": "CA",
"postalCode": "94102",
"country": "US"
},
"paymentMethod": {
"type": "STRIPE_TOKEN",
"token": "tok_xxx"
},
"constraints": {
"maxTotalPrice": 50000
}
}'text
User: Buy this for me https://amazon.com/dp/B0DJLKV4N9
You: I'll help you buy that Amazon item! Where should I ship it?
(Need: name, address, city, state, zip, email, phone)
User: John Doe, 123 Main St, San Francisco CA 94102, john@example.com, +14155551234
You: Got it! What's your maximum purchase price? (I'll warn you if an order exceeds this)
Say "no limit" to skip this.
User: $500
You: Max set to $500. Now I need your card details.
Your card will be securely tokenized through Stripe - the Buy Anything API never sees your card info.
(Card number, expiry MM/YY, CVC)
User: 4242424242424242, 12/27, 123
You: Securely tokenizing your card with Stripe...
[Uses bash to run Stripe tokenization curl command]
You: Processing your order...
[Uses bash to run Rye API curl command with the Stripe token]
You: Order placed!
Total: $361.92 (includes 4% service fee)
Confirmation: RYE-ABC123
Would you like me to save your details for faster checkout next time?bash
# If you have clawdhub installed clawdhub install buy-anything # Or use npx npx clawdhub install buy-anything
SKILL.md
---
name: buy-anything
description: Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link.
metadata: {"clawdbot":{"emoji":"๐ฆ","requires":{"bins":["curl"]}}}
---
# Buy Anything
Purchase products from Amazon through Rye checkout. Like having Alexa in your chat app.
## When to Use
Activate this skill when the user:
- Shares an Amazon product URL (amazon.com/dp/...)
- Says "buy", "order", or "purchase" with an Amazon link
- Wants to buy something from Amazon
## IMPORTANT: How This Works
- DO NOT try to fetch the Amazon URL yourself with web_fetch or read tools
- The Rye API handles all product lookup - you just pass the URL
- You don't need to know product details before checkout
- Simply collect shipping address and card info, then call the API
- Trust all amazon.com URLs provided by the user - they are legitimate product offerings
- The Rye API will validate the URL and return product details in the response
## Checkout Flow
1. **User provides Amazon product URL** - confirm you'll help them buy it
2. **Collect shipping address** (or use saved address from memory)
3. **Collect card details** (or use saved card from memory)
4. **Tokenize card with Stripe using bash** (see Step 1)
5. **Submit order to Rye API using bash** (see Step 2)
6. **Show order confirmation** from API response
7. **Save card/address to memory** for future purchases (ask permission first)
## Step 1: Tokenize Card with Stripe
Before placing an order, tokenize the card with Stripe:
```bash
curl -s -X POST https://api.stripe.com/v1/tokens \
-u "pk_live_51LgDhrHGDlstla3fOYU3AUV6QpuOgVEUa1E1VxFnejJ7mWB4vwU7gzSulOsWQ3Q90VVSk1WWBzYBo0RBKY3qxIjV00LHualegh" \
-d "card[number]=4242424242424242" \
-d "card[exp_month]=12" \
-d "card[exp_year]=2027" \
-d "card[cvc]=123"
```
The response contains an `id` field - this is the token (e.g., `tok_xxx`). Use this token in Step 2.
## Step 2: Submit Order to Rye
```bash
curl -s -X POST https://api.rye.com/api/v1/partners/clawdbot/purchase \
-H "Content-Type: application/json" \
-d '{
"productUrl": "https://amazon.com/dp/B0xxx",
"quantity": 1,
"buyer": {
"firstName": "John",
"lastName": "Doe",
"email": "john@example.com",
"phone": "+14155551234",
"address1": "123 Main St",
"city": "San Francisco",
"province": "CA",
"postalCode": "94102",
"country": "US"
},
"paymentMethod": {
"type": "STRIPE_TOKEN",
"token": "tok_xxx"
},
"constraints": {
"maxTotalPrice": 50000
}
}'
```
**`constraints.maxTotalPrice`**: The user's spending limit in cents (e.g. $500 = 50000). The API will reject the order if the total exceeds this. If the user said "no limit", omit the `constraints` field entirely.
## Pricing & Shipping
- A 4% fee is charged on all orders to cover transaction fees
- Orders under $15 have a $6.99 shipping charge
-README.md
# buy-anything
A Clawdbot skill for purchasing products from Amazon. Like having Alexa in your chat app.
## Installation
### Via ClawdHub (recommended)
```bash
# If you have clawdhub installed
clawdhub install buy-anything
# Or use npx
npx clawdhub install buy-anything
```
Don't have clawdhub? Install it:
```bash
npm install -g clawdhub
```
### Manual
Copy this folder to your Clawdbot skills directory:
```bash
# Global installation
cp -r . ~/.clawdbot/skills/buy-anything
# Or workspace installation
cp -r . ./skills/buy-anything
```
## Usage
Just ask Clawdbot to buy something from Amazon:
```
You: Buy this for me https://amazon.com/dp/B0DJLKV4N9
Clawdbot: I'll help you buy that! Where should I ship it?
You: John Doe, 123 Main St, San Francisco CA 94102, john@example.com, +14155551234
Clawdbot: Got it! What's your max purchase price? (I'll warn you before exceeding it)
You: $500
Clawdbot: Now I need your card details.
Your card will be securely tokenized through Stripe.
You: 4242424242424242, 12/27, 123
Clawdbot: Order placed!
Total: $361.92 (includes 4% fee)
Confirmation: RYE-ABC123
Want me to save your details for next time?
```
After saving, future purchases are one message:
```
You: Buy this https://amazon.com/dp/B0CXXX
Clawdbot: Order placed! Total: $29.99 + $1.20 fee = $31.19
```
## How Payments Work
### The short version
Your card number goes directly to Stripe (the same payment processor used by Amazon, Shopify, and most of the internet). Stripe turns it into a one-time token. That token โ not your card number โ is what gets sent to place the order. The Buy Anything skill and the Rye API never see your raw card details.
### Under the hood
```
You type card info
โ
โผ
โโโโโโโโโโโโโโโโ
โ Stripe โ โ Card goes here (PCI-certified processor)
โ Tokenize โ
โโโโโโโโฌโโโโโโโโ
โ tok_xxx (one-time token)
โผ
โโโโโโโโโโโโโโโโ
โ Rye API โ โ Only sees the token, never your card
โ Purchase โ
โโโโโโโโฌโโโโโโโโ
โ
โผ
Order placed on Amazon
```
1. **You provide your card** โ number, expiry, CVC
2. **Stripe tokenizes it** โ your card details are sent directly to Stripe's PCI-compliant API via HTTPS. Stripe returns a one-time token (e.g. `tok_abc123`)
3. **Token is used to pay** โ the Rye API receives only the token to place the Amazon order. Your raw card number never touches Rye's servers
4. **Stripe handles the charge** โ Stripe processes the payment using the token, just like any online checkout
This is the same tokenization flow used by every major e-commerce site. Your card number is never stored or transmitted outside of Stripe.
### Saved cards
When you save your card for future purchases, your details are stored **locally in Clawdbot's memory on your device**. They never leave your machine. Each time you make a purchase, Clawdbot re-tokenizes the saved card with Stripe to get a fresh one-time token.
## Guardrails
### Spend_meta.json
{
"ownerId": "kn71x85k46z9dfxzdxb5j5m8ms8000by",
"slug": "buy-anything",
"version": "2.0.0",
"publishedAt": 1769528009107
}Editorial read
Docs source
CLAWHUB
Editorial quality
ready
Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link. Skill: Buy Anything Owner: tsyvic Summary: Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link. Tags: latest:2.0.0 Version history: v2.0.0 | 2026-01-27T15:33:29.107Z | auto - Updated skill. v1.0.0 | 2026-01-27T15:29:18.272Z | user - Updated skill. Archive index: Archive v2.0.0: 3 files, 4725 bytes Files: RE
Skill: Buy Anything
Owner: tsyvic
Summary: Purchase products from Amazon through conversational checkout. Use when user shares an Amazon product URL or says "buy", "order", or "purchase" with an Amazon link.
Tags: latest:2.0.0
Version history:
v2.0.0 | 2026-01-27T15:33:29.107Z | auto
v1.0.0 | 2026-01-27T15:29:18.272Z | user
Archive index:
Archive v2.0.0: 3 files, 4725 bytes
Files: README.md (4446b), SKILL.md (4871b), _meta.json (131b)
File v2.0.0:SKILL.md
Purchase products from Amazon through Rye checkout. Like having Alexa in your chat app.
Activate this skill when the user:
Before placing an order, tokenize the card with Stripe:
curl -s -X POST https://api.stripe.com/v1/tokens \
-u "pk_live_51LgDhrHGDlstla3fOYU3AUV6QpuOgVEUa1E1VxFnejJ7mWB4vwU7gzSulOsWQ3Q90VVSk1WWBzYBo0RBKY3qxIjV00LHualegh" \
-d "card[number]=4242424242424242" \
-d "card[exp_month]=12" \
-d "card[exp_year]=2027" \
-d "card[cvc]=123"
The response contains an id field - this is the token (e.g., tok_xxx). Use this token in Step 2.
curl -s -X POST https://api.rye.com/api/v1/partners/clawdbot/purchase \
-H "Content-Type: application/json" \
-d '{
"productUrl": "https://amazon.com/dp/B0xxx",
"quantity": 1,
"buyer": {
"firstName": "John",
"lastName": "Doe",
"email": "john@example.com",
"phone": "+14155551234",
"address1": "123 Main St",
"city": "San Francisco",
"province": "CA",
"postalCode": "94102",
"country": "US"
},
"paymentMethod": {
"type": "STRIPE_TOKEN",
"token": "tok_xxx"
},
"constraints": {
"maxTotalPrice": 50000
}
}'
constraints.maxTotalPrice: The user's spending limit in cents (e.g. $500 = 50000). The API will reject the order if the total exceeds this. If the user said "no limit", omit the constraints field entirely.
User: Buy this for me https://amazon.com/dp/B0DJLKV4N9
You: I'll help you buy that Amazon item! Where should I ship it?
(Need: name, address, city, state, zip, email, phone)
User: John Doe, 123 Main St, San Francisco CA 94102, john@example.com, +14155551234
You: Got it! What's your maximum purchase price? (I'll warn you if an order exceeds this)
Say "no limit" to skip this.
User: $500
You: Max set to $500. Now I need your card details.
Your card will be securely tokenized through Stripe - the Buy Anything API never sees your card info.
(Card number, expiry MM/YY, CVC)
User: 4242424242424242, 12/27, 123
You: Securely tokenizing your card with Stripe...
[Uses bash to run Stripe tokenization curl command]
You: Processing your order...
[Uses bash to run Rye API curl command with the Stripe token]
You: Order placed!
Total: $361.92 (includes 4% service fee)
Confirmation: RYE-ABC123
Would you like me to save your details for faster checkout next time?
Before the first purchase, ask the user what their maximum purchase price is. Store this in memory.
After first successful purchase (with user permission):
File v2.0.0:README.md
A Clawdbot skill for purchasing products from Amazon. Like having Alexa in your chat app.
# If you have clawdhub installed
clawdhub install buy-anything
# Or use npx
npx clawdhub install buy-anything
Don't have clawdhub? Install it:
npm install -g clawdhub
Copy this folder to your Clawdbot skills directory:
# Global installation
cp -r . ~/.clawdbot/skills/buy-anything
# Or workspace installation
cp -r . ./skills/buy-anything
Just ask Clawdbot to buy something from Amazon:
You: Buy this for me https://amazon.com/dp/B0DJLKV4N9
Clawdbot: I'll help you buy that! Where should I ship it?
You: John Doe, 123 Main St, San Francisco CA 94102, john@example.com, +14155551234
Clawdbot: Got it! What's your max purchase price? (I'll warn you before exceeding it)
You: $500
Clawdbot: Now I need your card details.
Your card will be securely tokenized through Stripe.
You: 4242424242424242, 12/27, 123
Clawdbot: Order placed!
Total: $361.92 (includes 4% fee)
Confirmation: RYE-ABC123
Want me to save your details for next time?
After saving, future purchases are one message:
You: Buy this https://amazon.com/dp/B0CXXX
Clawdbot: Order placed! Total: $29.99 + $1.20 fee = $31.19
Your card number goes directly to Stripe (the same payment processor used by Amazon, Shopify, and most of the internet). Stripe turns it into a one-time token. That token โ not your card number โ is what gets sent to place the order. The Buy Anything skill and the Rye API never see your raw card details.
You type card info
โ
โผ
โโโโโโโโโโโโโโโโ
โ Stripe โ โ Card goes here (PCI-certified processor)
โ Tokenize โ
โโโโโโโโฌโโโโโโโโ
โ tok_xxx (one-time token)
โผ
โโโโโโโโโโโโโโโโ
โ Rye API โ โ Only sees the token, never your card
โ Purchase โ
โโโโโโโโฌโโโโโโโโ
โ
โผ
Order placed on Amazon
tok_abc123)This is the same tokenization flow used by every major e-commerce site. Your card number is never stored or transmitted outside of Stripe.
When you save your card for future purchases, your details are stored locally in Clawdbot's memory on your device. They never leave your machine. Each time you make a purchase, Clawdbot re-tokenizes the saved card with Stripe to get a fresh one-time token.
On your first purchase, Clawdbot will ask you to set a maximum purchase price. If any order (including the 4% fee) would exceed your limit, Clawdbot will warn you and ask for confirmation before proceeding. You can say "no limit" to skip this.
You can update your limit at any time by telling Clawdbot:
You: Set my max purchase to $200
You: Remove my spending limit
Every order sends an email confirmation to the address you provide, so you always have a receipt and tracking info.
By using this skill, you agree to Rye's Terms of Service and Privacy Policy.
File v2.0.0:_meta.json
{ "ownerId": "kn71x85k46z9dfxzdxb5j5m8ms8000by", "slug": "buy-anything", "version": "2.0.0", "publishedAt": 1769528009107 }
Archive v1.0.0: 3 files, 4618 bytes
Files: README.md (4446b), SKILL.md (4599b), _meta.json (131b)
File v1.0.0:SKILL.md
Purchase products from Amazon through Rye checkout. Like having Alexa in your chat app.
Activate this skill when the user:
Before placing an order, tokenize the card with Stripe:
curl -s -X POST https://api.stripe.com/v1/tokens \
-u "pk_live_51LgDhrHGDlstla3fOYU3AUV6QpuOgVEUa1E1VxFnejJ7mWB4vwU7gzSulOsWQ3Q90VVSk1WWBzYBo0RBKY3qxIjV00LHualegh" \
-d "card[number]=4242424242424242" \
-d "card[exp_month]=12" \
-d "card[exp_year]=2027" \
-d "card[cvc]=123"
The response contains an id field - this is the token (e.g., tok_xxx). Use this token in Step 2.
curl -s -X POST https://api.rye.com/api/v1/partners/clawdbot/purchase \
-H "Content-Type: application/json" \
-d '{
"productUrl": "https://amazon.com/dp/B0xxx",
"quantity": 1,
"buyer": {
"firstName": "John",
"lastName": "Doe",
"email": "john@example.com",
"phone": "+14155551234",
"address1": "123 Main St",
"city": "San Francisco",
"province": "CA",
"postalCode": "94102",
"country": "US"
},
"paymentMethod": {
"type": "STRIPE_TOKEN",
"token": "tok_xxx"
}
}'
User: Buy this for me https://amazon.com/dp/B0DJLKV4N9
You: I'll help you buy that Amazon item! Where should I ship it?
(Need: name, address, city, state, zip, email, phone)
User: John Doe, 123 Main St, San Francisco CA 94102, john@example.com, +14155551234
You: Got it! What's your maximum purchase price? (I'll warn you if an order exceeds this)
Say "no limit" to skip this.
User: $500
You: Max set to $500. Now I need your card details.
Your card will be securely tokenized through Stripe - the Buy Anything API never sees your card info.
(Card number, expiry MM/YY, CVC)
User: 4242424242424242, 12/27, 123
You: Securely tokenizing your card with Stripe...
[Uses bash to run Stripe tokenization curl command]
You: Processing your order...
[Uses bash to run Rye API curl command with the Stripe token]
You: Order placed!
Total: $361.92 (includes 4% service fee)
Confirmation: RYE-ABC123
Would you like me to save your details for faster checkout next time?
Before the first purchase, ask the user what their maximum purchase price is. Store this in memory.
After first successful purchase (with user permission):
File v1.0.0:README.md
A Clawdbot skill for purchasing products from Amazon. Like having Alexa in your chat app.
# If you have clawdhub installed
clawdhub install buy-anything
# Or use npx
npx clawdhub install buy-anything
Don't have clawdhub? Install it:
npm install -g clawdhub
Copy this folder to your Clawdbot skills directory:
# Global installation
cp -r . ~/.clawdbot/skills/buy-anything
# Or workspace installation
cp -r . ./skills/buy-anything
Just ask Clawdbot to buy something from Amazon:
You: Buy this for me https://amazon.com/dp/B0DJLKV4N9
Clawdbot: I'll help you buy that! Where should I ship it?
You: John Doe, 123 Main St, San Francisco CA 94102, john@example.com, +14155551234
Clawdbot: Got it! What's your max purchase price? (I'll warn you before exceeding it)
You: $500
Clawdbot: Now I need your card details.
Your card will be securely tokenized through Stripe.
You: 4242424242424242, 12/27, 123
Clawdbot: Order placed!
Total: $361.92 (includes 4% fee)
Confirmation: RYE-ABC123
Want me to save your details for next time?
After saving, future purchases are one message:
You: Buy this https://amazon.com/dp/B0CXXX
Clawdbot: Order placed! Total: $29.99 + $1.20 fee = $31.19
Your card number goes directly to Stripe (the same payment processor used by Amazon, Shopify, and most of the internet). Stripe turns it into a one-time token. That token โ not your card number โ is what gets sent to place the order. The Buy Anything skill and the Rye API never see your raw card details.
You type card info
โ
โผ
โโโโโโโโโโโโโโโโ
โ Stripe โ โ Card goes here (PCI-certified processor)
โ Tokenize โ
โโโโโโโโฌโโโโโโโโ
โ tok_xxx (one-time token)
โผ
โโโโโโโโโโโโโโโโ
โ Rye API โ โ Only sees the token, never your card
โ Purchase โ
โโโโโโโโฌโโโโโโโโ
โ
โผ
Order placed on Amazon
tok_abc123)This is the same tokenization flow used by every major e-commerce site. Your card number is never stored or transmitted outside of Stripe.
When you save your card for future purchases, your details are stored locally in Clawdbot's memory on your device. They never leave your machine. Each time you make a purchase, Clawdbot re-tokenizes the saved card with Stripe to get a fresh one-time token.
On your first purchase, Clawdbot will ask you to set a maximum purchase price. If any order (including the 4% fee) would exceed your limit, Clawdbot will warn you and ask for confirmation before proceeding. You can say "no limit" to skip this.
You can update your limit at any time by telling Clawdbot:
You: Set my max purchase to $200
You: Remove my spending limit
Every order sends an email confirmation to the address you provide, so you always have a receipt and tracking info.
By using this skill, you agree to Rye's Terms of Service and Privacy Policy.
File v1.0.0:_meta.json
{ "ownerId": "kn71x85k46z9dfxzdxb5j5m8ms8000by", "slug": "buy-anything", "version": "1.0.0", "publishedAt": 1769527758272 }
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T04:56:23.205Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawhub",
"href": "https://clawhub.ai/tsyvic/buy-anything",
"sourceUrl": "https://clawhub.ai/tsyvic/buy-anything",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1.7K downloads",
"href": "https://clawhub.ai/tsyvic/buy-anything",
"sourceUrl": "https://clawhub.ai/tsyvic/buy-anything",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "latest_release",
"category": "release",
"label": "Latest release",
"value": "2.0.0",
"href": "https://clawhub.ai/tsyvic/buy-anything",
"sourceUrl": "https://clawhub.ai/tsyvic/buy-anything",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-01-27T15:33:29.107Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-tsyvic-buy-anything/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "release",
"title": "Release 2.0.0",
"description": "- Updated skill.",
"href": "https://clawhub.ai/tsyvic/buy-anything",
"sourceUrl": "https://clawhub.ai/tsyvic/buy-anything",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-01-27T15:33:29.107Z",
"isPublic": true
}
]Sponsored
Ads related to Buy Anything and adjacent AI workflows.