foxcode-run-user-profile

Launch FoxCode in User Profile mode and verify MCP connectivity.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/korchasa/foxcode --skill foxcode-run-user-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foxcode-run-user-profile
Source: https://github.com/korchasa/foxcode/tree/main/foxcode/skills/foxcode-run-user-profile
Command: npx skills add https://github.com/korchasa/foxcode --skill foxcode-run-user-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch FoxCode in User Profile mode. Self-contained: checks prerequisites, locates extension, guides user to load it manually via about:debugging into their own Firefox, verifies connectivity. Caches resolved paths in .foxcode/config.json for fast re-runs.

Core Features & Use Cases

  • Self-contained steps to verify MCP server status and connectivity.
  • Locate and prepare the Firefox extension for loading via about:debugging.
  • Persist configuration paths to enable rapid re-runs.

Quick Start

Run the quickstart to launch FoxCode in user profile mode and follow the prompts to load the extension and verify connectivity.

Frequently Asked Questions about foxcode-run-user-profile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load a Firefox extension for debugging via about:debugging?

To debug a Firefox extension, you launch it in User Profile mode and manually load the extension package via the browser's about:debugging page to verify connectivity.

How do I verify MCP server connectivity after loading a Firefox extension?

You verify MCP connectivity by running status checks, ping commands, and environment resolution steps to ensure the browser extension communicates properly with the server.

Can I run FoxCode locally using my own Firefox profile?

Yes, FoxCode runs locally in User Profile mode, guiding you to load the extension directly into your own Firefox instance to enable browser extension debugging.

What prerequisites do I need to check before launching FoxCode in User Profile mode?

FoxCode self-checks prerequisites before launching, locating the extension and verifying MCP server status to ensure the local environment is ready for connectivity verification.

Why does FoxCode cache configuration paths in .foxcode/config.json?

FoxCode caches resolved configuration paths in .foxcode/config.json to enable rapid re-runs, skipping redundant environment resolution steps on subsequent local launches.

What is the best way to persist resolved paths for rapid Firefox extension re-runs?

The best way to persist paths is caching them in .foxcode/config.json, allowing FoxCode to skip prerequisite checks and environment resolution during rapid re-runs.