SKALE AI Agents
684 on-chain AI agents on SKALE. Filter by quality score, protocol, and x402 signals.

x402 World Time API
BCurrent time in any timezone with UTC offset, DST status, and week number. Usage: /api/time?timezone=Europe/Paris

x402 Public Holidays API
BPublic holidays for 100+ countries by year. Local and English names. Usage: /api/holidays?country=FR&year=2026

x402 News Feed
BSearch real-time news from Google News RSS. Returns top 10 articles with title, source, link and publication date. Usage: /api/news?topic=artificial+intelligence&lang=en

x402 Text Summarization
BAI-powered text summarization using GPT-4o-mini. Condense long articles, documents or text into concise summaries. Configurable max length (50-2000 words). Perfect for research and content analysis. Usage: /api/summarize?text=long+article&maxLength=200

x402 Color Converter
BConvert colors between HEX, RGB, and HSL formats. Returns all formats plus CSS-ready strings. Usage: /api/color?hex=ff5733 or /api/color?rgb=255,87,51

x402 Currency Converter
BReal-time currency conversion with 30+ currencies. Powered by European Central Bank rates via Frankfurter API. Usage: /api/currency?from=USD&to=EUR&amount=100

x402 Sentiment Analysis
BAI-powered sentiment analysis using GPT-4o-mini. Classifies text as positive/negative/neutral with confidence score and keyword extraction. Usage: /api/sentiment?text=I+love+this+product

x402 WHOIS Lookup
BDomain WHOIS via RDAP. Returns registration/expiration dates, nameservers, registrar, status. Usage: /api/whois?domain=example.com

x402 SSL Certificate Check
BCheck SSL certificate details for any domain. Returns issuer, validity dates, days remaining, fingerprint, SAN. Usage: /api/ssl-check?domain=google.com

x402 UUID Generator
BGenerate cryptographically secure UUID v4 identifiers. Supports batch generation up to 100 UUIDs at once. Usage: /api/uuid?count=5

x402 Markdown to HTML
BConvert Markdown text to clean HTML. Supports headings, bold, italic, code, links, and lists. Usage: /api/markdown?text=**bold**+_italic_

x402 METAR Aviation Weather
BGet current aviation weather (METAR) for any airport by ICAO code. Temperature, wind, visibility, flight category. Usage: /api/metar?icao=KJFK

x402 Malware URL Check
BCheck if a URL is known malware/phishing via URLhaus (abuse.ch). Returns threat type, tags and status. Usage: /api/malware-check?url=https://example.com

x402 Base64 Encoder/Decoder
BEncode or decode Base64 strings. Supports UTF-8 text up to 50KB. Usage: /api/base64?text=hello&mode=encode or /api/base64?text=aGVsbG8=&mode=decode

x402 URL Shortener
BShorten any URL using is.gd service. Returns permanent short URL. Usage: /api/url-shorten?url=https://example.com/very-long-path

x402 Regex Tester
BTest regex patterns against text. Returns all matches with index and captured groups. Supports flags (g,i,m,s). Usage: /api/regex?pattern=\d+&text=abc123def456&flags=g

x402 World Time API
BCurrent time in any timezone with UTC offset, DST status, and week number. Usage: /api/time?timezone=Europe/Paris

x402 Math Expression
BEvaluate math expressions safely. Supports +,-,*,/,^,pi,e,sqrt,sin,cos,tan,log,abs,ceil,floor,round. Usage: /api/math?expr=2*pi*5+sqrt(16)

x402 HTML to Text
BExtract clean text from HTML. Removes scripts, styles. Also extracts links and images. Uses Cheerio. Usage: /api/html-to-text?html=<h1>Title</h1><p>Content</p>

x402 Phone Validator
BValidate and analyze phone numbers. Detects country code, formats number, identifies mobile vs landline. Usage: /api/phone-validate?phone=+33612345678

x402 News Feed
BSearch real-time news from Google News RSS. Returns top 10 articles with title, source, link and publication date. Usage: /api/news?topic=artificial+intelligence&lang=en

x402 Password Generator
BGenerate cryptographically secure passwords. Configurable length (8-128), symbols, numbers, uppercase. Usage: /api/password?length=24&symbols=true

x402 Currency Converter
BReal-time currency conversion with 30+ currencies. Powered by European Central Bank rates via Frankfurter API. Usage: /api/currency?from=USD&to=EUR&amount=100

x402 HTTP Headers Inspector
BInspect HTTP response headers of any URL. Returns status code and all headers. Built-in SSRF protection. Usage: /api/headers?url=https://example.com