code-server

Run a web-based VS Code editor on port 8443.

10|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/alexradunet/piBloom --skill code-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-server
Source: https://github.com/alexradunet/piBloom/tree/main/services/code-server
Command: npx skills add https://github.com/alexradunet/piBloom --skill code-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a convenient, browser-based interface for editing code directly on your Bloom instance, eliminating the need for local development environments for certain tasks.

Core Features & Use Cases

  • In-Browser IDE: Access a full VS Code experience through your web browser.
  • Remote Development: Edit code and manage projects hosted on your Bloom machine.
  • Use Case: Quickly make edits to configuration files or small scripts on your Bloom server without needing to SSH in and use a terminal-based editor.

Quick Start

Access the code editor at http://<bloom-ip>:8443.

Frequently Asked Questions about code-server

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

FAQPage Schema
How do I edit code remotely on my server using a browser-based IDE?

You can edit code remotely using a browser-based IDE by accessing a VS Code interface exposed on port 8443. This provides a full web-based code editor experience directly in your browser for editing files on your server.

Can I use VS Code for remote development without a local installation?

Yes, you can use VS Code for remote development without a local installation by navigating to the code editor's web address. It delivers the full VS Code experience through your web browser.

Do I need a systemd user service to run a web-based code editor?

Yes, running this web-based code editor requires a systemd user service for the code-server application. This background service maintains the editor's availability on port 8443 for browser access.

What is the best way to quickly edit configuration files on a remote server?

The best way to quickly edit configuration files on a remote server is using a browser-based code editor. It eliminates the need for SSH and terminal-based editors by providing a graphical VS Code interface.

How do I access the code editor after setting up the service?

Access the code editor by opening your web browser and navigating to http://<bloom-ip>:8443. This address connects you directly to the VS Code interface running on your Bloom instance.