A2A conformant A2A v0.2.1

PolicyCheck

v1.0.0 LegalEasy

Pre-purchase seller policy analysis service agent for AI purchasing agents. Analyzes return policies, shipping terms, warranty coverage, and terms of service to assess buyer protection and risk levels before completing e-commerce transactions.

Launch agent website ↗

Skills

  • Comprehensive Policy Analysis

    Full analysis of a seller's policies including returns, shipping, warranty, and terms of service. Returns risk level, buyer protection score, key findings, and actionable recommendation.

    policyanalysisriskbuyer-protectione-commerce
  • Quick Risk Check

    Fast risk assessment of a seller URL. Returns risk level and buyer protection score in under 3 seconds.

    riskquickscore
  • Returns Policy Analysis

    Focused analysis of return and refund policies.

    returnsrefundspolicy
  • Shipping Policy Analysis

    Focused analysis of shipping policies.

    shippingdeliverytracking
  • Warranty Analysis

    Focused analysis of warranty coverage.

    warrantyguaranteecoverage
  • Terms & Conditions Analysis

    Legal risk analysis. Checks for binding arbitration, class action waivers, liability caps, termination rights.

    termslegalarbitrationliabilityconsumer-rights

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("f9102439-5558-4a09-91cc-cf72ba78206f")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())