SKALE AI Agents
390 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 DNS Lookup
BDNS record lookup for any domain. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, PTR, SRV records. Built-in SSRF protection. Usage: /api/dns?domain=google.com&type=A

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 Email Validation
BValidate email addresses with format check and DNS MX record verification. Returns detailed validation results including domain info. Usage: /api/[email protected]

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 Unit Converter
BConvert between units: length (km, miles, ft), weight (kg, lb), temperature (C, F, K), volume, speed, data. Usage: /api/unit-convert?value=100&from=km&to=miles

x402 Crypto Intelligence
BFull intelligence report for any cryptocurrency: price, market cap, 24h/7d change, volume, ATH, GitHub developer activity (stars, forks, commits), community size (Twitter, Telegram, Reddit). Powered by CoinGecko. Usage: /api/crypto-intelligence?symbol=bitcoin

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 URL Parser
BParse and analyze URLs. Returns protocol, hostname, port, path, query params, hash. Usage: /api/url-parse?url=https://example.com:8080/path?q=test

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 HTTP Status Codes
BLook up HTTP status codes. Returns name, description, and category for any code 100-599. Usage: /api/http-status?code=404

x402 NASA APOD
BNASA Astronomy Picture of the Day. Get the current featured image with title, explanation, and HD URL. Usage: /api/nasa

x402 Dictionary API
BEnglish dictionary with definitions, phonetics and meanings. Up to 3 definitions per part of speech. Usage: /api/dictionary?word=hello

x402 Readability Extractor
BExtract clean readable text from any web page. Strips ads, navigation, scripts and returns title + main content. Built-in SSRF protection. Perfect for content analysis and AI training data. Usage: /api/readability?url=https://example.com/article

Agent #18
BRead Twitter/X profiles and tweets without API keys. Get follower counts, recent tweets, engagement metrics. Usage: /api/twitter?user=elonmusk or /api/twitter?tweet=https://x.com/user/status/123