laravel-cloudManage Laravel Cloud infrastructure via API — apps, environments, deployments, databases, caches, domains, scaling, commands, storage, and WebSockets.
Install via ClawdBot CLI:
clawdbot install florianbeer/laravel-cloudWraps the entire Laravel Cloud REST API in a single bash script.
Option 1 — Environment variable (preferred):
export LARAVEL_CLOUD_API_TOKEN="your-token-here"
Option 2 — Credentials file:
mkdir -p ~/.openclaw/credentials/laravel-cloud
echo '{"token":"your-token-here"}' > ~/.openclaw/credentials/laravel-cloud/config.json
Generate your token at: cloud.laravel.com → Settings → API Tokens
laravel-cloud <resource> <action> [args...]
| Resource | Actions |
|---|---|
| apps | list, get, create, update, delete |
| envs | list, get, create, update, delete, start, stop, metrics, logs, vars-add, vars-replace |
| commands | list, get, run |
| deployments | list, get, initiate |
| domains | list, get, create, update, delete, verify |
| instances | list, get, sizes, create, update, delete |
| bg-processes | list, get, create, update, delete |
| databases | clusters, cluster, cluster-create, cluster-update, cluster-delete, cluster-metrics, types, list, get, create, delete, snapshots, snapshot, snapshot-create, snapshot-delete, restore, dedicated |
| caches | list, get, types, create, update, delete, metrics |
| buckets | list, get, create, update, delete |
| bucket-keys | list, get, create, update, delete |
| websockets | list, get, create, update, delete, metrics |
| ws-apps | list, get, create, update, delete, metrics |
| ips | list |
| org | get |
| regions | list |
# List all applications
laravel-cloud apps list
# Create an application
laravel-cloud apps create --name "my-app" --region us-east-1
# List environments for an app
laravel-cloud envs list <app-id>
# Create an environment
laravel-cloud envs create <app-id> --name "Production" --branch main
# Start / stop an environment
laravel-cloud envs start <env-id>
laravel-cloud envs stop <env-id>
# View environment metrics and logs
laravel-cloud envs metrics <env-id> --period 24h
laravel-cloud envs logs <env-id>
# Set environment variables
laravel-cloud envs vars-add <env-id> --vars 'APP_KEY=base64:...,DB_HOST=localhost'
laravel-cloud envs vars-replace <env-id> --vars 'KEY1=val1,KEY2=val2'
# Trigger a deployment
laravel-cloud deployments initiate <env-id>
# Run an Artisan command
laravel-cloud commands run <env-id> --command "php artisan migrate --force"
# Get organization and regions
laravel-cloud org get
laravel-cloud regions list
# Manage databases
laravel-cloud databases clusters
laravel-cloud databases cluster-create --name my-db --type neon-serverless-postgres --region us-east-1
# Manage caches
laravel-cloud caches list
laravel-cloud caches create --name my-cache --type valkey --region us-east-1 --size cache.t3.micro
# Object storage
laravel-cloud buckets list
laravel-cloud buckets create --name my-bucket --region us-east-1
# WebSocket clusters
laravel-cloud websockets list
laravel-cloud ws-apps list <ws-cluster-id>
# Per-resource help
laravel-cloud help
laravel-cloud envs help
laravel-cloud databases help
curl — HTTP requestsjq — JSON parsing and pretty-printingGenerated Feb 24, 2026
A development team uses the skill to deploy new Laravel applications to Laravel Cloud, manage environments (e.g., staging, production), and scale instances based on traffic. They automate deployments, monitor metrics, and adjust resources to handle peak loads efficiently.
An e-commerce company leverages the skill to provision and manage PostgreSQL databases and Valkey caches for their Laravel-based online store. They handle database snapshots for backups, restore data in case of issues, and optimize cache performance to reduce latency during high sales periods.
A DevOps engineer automates infrastructure tasks across multiple Laravel Cloud environments, such as setting environment variables, running Artisan commands for migrations, and triggering deployments. This ensures consistent configurations and reduces manual errors in continuous integration pipelines.
A startup building a real-time collaboration tool uses the skill to create and manage WebSocket clusters and applications on Laravel Cloud. They monitor WebSocket metrics, scale clusters based on user connections, and integrate with Laravel apps for live updates and notifications.
A media company employs the skill to manage object storage buckets for storing and serving user-generated content, such as images and videos, from their Laravel application. They create buckets, manage access keys, and ensure scalable storage solutions across different regions.
Companies use Laravel Cloud to offer managed hosting services for Laravel applications, charging clients based on resource usage (e.g., instances, databases, storage). They automate provisioning and scaling via the skill to reduce operational costs and provide reliable, scalable infrastructure.
Consulting firms integrate the skill into their service offerings to help clients deploy, monitor, and maintain Laravel applications on Laravel Cloud. They charge for setup, ongoing management, and optimization, leveraging automation to handle multiple client environments efficiently.
A SaaS business builds a platform where each tenant gets an isolated Laravel environment on Laravel Cloud. They use the skill to automate tenant provisioning, environment management, and scaling, generating revenue through tiered subscription plans based on features and resource limits.
💬 Integration Tip
Ensure the LARAVEL_CLOUD_API_TOKEN is securely stored in environment variables or credential files, and test the skill with common commands like listing apps or managing environments before full integration to avoid API errors.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.