AgentStack
SKILL verified MIT Self-run

Mug

skill-mugwork-mug-mug · by mugwork

Run Mug CLI developer workflow commands — dev server, update, deploy, clone, shutdown, workspaces.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-mugwork-mug-mug

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Mug? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Mug CLI

Run a Mug developer workflow command.

Input

Command: $ARGUMENTS

Dispatch

Run the matching CLI command in the workspace root:

  • dev → see Dev Server below
  • shutdown → see Shutdown below
  • updatemug update (forces full refresh — normally auto-runs every 4h)
  • deploymug deploy
  • clone → see Clone below
  • workspacesmug workspaces

If no argument or unrecognized argument, show available commands and ask which to run.

Dev Server

The dev server hot-reloads file changes automatically — editing connectors, workflows, agents, surfaces, or config files takes effect immediately without a restart. Only restart after a CLI update (mug update).

Check if a dev server is already running by looking for the PID file:

cat .mug/dev.pid 2>/dev/null

If a dev server is already running, you're done — it will pick up your changes. Only start a new one if no server is running:

mug dev

Run this command in the background — it's a long-running process.

Options:

  • mug dev --port — pin to a specific port (default: auto-detect from 8787)
  • mug dev --tunnel — expose via Cloudflare Quick Tunnel (requires cloudflared installed)

The dev server auto-detects free ports, so multiple workspaces can run simultaneously.

Shutdown

Gracefully stop the running dev server. Writes back database changes and cleans up.

mug shutdown

This reads .mug/dev.pid and sends SIGTERM to the dev server process.

Clone

Clone an existing workspace from Mug cloud to the local machine. Creates a new directory, scaffolds workspace structure, and connects it to the cloud workspace.

mug clone                 # shows workspace picker if you have multiple
mug clone acme            # clone by name, subdomain, or ID

Files and databases stay remote — use mug pull --all to download locally if needed. Requires mug login first.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.