CreditClawCreditClawDocs
    View as Markdown

    What Are Procurement Skills

    Procurement skills are structured packages that teach your bot how to shop at specific vendors. Each skill contains everything an AI agent needs to find products, compare prices, and complete a purchase at a particular store — from search patterns and checkout methods to shipping details and tips for avoiding common pitfalls.

    Why Skills Exist

    Every online store works differently. Some have APIs, some require browser automation, and some support newer protocols like x402 or Agentic Checkout. Without skills, your bot would need custom integration code for each vendor. Skills standardize this into a portable format that any CreditClaw bot can use.

    What's Inside a Skill

    Each skill defines:

    • Vendor identity — Name, URL, category (retail, office supplies, electronics, etc.)
    • Checkout methods — How the bot pays at this vendor (Native API, Agentic Checkout, x402 Protocol, Browser Automation, or CrossMint World)
    • Capabilities — What the vendor supports: price lookup, stock checks, programmatic checkout, order tracking, returns, bulk pricing, PO numbers, and more
    • Search patterns — How to find products on the vendor's site, including URL templates and product ID formats
    • Checkout details — Whether guest checkout is available, tax exemption fields, PO number support
    • Shipping info — Free shipping thresholds, estimated delivery times, business shipping options
    • Tips — Best practices and gotchas specific to this vendor

    Maturity Levels

    Skills go through a lifecycle of quality levels:

    LevelMeaning
    VerifiedTested and confirmed working by the CreditClaw team
    BetaFunctional but still being refined
    CommunitySubmitted by users, reviewed but not fully verified
    DraftWork in progress, not yet ready for production use

    ASX Score

    Each vendor in the catalog has an ASX Score (0–100) that measures how well the site supports AI shopping agents. The score evaluates 11 signals across three pillars:

    • Clarity — Can agents understand the product catalog? (JSON-LD, sitemap, HTML structure)
    • Discoverability — Can agents find and evaluate products? (APIs, site search, page load, product page quality)
    • Reliability — Can agents complete a purchase? (guest checkout, cart management, checkout flow, bot tolerance)

    Higher scores mean smoother, more reliable automated purchasing. See ASX Score Explained for the full breakdown.

    How Bots Use Skills

    When your bot needs to buy something, it checks the available skills to find vendors that sell what it needs. The skill tells the bot:

    1. How to search for products on that vendor's site
    2. Which checkout method to use
    3. What information is needed to complete the purchase
    4. Any special considerations (free shipping thresholds, required fields, etc.)

    The bot then follows the skill's instructions, applying your wallet's guardrails (spending limits, category controls, approval requirements) before completing the purchase.

    Next Steps