Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

folder-visualizer-htmlfolder visualizer HTML 浏览器

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

12,912

周安装

549

GitHub Stars

1

下载量

4,524
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:folder-visualizer-html(folder visualizer HTML 浏览器)
来源仓库:https://github.com/sdsds222/folder-visualizer-html
安装命令:
openclaw skills install folder-visualizer-html
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install folder-visualizer-html

简介

用于生成本地文件夹的可折叠 HTML 可视化,辅助界面设计与视觉规范优化。

  • 适合整理页面结构、生成 UI 方案或检查组件层级与视觉一致性。
  • 通过浏览器预览输出结果,需结合品牌与设计系统使用。
  • 涉及真实页面改动时建议截图验证文本溢出与响应式表现。
  • 内置 XSS 防护,支持安全地创建目录树展示。folder-visualizer-html 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
folder-visualizer-html
display_name
Folder UI Visualizer - show the folder through HTML (via Telegram)
description
>
trigger_keywords
metadata
clawdbot
emoji
📁
category
Security & Utility
requires
bins
["node"]
env
["TELEGRAM_BOT_TOKEN"]

Secure Folder Visualizer

This skill generates a self-contained, XSS-safe HTML report of a directory structure. It is optimized for the "Generate -> Send -> Cleanup" secure workflow.

Trigger Scenarios

  • "Visualize the folder [path]."
  • "Show me what's inside this directory."
  • "Send a tree map of my project to Telegram."

Execute Command

node {baseDir}/file_lister.js "<directory_path>"

Arguments & Sanitization (CRITICAL)

  • <directory_path>: The target folder path.
  • Sanitization Rule: Before executing, you MUST sanitize this path. Remove or escape any shell-active characters: ;, &, |, (, ), ``, $, <, >, \`.
  • Normalization: Convert relative paths (like . or ./src) to Absolute Paths to prevent directory traversal ambiguity.
  • Formatting: Always wrap the sanitized absolute path in double quotes "".

Expected Output & Next Actions

  1. Expected Output: The script will output the absolute path to the generated .html file.
  2. STRICT Execution Sequence:
  • Step 1 (Credential Check & User Guidance):

- Check: Before sending, verify if the $TELEGRAM_BOT_TOKEN environment variable is available. - Action: If the token is missing, you MUST HALT. Explicitly inform the user in natural language: "The Telegram Bot Token is missing." Then, briefly explain what it is (e.g., "This token is a unique password from BotFather that allows this system to securely send the report to your Telegram account"). Finally, instruct them to configure it as a system environment variable. - Strict Rules: 1. You must NOT output the raw code string $TELEGRAM_BOT_TOKEN or TELEGRAM_BOT_TOKEN in your response. 2. Do NOT ask the user to paste the token into the chat (for security reasons). 3. The target chat_id is automatically supplied within your active conversation context. You must extract and proceed directly with this contextual value without prompting the user for it.

  • Step 2 (Deliver): you must use sendDocument below to send the file at the returned path to the user, you have to execute this step referring to sendDocument below.

sendDocument Use this to send raw files (PDFs, scripts, zips).

  • Method: POST (multipart/form-data)
  • Parameters:

- chat_id (string/int): The target chat ID. Read this from the context now. - document (file): The file to upload, formatted as @/path/to/file.zip (must be an absolute path). - BOT_TOKEN (string): The Telegram bot token. Read this from the $TELEGRAM_BOT_TOKEN environment variable. Example:

curl -s -X POST "https://api.telegram.org/bot<BOT_TOKEN>/sendDocument" -F "chat_id=12345678" -F "document=@C:\Users\Username\Desktop\file.zip"
  • Step 3 (Cleanup): REGARDLESS of success, immediately delete the file.
  • *Windows:* del "<path>"
  • *Linux/macOS:* rm "<path>"
  • Step 4 (Reply): Inform the user: "The secure folder report has been sent and the local temp file has been purged."

Security Notes

  • XSS Protection: Filenames are automatically escaped in the HTML report.
  • Injection Defense: The Agent is responsible for path sanitization per the rules above.
  • Privacy: No data is uploaded to 3rd party servers; transfer is handled via secure Telegram API.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.81%
按下载量换算4,108

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills