Skip to content

Getting Started

This guide walks through installing and using plugins from the Cloud marketplace.

Claude Code is Anthropic’s official CLI for AI-powered software engineering.

Terminal window
npm install -g @anthropic-ai/claude-code

Or visit claude.com/claude-code for installation instructions.

For browser automation plugins (like f5xc-console), install the Claude in Chrome extension:

Add this marketplace to your Claude Code installation:

Interactive:

Terminal window
/plugin marketplace add robinmordasiewicz/f5xc-marketplace

CLI:

Terminal window
claude plugin marketplace add robinmordasiewicz/f5xc-marketplace

Verify the marketplace is added:

Terminal window
/plugin marketplace list
Terminal window
/plugin

This shows all plugins from configured marketplaces.

From marketplace:

Terminal window
/plugin install f5xc-console

Direct from GitHub:

Terminal window
/plugin install robinmordasiewicz/f5xc-console
Terminal window
/plugin list

The f5xc-console plugin provides browser automation for the console.

/xc:console login https://your-tenant.console.ves.volterra.io

This initiates Azure SSO authentication and logs you into the console.

/xc:console nav "Web App & API Protection"
/xc:console crawl https://your-tenant.console.ves.volterra.io

Extracts navigation structure for intelligent command routing.

/xc:console create http-lb

Guides you through creating an HTTP Load Balancer.

The browser automation maintains session state. For long-running operations:

  1. Verify you are logged in before starting
  2. Handle session timeouts gracefully
  3. Run /xc:console login to re-authenticate if needed

If a command fails:

  1. Check the browser console for errors
  2. Verify network connectivity
  3. Ensure you have proper permissions in the console namespace