OraClaw Badges
==============

Use these badges in README files, docs, or any website to show OraClaw integration.

SVG Files (self-hosted):
  /badges/powered-by-oraclaw.svg  - "Powered by OraClaw" badge (green)
  /badges/algorithms-19.svg       - "19 Algorithms" badge (orange)
  /badges/latency-25ms.svg        - "< 25ms Latency" badge (blue)

Shields.io URLs (dynamic, hosted by shields.io):
  Powered by OraClaw:
    https://img.shields.io/badge/powered%20by-OraClaw-00cc66?style=flat-square
    https://img.shields.io/badge/powered%20by-OraClaw-00cc66?style=for-the-badge

  19 Algorithms:
    https://img.shields.io/badge/algorithms-19-orange?style=flat-square
    https://img.shields.io/badge/algorithms-19-orange?style=for-the-badge

  < 25ms Latency:
    https://img.shields.io/badge/latency-%3C25ms-blue?style=flat-square
    https://img.shields.io/badge/latency-%3C25ms-blue?style=for-the-badge

  MCP Tools:
    https://img.shields.io/badge/MCP-12%20tools-green?style=flat-square

  Tests Passing:
    https://img.shields.io/badge/tests-1%2C072%20passing-brightgreen?style=flat-square

  API Status:
    https://img.shields.io/badge/API-live-brightgreen?style=flat-square

Markdown Usage:
  [![Powered by OraClaw](https://img.shields.io/badge/powered%20by-OraClaw-00cc66?style=flat-square)](https://web-olive-one-89.vercel.app)
  [![19 Algorithms](https://img.shields.io/badge/algorithms-19-orange?style=flat-square)](https://web-olive-one-89.vercel.app/algorithms)
  [![< 25ms](https://img.shields.io/badge/latency-%3C25ms-blue?style=flat-square)](https://web-olive-one-89.vercel.app)

HTML Usage:
  <a href="https://web-olive-one-89.vercel.app"><img src="https://web-olive-one-89.vercel.app/badges/powered-by-oraclaw.svg" alt="Powered by OraClaw" /></a>
  <a href="https://web-olive-one-89.vercel.app/algorithms"><img src="https://web-olive-one-89.vercel.app/badges/algorithms-19.svg" alt="19 Algorithms" /></a>
  <a href="https://web-olive-one-89.vercel.app"><img src="https://web-olive-one-89.vercel.app/badges/latency-25ms.svg" alt="< 25ms" /></a>
