Skip to content

Modules Overview

flyto-core includes 412+ modules organized into 78 categories. Each module is a deterministic, self-contained unit of work.

Categories

CategoryExamplesCount
Browsergoto, click, type, snapshot, scroll20+
File Systemread, write, copy, move, delete, glob15+
Dockerrun, build, exec, logs, compose10+
Data Parsingjson, csv, xml, yaml, toml12+
Cryptohash, encrypt, decrypt, sign, verify10+
Schedulingcron, delay, timeout, interval6+
Networkhttp, fetch, download, upload8+
Processexec, spawn, kill, signal6+
Textregex, replace, split, join, template10+
Mathcalculate, random, statistics8+

Module Naming

Modules follow a category.action naming convention:

browser.goto
file.read
docker.run
data.parse_json
crypto.hash

Listing All Modules

bash
# Via CLI
flyto-core modules list

# Via MCP — use the list_modules tool

Module Documentation

Each module has:

  • Parameters — Required and optional inputs
  • Returns — Output format
  • Examples — Usage examples
  • Evidence — What gets recorded

See individual module pages for details:

Browse the full module reference for all 55 categories.

Released under the Apache 2.0 License.