Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
openclaw-telegram-file-browser logo

openclaw-telegram-file-browser

timotme/openclaw-telegram-chat-file-browser

Otheropenclawby timotme

Summary

OpenClaw plugin exposing 0 skills.

Install to Claude Code

openclaw plugin add timotme/openclaw-telegram-chat-file-browser

Run in Claude Code. Add the marketplace first with /plugin marketplace add timotme/openclaw-telegram-chat-file-browser if you haven't already.

README.md

Telegram File Browser for OpenClaw

A lightweight Telegram-based file explorer for your OpenClaw workspace. This plugin enables structured navigation, text preview with pagination, and file download directly within Telegram using inline buttons. Ideal for quick access on the go or when a full development environment isn’t available.

https://github.com/user-attachments/assets/33cad6b9-72c1-4fb2-9571-c7d039c8db50

Features

  • 📁 Browse workspace files and directories via Telegram using inline buttons
  • 📄 Preview text files with pagination support
  • 🎛️ Configurable UI layout and behavior limits
  • 🔐 Binary file detection and handling
  • ⚡ Message editing for seamless navigation

Installation

openclaw plugins install openclaw-telegram-file-browser

Configuration

Configure the plugin in your OpenClaw config.json:

{
  "plugins": {
    "entries": {
      "openclaw-telegram-file-browser": {
        "config": {
          "maxButtonsPerRow": 2,
          "maxButtonsTotal": 40,
          "maxTextPreview": 2500
        }
      }
    }
  }
}

Config Options

  • maxButtonsPerRow (1-4, default: 2) - Number of buttons per row in the file browser UI
  • maxButtonsTotal (10-100, default: 40) - Maximum total number of file/folder buttons to display
  • maxTextPreview (500-10000, default: 2500) - Maximum bytes to display per text file chunk

Usage

Browse command

/browse [path]

Navigate through your workspace using inline buttons. Sending the command without any arguments will open the file browser at the workspace root.

How it works:

  • Send /browse (without args) - Opens browser at workspace root with navigation buttons
  • Click inline buttons to navigate directories and view files
  • The interface updates inline (edits existing messages) when navigating via buttons
  • Send /browse [path] to jump directly to a specific location

Examples:

  • /browse - Open file browser at workspace root
  • /browse . - Start at workspace root (explicit)
  • /browse folder/subfolder - Navigate directly to a specific path
  • Click "📁 folder_name" buttons to enter directories
  • Click "📄 file_name" buttons to view file contents
  • Use "⬆️ Up" and "🏠 Home" buttons for navigation

Download command

/download <path>

Download a file from your workspace directly via Telegram. The file is sent as an attachment.

Examples:

  • /download document.pdf - Download a PDF file
  • /download project/README.md - Download from a subdirectory
  • /download config.json - Download any file type

Requirements

  • OpenClaw >= 1.0.0
  • Node.js >= 18

License

MIT

Related plugins

Browse all →