romulus-31780
ROMulus is a retro gaming ROM search engine that aggregates results from four major sites. Search by game title and console to get download page URLs, cover images, and file sizes... all in one all. Tools: • search\_roms — Find ROMs by title, optionally filtered by console (NES, SNES, N64, GameCube, PS1, PS2, PSP, GBA, Genesis, Dreamcast, and 20+ more) • get\_game\_details — Fetch full metadata for a game: year, region, genre, languages, rating, serial number, and description • list\_systems — List all 28 supported consoles No API key required.
- Version:
- hosted
- Publisher:
- openclaw-hal9000
Install
Generated from the server’s transport data — never hand-written. Placeholders in angle brackets are yours to fill.
Run it with its own identity, a budget you set, and every call audited — no local config to keep in sync.
Add to a connect0 projectYou will sign in first, then land back on this page.
What it can do
As declared by the publisher
Tools · 3
get_game_detailsFetch full details for a specific game given its ROM page URL. ``` Returns size, year, region, genre, languages, rating, serial number, description, and cover image. Args: url: The game page URL from a search_roms result (vimm.net, romsgames.net, cdromance.org, or lolroms.com) ```
list_systemsList all supported gaming systems/consoles you can search ROMs for.
search_romsSearch for ROM download pages across Vimm's Lair, ROMsGames, CDRomance, and LoLROMs. ``` Args: query: Game title to search for (e.g. 'Super Mario Bros', 'Zelda') system: Console to filter by. Use 'all' to search all systems. Supported: nes, snes, n64, gamecube, wii, gb, gbc, gba, ds, 3ds, ps1, ps2, ps3, psp, genesis, dreamcast, saturn, sms, gg, tg16, xbox, all ```