# Send B2A to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "b2a",
    "name": "B2A",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/b2a",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/b2a",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/b2a",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=b2a",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "discovery.md",
      "infrastructure.md",
      "retail.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "b2a",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:14:35.410Z",
      "expiresAt": "2026-05-07T09:14:35.410Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=b2a",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=b2a",
        "contentDisposition": "attachment; filename=\"b2a-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "b2a"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/b2a"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/b2a",
    "downloadUrl": "https://openagent3.xyz/downloads/b2a",
    "agentUrl": "https://openagent3.xyz/skills/b2a/agent",
    "manifestUrl": "https://openagent3.xyz/skills/b2a/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/b2a/agent.md"
  }
}
```
## Documentation

### When to Use

User building products/services for AI agents as customers. Covers making products agent-discoverable, designing for autonomous purchasing, payment integration, and competing when buyers compare cold data instead of responding to storytelling.

### Quick Reference

TopicFileTechnical implementationinfrastructure.mdAgent discovery & SEOdiscovery.mdRetail/ecommerce specificsretail.md

### The Paradigm Shift

B2C/B2BB2AHumans browse, compare, feelAgents query, parse, decideEmotional storytelling winsStructured data winsUX optimized for eyesAPIs optimized for parsingBrand = trust + emotionBrand = verified track recordLoyalty = relationshipLoyalty = switching costMarketing = persuasionMarketing = engineering

### 1. Machine-Readable First

Products must be structured objects, not prose descriptions
JSON-LD, Schema.org, OpenAPI with typed fields
If an agent has to "interpret" text to extract price/specs, you lose
Normalize units: shipping_days_max: 2, not "fast shipping"

### 2. Comparability Is Everything

Agents compare ruthlessly. Win by being comparable:

Standardized attributes across your catalog
Same fields as competitors (price_currency, availability_stock)
SLAs with concrete numbers, not promises
"Better" must be objectively measurable

### 3. Discovery ≠ SEO

Agents don't Google. They query registries and APIs:

Publish in skill stores / capability directories
/.well-known/ai-plugin.json or MCP tools
Metadata must declare capabilities, not market them
The new PageRank = ranking in agent skill stores

### 4. Trust Is Verified, Not Told

Agents don't believe claims. They verify:

Uptime/latency/SLA history via API, not badges
Reviews from other agents (programmatic reputation)
Certifications as queryable data, not PDF downloads
Track record > marketing copy

### 5. Zero-Friction Trial or Death

Agents don't "consider"—they test or discard:

Onboarding < 1 API call
Sandbox with rate limits, not "talk to sales"
Must work perfectly first time (no second chances)
Errors must be machine-readable, not HTML pages

### 6. Payments for Agents

The agent needs to transact autonomously:

Stripe Agent Toolkit, Mastercard Agent Pay, or similar
Pre-authorized budgets (agent has $X to spend)
Programmatic receipts and confirmations
Escrow for trust between unknown parties

### 7. Metrics That Matter

MetricWhat It MeasuresAgent Conversion Rate% queries → purchaseDecision LatencyTime from first query to commitComparison Survival% times reaching final shortlistRepeat Agent Retention% agents that returnAPI Error RateFailures causing agent to discard

Traditional metrics (page views, bounce rate) are meaningless.

### Common Traps

TrapWhy It FailsPretty website, no APIAgents don't see your UI"Contact us for pricing"Agents need programmatic pricingMarketing copy in descriptionsAgents parse data, skip proseHTML error pagesAgents need JSON errorsManual onboardingAgents won't waitTrust badges instead of APIsUnverifiable = untrustedOptimizing for humans firstDelays agent-readiness

### Honest Limitations

What an AI helping you with B2A cannot do:

Create track record — You have to actually deliver 99.9% uptime
Know internal rankings — How Claude/GPT rank skills is opaque
Predict agent decisions — Each agent has its own heuristics
Guarantee discovery — Skill stores may have hidden placement deals
Prevent gaming — Competitors lying about specs is real

### Readiness Checklist

□ Products exposed via structured API (not scraping required)
□ Pricing programmatically queryable
□ Inventory/availability real-time
□ Authentication supports client_credentials (not interactive)
□ Errors return JSON with semantic codes
□ Onboarding works in < 5 API calls
□ Payment rails support autonomous agents
□ SLA metrics exposed via API
□ Listed in relevant skill registries
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:14:35.410Z
- Expires at: 2026-05-07T09:14:35.410Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/b2a)
- [Send to Agent page](https://openagent3.xyz/skills/b2a/agent)
- [JSON manifest](https://openagent3.xyz/skills/b2a/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/b2a/agent.md)
- [Download page](https://openagent3.xyz/downloads/b2a)