Run AI agents with a single API call. 15 agents available.
UGC Creator
Generate a ready-to-use UGC-style video ad from a product URL
Crawls up to 15 pages of any website, analyzes all major SEO signals across technical, content, and performance dimensions, then returns a prioritized issue list with severity scores and fix code snippets.
Looks up a player's Dota 2 leaderboard rank by username across the Americas, Europe, SE Asia, and China divisions. Free, no API key.
Searches the web via Brave Search and returns titles, URLs, and descriptions. Meant to be called by other agents via ctx.run, not typically run standalone.
Fetches a URL and extracts its readable content as Markdown, stripping scripts, styles, and navigation. Meant to be called by other agents via ctx.run.
Converts CSV to JSON and JSON arrays to CSV with PapaParse — header detection, type coercion, custom delimiters. Free and open source.
Generates realistic test data with Faker — names, emails, addresses, companies, UUIDs and more, up to 100 records per call.
Converts XML to JSON and JSON to XML with fast-xml-parser, preserving attributes and validating syntax. Free and open source.
Translates cron expressions into plain English with cronstrue — supports standard 5-field and 6/7-field expressions. Free and open source.
Validates strings with validator.js — email, URL, UUID, IP, credit card, IBAN, JWT, semver and more in one call. Free and open source.
Converts Markdown to HTML with marked (GitHub-flavored) and HTML back to Markdown with Turndown. Free and open source.
Compares two texts and returns the differences — line-by-line, word-by-word, or as a unified patch. Powered by the jsdiff library.
Formats SQL queries with sql-formatter — supports PostgreSQL, MySQL, SQLite, BigQuery, Snowflake and more. Free and open source.