dev-launch-file-browser

Launch and verify the in-repo Filestash file browser via wrapper scripts.

18|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/igamenovoer/houmao --skill dev-launch-file-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-launch-file-browser
Source: https://github.com/igamenovoer/houmao/tree/main/context/skills/dev-launch-file-browser
Command: npx skills add https://github.com/igamenovoer/houmao --skill dev-launch-file-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need an easy way to browse repository files and generated artifacts through a local web UI without inventing custom Docker commands or risking misconfigured ports and credentials.

Core Features & Use Cases

  • Manual invocation with explicit user intent: Only runs when the user explicitly requests the skill by name or asks to launch, stop, verify, or reset the helper.
  • Repo-owned, wrapper-based control: Starts, verifies, stops, and resets the in-repo Filestash helper using the provided up.sh, verify.sh, and down.sh scripts.
  • Config-safe reporting: Reads connection details from dockers/dev-helpers/filestash/.env to report the correct URL, label, and password.
  • Clear failure surfacing: Reports missing-image expectations, missing node/jq prerequisites, and verification failures without guessing.

Quick Start

Ask the AI to dev-launch-file-browser to start or verify the in-repo Filestash file browser and return the login URL and credentials.

Frequently Asked Questions about dev-launch-file-browser

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

FAQPage Schema
How do I launch a local web UI to browse repository files and generated artifacts?

To launch a local file browser, invoke the dev-launch-file-browser skill to start the in-repo Filestash helper. It uses repo-owned wrapper scripts to run the web UI and reads connection details from the dockers/dev-helpers/filestash/.env file to report access URLs and credentials.

How do I verify that my local Filestash file browser is running correctly?

You can verify the local Filestash file browser by asking the skill to run its verification process. It executes the repo-owned verify.sh script, checks for missing-image expectations, and reports verification outcomes clearly without guessing ports or credentials.

Do I need node and jq installed to run the Filestash docker helper?

Yes, you need both node and jq installed to run the Filestash docker helper. The skill explicitly checks for these prerequisites during startup and verification, surfacing a clear failure message if either dependency is missing instead of attempting to proceed.

How can I safely stop or reset the local file browser without misconfiguring ports?

To safely stop or reset the local file browser, trigger the skill's shutdown or reset functionality. It uses the repo-owned down.sh wrapper script to manage the helper lifecycle cleanly, preventing misconfigured ports and ensuring no custom Docker commands are needed.

What is the best way to inspect generated outputs during a development workflow?

Using a local file browser like Filestash is an effective way to inspect generated outputs during a development workflow. It provides a local web UI for quick repository file viewing and repeatable helper startup and shutdown management without requiring manual Docker commands.

Why does the local file browser fail to start when I run the wrapper script?

The local file browser may fail to start if prerequisites like node or jq are missing, or if expected Docker images are not present. The skill surfaces these specific failures directly from the wrapper scripts without inventing ports or credentials to bypass configuration errors.