← 返回 Skills 市场
quntion

Skills Browser

作者 quntion · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
324
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-skills-browser
功能描述
Skills浏览器 - 使用HTML和Python3实现的本地技能浏览工具,支持技能列表过滤和详情查看
使用说明 (SKILL.md)

AI SKILLS BROWSER

../skills/目录内的技能管理工具,支持技能列表过滤和详情查看。

功能

  • 技能列表过滤
  • 技能详情查看

安装

  • 运行skillsbrowser脚本
  • 访问http://127.0.0.1:8765查看技能浏览器
  • 从浏览器中输入技能名称进行过滤
  • 点击技能名称查看详细信息
  • 从浏览器中关闭技能浏览器
安全使用建议
This skill is coherent with its description and contains only local code, but review and consider these before running: 1) The included launcher script will forcibly kill whatever is listening on port 8765 (kill -9) — that can stop unrelated services; consider removing or modifying that line. 2) The Python server binds to 0.0.0.0 (all interfaces) and serves SKILL.md contents over HTTP — change the bind to 127.0.0.1 if you only want local access, and ensure SKILL.md files do not contain secrets. 3) If you run it on a multi-user or networked machine, run in a restricted environment or behind a firewall. If you want higher assurance, inspect the SKILL.md files in the directory the tool will scan and run the server from a non-privileged account after adjusting the script to avoid kill -9 and to bind to localhost.
功能分析
Type: OpenClaw Skill Name: ai-skills-browser Version: 1.0.0 The 'ai-skills-browser' bundle is a legitimate utility designed to provide a local web interface for browsing and viewing OpenClaw skill documentation. It uses a Python-based HTTP server (server.py) to expose an API that reads SKILL.md files from the local filesystem and a frontend (index.html) that renders them using standard libraries like marked.js and highlight.js. While the server binds to all network interfaces (0.0.0.0) and lacks HTML sanitization for rendered markdown—which are minor security vulnerabilities—there is no evidence of malicious intent, data exfiltration, or unauthorized execution logic across the shell scripts, Python code, or documentation.
能力评估
Purpose & Capability
Name/description match the code: server.py enumerates directories under a parent SKILL_DIR, parses SKILL.md frontmatter and serves a web UI to list and view skill details. There are no unrelated environment variables, external services, or surprising dependencies required.
Instruction Scope
SKILL.md tells the user to run the provided script and open http://127.0.0.1:8765. The included script/server implement that behavior and read SKILL.md files from a directory two levels up. That is expected for a skills browser, but the runtime will read and serve the contents of SKILL.md files over HTTP — any sensitive data placed in SKILL.md will be exposed. Also the server binds to 0.0.0.0 (all interfaces) rather than localhost, which increases network exposure.
Install Mechanism
No install spec or external downloads; all code is bundled with the skill (Python script, HTML, third-party JS libs). Nothing is fetched from arbitrary URLs and no archives are extracted at install-time.
Credentials
The skill requests no env vars or credentials. However it scans the filesystem (SKILL_DIR) for SKILL.md files and will expose their contents over its HTTP endpoints. That filesystem access is proportionate to the stated purpose but you should ensure the scanned directory does not contain secrets or private SKILL.md content you don't want served.
Persistence & Privilege
The skill does not request persistent/privileged platform flags (always:false) and does not modify other skills. Operational behaviors to be aware of: the shell script kills any process using port 8765 (lsof | xargs kill -9) before starting the server, which can terminate unrelated services on that port; server binds to 0.0.0.0 and calls webbrowser.open to launch a browser.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-skills-browser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-skills-browser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ai-skills-browser 1.0.0 - 首次发布技能浏览器工具,基于HTML和Python3实现。 - 支持对../skills/目录内技能进行列表过滤。 - 可浏览并查看每个技能的详细信息。 - 提供本地Web页面访问与操作体验。
元数据
Slug ai-skills-browser
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Skills Browser 是什么?

Skills浏览器 - 使用HTML和Python3实现的本地技能浏览工具,支持技能列表过滤和详情查看. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。

如何安装 Skills Browser?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-skills-browser」即可一键安装,无需额外配置。

Skills Browser 是免费的吗?

是的,Skills Browser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skills Browser 支持哪些平台?

Skills Browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skills Browser?

由 quntion(@quntion)开发并维护,当前版本 v1.0.0。

💬 留言讨论