openclaw - 💡(How to fix) Fix [Feature]: Native Workspace Media & File Browser in Control UI [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#63224Fetched 2026-04-09 07:56:41
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1

A native Workspace Explorer to bridge the gap between autonomous file generation and user consumption.

Root Cause

A native Workspace Explorer to bridge the gap between autonomous file generation and user consumption.

RAW_BUFFERClick to expand / collapse

Summary

A native Workspace Explorer to bridge the gap between autonomous file generation and user consumption.

Problem to solve

Currently, OpenClaw generates various assets (MP4 videos, images, JSON credentials, and Python scripts) within the ~/.openclaw/workspace/ directory. However, there is no native way to browse, preview, or download these files directly from the Control UI. Users operating on remote servers must use SSH, SFTP, or manual CLI commands to retrieve generated media (e.g., a "Hard Reset" tutorial video generated by an agent).

Proposed solution

I propose adding a dedicated "Workspace" or "Files" tab to the Control UI/Dashboard that provides:

  • File Explorer: A tree or list view of the ~/.openclaw/workspace/ directory.-
  • Media Preview: Native browser playback for .mp4 files and lightboxes for images (.png, .jpg).-
  • Code/Text Viewer: A read-only (or editable) view for .py, .json, and .md files.-
  • Download Actions: Ability to download specific assets directly to the local machine.

Alternatives considered

  • Manual CLI: Running ls and using scp to move files (high friction for non-technical users).
  • Custom Skills: Building a standalone claw-drive skill, but a native UI integration would provide a more cohesive "out-of-the-box" experience.
  • Markdown Links: Using MEDIA:/ protocols in chat, which works for one-off files but doesn't allow for broad browsing.

Impact

Expected Impact

This feature will transform OpenClaw from a text-heavy agent framework into a full-fledged "Agentic OS" where media outputs (Videos, Images, Reports) are treated as first-class citizens. It specifically benefits:

  1. Remote/Cloud Users: Who currently lack a GUI to view workspace artifacts.
  2. Visual Workflows: Enabling instant review of agent-generated media like 'Zebra_MC94_Hard_Reset.mp4'.
  3. Enterprise Deployments: Providing a safe, UI-restricted way to browse results.

Evidence/examples

No response

Additional information

No response

extent analysis

TL;DR

Implementing a native Workspace Explorer in the Control UI/Dashboard to browse, preview, and download generated assets will address the current limitation.

Guidance

  • To start, identify the technical requirements for integrating a file explorer into the Control UI, considering the directory structure of ~/.openclaw/workspace/.
  • Determine the best approach for implementing media preview for .mp4 files and image lightboxes, ensuring compatibility with various browsers.
  • Develop a code/text viewer for .py, .json, and .md files, deciding whether it should be read-only or editable based on user needs and security considerations.
  • Design a download action feature that allows users to select and download specific assets directly to their local machine, ensuring a secure and user-friendly experience.

Example

No specific code example can be provided without further technical details, but the implementation might involve using JavaScript libraries for the file explorer and media preview, and integrating them into the existing Control UI framework.

Notes

The proposed solution aims to enhance user experience, especially for remote/cloud users and enterprise deployments, by providing a native and cohesive way to interact with generated assets. However, the implementation details, such as security considerations and compatibility issues, need careful planning and execution.

Recommendation

Apply a workaround by implementing a basic file explorer and media preview feature in the Control UI as a starting point, with plans to expand and refine the functionality based on user feedback and technical feasibility. This approach allows for a phased development and deployment, addressing the immediate needs while leaving room for future enhancements.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING