Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By underwear
Complete Laravel Forge management from Claude Code - servers, sites, deployments, databases, SSL, SSH keys, firewall, jobs, daemons, and more
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin underwear-laravel-forge-claude-skillA Claude Code plugin for managing Laravel Forge infrastructure directly from your terminal. Control servers, sites, deployments, databases, SSL certificates, and more through natural conversation with Claude.
Zero dependencies - uses only curl which is available on all systems.
Just ask Claude to manage your Forge infrastructure:
> List all my servers
> Deploy the production site
> Show me the .env file for site 12345
> Create a new database called "myapp_db" on server 67890
> Install SSL certificate for example.com
> Add a cron job to run backups nightly
> Restart the queue workers
| Category | Operations |
|---|---|
| Servers | List, get details, reboot, restart nginx/php/mysql |
| Sites | List, create, delete, get/update .env, get/update nginx config, logs |
| Deployments | Trigger, list history, get output, get/update deploy script |
| Databases | List, create, delete databases and users |
| Domains & SSL | List, add, delete domains; install/delete Let's Encrypt certificates |
| SSH Keys | List, add, delete keys |
| Firewall | List, add, delete rules |
| Scheduled Jobs | List, create, delete cron jobs |
| Daemons | List, create, delete, restart workers; get logs |
| Redirects | List, create, delete redirect rules |
| Commands | Run commands on sites, view history and output |
# Add the repository as a marketplace
/plugin marketplace add underwear/laravel-forge-claude-skill
# Install the plugin
/plugin install laravel-forge
# Clone the repository
git clone https://github.com/underwear/laravel-forge-claude-skill.git
# Copy to your Claude skills directory
mkdir -p ~/.claude/skills/laravel-forge
cp laravel-forge-claude-skill/skills/laravel-forge/SKILL.md ~/.claude/skills/laravel-forge/
Generate a Laravel Forge API token at https://forge.laravel.com/profile/api
Find your organization slug - this is what you see in the URL when logged into Laravel Forge:
https://forge.laravel.com/{username} → use your usernamehttps://forge.laravel.com/orgs/{org-slug}/servers → use the org-slugConfigure credentials (choose one method):
Create ~/.claude/settings.local.json for global access:
{
"env": {
"FORGE_API_TOKEN": "your-api-token",
"FORGE_ORG_SLUG": "your-organization-slug"
}
}
Or create .claude/settings.local.json in your project directory for project-specific credentials.
Note: Use
settings.local.jsonfor personal credentials (git-ignored),settings.jsonfor team-shared non-sensitive config.
export FORGE_API_TOKEN="your-api-token"
export FORGE_ORG_SLUG="your-organization-slug"
Add to ~/.zshrc or ~/.bashrc for persistence.
MIT
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Deploying and managing apps on Laravel Cloud
Claude Code skill pack for Fly.io (18 skills)
Self-host open-source apps on your own cloud. Guides a user through provisioning, DNS, TLS, SMTP, and inbound email with project-specific recipes and infra adapters.
Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
Zeabur CLI skills for deployment, template management, and troubleshooting
Official Cloudflare MCP server - 2,500+ API endpoints via Code Mode in just 2 tools (~1k tokens). Full platform access including Workers, Pages, D1, KV, R2, DNS, Zones, and more
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim