{
  "name": "GenTech Labs",
  "description": "AI Agent Economy Infrastructure — 16 APIs for token risk scoring, DeFi intelligence, agent discovery, payments, and more. ERC-8004 identity, x402 USDC payments, on-chain attribution.",
  "url": "https://api.gentechlabs.net",
  "version": "2.1.0",
  "documentationUrl": "https://gentechlabs.net",
  "provider": {
    "organization": "GenTech Labs",
    "url": "https://gentechlabs.net"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["x402"],
    "credentials": null
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "rugcheck",
      "name": "Token Risk Scoring",
      "description": "11-factor Solana token risk analysis. Honeypot detection, freeze authority, LP status, holder distribution.",
      "tags": ["security", "solana", "risk", "scoring"],
      "examples": ["Score token DezXZ... for risk", "Check if this token is a honeypot"]
    },
    {
      "id": "deal-tracker",
      "name": "Deal Tracker",
      "description": "Cross-store game prices across 35+ stores and movie streaming across 40+ platforms.",
      "tags": ["shopping", "games", "movies", "prices"],
      "examples": ["Find cheapest price for Elden Ring", "Where can I stream Inception?"]
    },
    {
      "id": "crypto-price",
      "name": "Crypto Price",
      "description": "Real-time crypto prices, OHLC history, DEX pairs across 12 global markets. Pyth-backed.",
      "tags": ["finance", "crypto", "prices", "market-data"],
      "examples": ["Get BTC-USD price", "Show ETH price history for last 7 days"]
    },
    {
      "id": "gas-price",
      "name": "Gas Price",
      "description": "Real-time gas prices across 20+ blockchain networks with slow/standard/fast tiers.",
      "tags": ["finance", "gas", "blockchain", "multi-chain"],
      "examples": ["What's the gas price on Ethereum?", "Compare gas across all chains"]
    },
    {
      "id": "token-security",
      "name": "Token Security",
      "description": "11-factor token risk scoring with honeypot detection, owner privileges, contract verification.",
      "tags": ["security", "token", "scoring", "honeypot"],
      "examples": ["Scan this token for security risks", "Check contract verification status"]
    },
    {
      "id": "defi-intelligence",
      "name": "DeFi Intelligence",
      "description": "Protocol TVL, yield, chain breakdown, risk assessment for any DeFi protocol.",
      "tags": ["finance", "defi", "tvl", "yield"],
      "examples": ["What's Aave V3's TVL?", "Compare yield across lending protocols"]
    },
    {
      "id": "agent-discovery",
      "name": "Agent Discovery",
      "description": "Find AI agents by capability, chain, and protocol. The search engine for the agent economy.",
      "tags": ["ai", "agents", "discovery", "search"],
      "examples": ["Find agents that can do risk scoring", "List agents on Avalanche"]
    },
    {
      "id": "erc8004-lookup",
      "name": "ERC-8004 Identity Lookup",
      "description": "Verify any agent's on-chain identity across Avalanche, Base, and Arbitrum.",
      "tags": ["identity", "erc-8004", "verification", "multi-chain"],
      "examples": ["Verify agent at 0x7ebf...", "Check ERC-8004 registration on Avalanche"]
    },
    {
      "id": "model-router",
      "name": "Model Router",
      "description": "Route AI tasks to the cheapest capable model. 84.6% cost savings across 4 complexity tiers.",
      "tags": ["ai", "routing", "cost-optimization", "models"],
      "examples": ["Route this summarization task", "Find cheapest model for code review"]
    },
    {
      "id": "content-scraping",
      "name": "Content Scraping",
      "description": "Real-time social intelligence from X, Reddit, YouTube, and Instagram trends.",
      "tags": ["media", "social", "trends", "scraping"],
      "examples": ["What's trending on X?", "Get top posts from r/cryptocurrency"]
    },
    {
      "id": "travel-search",
      "name": "Travel Search",
      "description": "Google Maps places, restaurants, and hotels search with natural language.",
      "tags": ["travel", "restaurants", "hotels", "places"],
      "examples": ["Find restaurants in Manila", "Search hotels near Cincinnati"]
    },
    {
      "id": "smart-wallet-deploy",
      "name": "Smart Wallet Deploy",
      "description": "Deploy Safe wallets via Zyfai SDK with yield optimization and session keys.",
      "tags": ["finance", "wallet", "safe", "defi"],
      "examples": ["Deploy a Safe wallet on Base", "Set up yield optimization for USDC"]
    },
    {
      "id": "receipt-generator",
      "name": "Receipt Generator",
      "description": "Generate branded payment receipts for x402 transactions. HTML + vault storage.",
      "tags": ["payments", "receipts", "x402", "accounting"],
      "examples": ["Generate receipt for this payment", "Create receipt for tx 0xabc..."]
    },
    {
      "id": "payment-classifier",
      "name": "Payment Classifier",
      "description": "Classify incoming transactions: payment, airdrop, scam, dust, or unknown.",
      "tags": ["security", "payments", "classification", "scam-detection"],
      "examples": ["What is this incoming transfer?", "Is this airdrop safe to accept?"]
    },
    {
      "id": "agent-invoicing",
      "name": "Agent Invoicing",
      "description": "Generate professional invoices for agent-to-agent services with x402 payment links.",
      "tags": ["payments", "invoicing", "x402", "billing"],
      "examples": ["Create invoice for risk scoring service", "Bill agent 0xabc for API calls"]
    }
  ]
}
