Skip to content

Modules

flyto-core ships 417+ modules. Each module is a self-contained unit of work with defined inputs, outputs, and evidence.

Browse by Category

Core

CategoryModulesDescription
Browser Automation38Full web automation: navigation, interaction, data extraction, screenshots, and performance monitoring.
Atomic44Low-level primitives: file I/O, git, HTTP, shell, SSH, process management, and testing.
Flow Control24Branching, loops, parallelism, subflows, triggers, and error handling.
File Operations3Copy, move, and delete files.
Sandbox3Execute JavaScript, Python, or shell commands in isolated environments.
Element3DOM element query, attribute, and text extraction.

Data

CategoryModulesDescription
Data Transform16CSV, JSON, XML, YAML parsing, generation, and pipeline transformations.
Array Operations12List manipulation — chunk, flatten, group, map, reduce, zip, and more.
String Operations11Text manipulation: case conversion, split, pad, slugify, template, and more.
Object Operations5Deep merge, flatten, dot-path get/set, and unflatten.
Text6Text analysis: word count, encoding detection, email/URL/number extraction.
Regex5Pattern matching: match, extract, replace, split, and test.
Convert5Type casting between data types.
Format5Number, currency, duration, filesize, and percentage formatting.
Set4Set operations: union, intersection, difference, unique.
Template1Execute reusable templates as workflow steps.
Markdown3Parse frontmatter, convert to HTML, and generate table of contents.

Infrastructure

CategoryModulesDescription
Cloud Services14AWS S3, Azure Blob, Google Cloud Storage, and Google Workspace integrations.
API Tools9GitHub API, HTTP requests, and search engine integrations.
Database9MongoDB, MySQL, PostgreSQL, and Redis database operations.
Docker6Build, run, inspect, and manage Docker containers.
Kubernetes5Apply manifests, describe resources, get pods, logs, and scale deployments.
Network4Ping, port scan, traceroute, and WHOIS lookup.
Cache4In-memory key-value cache with TTL support.
Queue3In-memory and Redis message queue operations.
Storage3Persistent key-value storage.
GraphQL2Execute GraphQL queries and mutations.
HTTP1HTTP request utilities.

Integrations

CategoryModulesDescription
Productivity10Google Sheets, Notion, Airtable, and Stripe integrations.
Notifications9Send messages via Slack, Discord, Teams, Telegram, email, SMS, and WhatsApp.
AI & LLM18AI model integration, text generation, embeddings, and autonomous agents.
Image Processing9Resize, crop, compress, convert, OCR, QR codes, and watermarks.
Document8Excel, PDF, and Word document read/write/convert.

Quality

CategoryModulesDescription
Verify9Visual verification, Figma comparison, style capture, and report generation.
Validate7Validate email, URL, phone, IP, UUID, credit card, and JSON Schema.
Check7Runtime type checking utilities.
Analysis6HTML analysis modules for readability, forms, tables, and metadata extraction.
Testing6Assertion utilities: equal, contains, length, true, not null, greater than.
Compare1Threshold-based change detection.

Utilities

CategoryModulesDescription
Utilities9Datetime operations, delay, MD5 hash, and random utilities.
Stats8Statistical functions: mean, median, mode, std dev, percentile, and more.
Crypto7AES encryption/decryption, HMAC, JWT tokens, and secure random generation.
Encode / Decode7Base64, hex, URL, and HTML encoding and decoding.
Archive6Create and extract ZIP, TAR, and gzip archives.
Path6File path utilities: join, normalize, basename, dirname, extension.
Math5Basic math operations: abs, ceil, floor, power, round.
Logic5Boolean logic operations: AND, OR, NOT, equals, contains.
Random4Random number, UUID, choice, and shuffle.
Meta2Module generation, listing, testing, and documentation.
Environment3Environment variable management and .env file loading.
Error Handling3Retry, fallback, and circuit breaker patterns.
Scheduler3Cron parsing, delay, and interval calculations.
Hash2SHA-256 and SHA-512 cryptographic hashing.
Output1Universal display and inspect node for debugging and workflow I/O.

Other

CategoryModulesDescription
Communication4
Training4

Released under the Apache 2.0 License.