Write automations,
not boilerplate
Each module gives you clean, typed functions. No SDKs to configure, no auth flows to build. Just import and use.
200+ modules
Slack, Stripe, Shopify, OpenAI, databases, and more
Secure by default
Keys encrypted at rest, injected at runtime, never in scripts
AI-powered
Describe what you want — the AI writes the script for you
// Send a Slack alert when Shopify gets an order
shopify.onOrder("created", async (order) => {
const total = money.format(order.total, "USD")
await slack.send("#sales", {
text: `New order from ${order.customer.name} — ${total}`
})
await google-sheets.append("Orders", [
order.id, order.customer.email, total, date.now()
])
})Up and running in 3 minutes
No complex setup. No configuration files. Just install and go.
Install the CLI
One command. Works on Mac, Windows, and Linux.
Add modules
Pick from 200+ modules for any service or API.
Run or schedule
Execute once, or schedule it to run automatically.
Browse by category
Find the right module for your use case.
Utilities
Encoders, parsers, and general-purpose tools
DevOps
CI/CD, cloud, containers, and deployment
Productivity
Project management, docs, and workflows
Web & APIs
HTTP clients, auth, GraphQL, and scraping
Sales & CRM
E-commerce, invoicing, and finance tools
Marketing
Email campaigns, social media, and SEO
Data
Databases, analytics, and visualization
Communication
Messaging, notifications, and chat
AI
LLM integrations, agents, and ML tools
Trending modules
Most downloaded this week.
slack
JS@robinpathv0.1.1
Slack Web API and Incoming Webhooks client for messaging, channels, reactions, file uploads, and user management
@robinpathv0.1.4
SMTP email sending and address parsing for RobinPath
rightplace
JS@robinpathv0.1.3
RightPlace integration — 130 functions for projects, WordPress, WooCommerce, email, files, git, spreadsheets, stages, docs, automations via rightplace-cli
activecampaign
JS@robinpathv0.1.2
ActiveCampaign -- contacts, automations, campaigns, deals, lists, and tags via the ActiveCampaign REST API v3.
github
JS@robinpathv0.1.1
GitHub module for RobinPath.
asana
JS@robinpathv0.1.2
Asana module for RobinPath.
ftp
JS@robinpathv0.1.3
FTP and SFTP file transfer operations
hash
JS@robinpathv0.1.3
Cryptographic hashing utilities: MD5, SHA family, HMAC, CRC32, file hashing, UUID v5 generation, secure random bytes, and content fingerprinting
Start building your first workflow
Install the CLI and automate something in under 5 minutes. Free and open source.

