OpenClawfice Installer Skill
**Install and launch the OpenClawfice virtual office dashboard.**
Best use case
OpenClawfice Installer Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
**Install and launch the OpenClawfice virtual office dashboard.**
Teams using OpenClawfice Installer Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/skill/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How OpenClawfice Installer Skill Compares
| Feature / Agent | OpenClawfice Installer Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
**Install and launch the OpenClawfice virtual office dashboard.**
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# OpenClawfice Installer Skill **Install and launch the OpenClawfice virtual office dashboard.** ## What This Does 1. Clones the OpenClawfice repo to `~/openclawfice/` 2. Installs dependencies 3. Launches the Next.js server on port 3333 4. Opens your browser to the dashboard 5. Shows your agents in a charming retro office ## When to Use - User asks to "install OpenClawfice" - User wants to "connect OpenClawfice to workspace" - User wants to "see the virtual office" - User clicks the CTA on openclawfice.com ## How It Works ### Installation Flow ```bash # 1. Clone repo git clone https://github.com/openclawfice/openclawfice.git ~/openclawfice # 2. Install dependencies cd ~/openclawfice && npm install # 3. Create launcher script cat > ~/.local/bin/openclawfice <<'EOF' #!/bin/bash cd ~/openclawfice && npm run dev EOF chmod +x ~/.local/bin/openclawfice # 4. Launch openclawfice ``` ### Success Criteria - ✅ Repo cloned to `~/openclawfice/` - ✅ Dependencies installed (should see "added N packages") - ✅ Server running on port 3333 - ✅ Browser opens to http://localhost:3333 - ✅ Agents appear in the office ## Post-Install After installation, the user can: - Run `openclawfice` from anywhere to launch - Visit http://localhost:3333 anytime - See real-time updates as agents work ## Troubleshooting **Port 3333 already in use?** ```bash # Find and kill the process lsof -ti:3333 | xargs kill -9 ``` **OpenClaw not found?** - Make sure OpenClaw is installed: `openclaw status` - Check config exists: `ls ~/.openclaw/openclaw.json` **No agents showing?** - Add agents to `~/.openclaw/openclaw.json` → `agents.list[]` - Make sure at least one agent has sessions ## Uninstall ```bash rm -rf ~/openclawfice rm ~/.local/bin/openclawfice ``` ## Security - Only installs to `~/openclawfice/` (user directory, no sudo) - Only reads from `~/.openclaw/` (no writes) - No external API calls (all local data) - Open source, auditable code ## Reference Files - Main repo: https://github.com/openclawfice/openclawfice - Install script: `./install.sh` (in this skill directory) - Landing page: https://openclawfice.com
Related Skills
openclawfice
Virtual office dashboard — pixel-art NPCs for your OpenClaw agents. Install, manage, and interact with your retro AI office.
skill-installer
Instala, valida, registra e verifica novas skills no ecossistema. 10 checks de seguranca, copia, registro no orchestrator e verificacao pos-instalacao.
skill-installer
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
linux-installer
Installs, launches, and uninstalls Linux desktop apps by resolving the safest supported source first, then running a local helper CLI. Use when the user asks to install software like GIMP, Notepad++, or other desktop apps on Linux and wants the install command plus the command to launch or remove it.
gate-mcp-installer
One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3) Verify Gate MCP setup, or (4) Troubleshoot Gate MCP connectivity issues.
clawhub-quarantine-installer
Instala e audita skills do ClawHub em um ambiente de quarentena isolado para análise de segurança, permitindo revisar riscos antes de promover para produção. Use esta skill para testar habilidades de terceiros que o ClawHub sinaliza como suspeitas, investigar suas dependências e comportamento, e gerar relatórios de auditoria básicos.
openclaw-workspace-governance-installer
Install OpenClaw WORKSPACE_GOVERNANCE in minutes. Get guided setup, upgrade checks, migration, and audit for long-running workspaces.
boot_installer
Install, update, repair, or health-check the openclaw environment. Use when the user says install openclaw, run the bootstrapper, update packages, fix a broken install, or check system health.
openakita/skills@mcp-installer
Install, configure, and add MCP servers to the OpenAkita system. Use when the user needs to install MCP packages (npm/pip/uvx), connect remote HTTP/SSE MCP services, set up custom local MCP servers, or manage MCP server configuration and lifecycle.
skill-installer
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
hve-core-installer
Decision-driven installer for HVE-Core with 6 clone-based installation methods, extension quick-install, environment detection, and agent customization workflows - Brought to you by microsoft/hve-core
qt-installer-framework-config
Configure Qt Installer Framework for cross-platform installers with component management, online updates, and custom UI