← 返回 Skills 市场
oriliz

Paw Chat

作者 Ori · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ⚠ suspicious
311
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install paw-chat
功能描述
Install and manage Paw - a standalone web chat frontend for OpenClaw Gateway. Use when the user wants to install Paw, update Paw, or set up a web chat interf...
安全使用建议
This package is a static web frontend that connects to whatever OpenClaw Gateway URL and token you enter in the browser UI. Before installing: (1) Inspect scripts/install.sh — it will create/copy files into ~/.openclaw/control-ui-static (or $OPENCLAW_HOME) so confirm that path is correct and OpenClaw is installed. (2) The README/package.json mention a CLI (paw-cli.js) and logo.jpg that are not present in the bundle — this is likely a packaging/documentation mismatch; do not run npm install commands promised in README unless you obtained the official npm package. (3) When connecting the UI, only provide a gateway token to a gateway you trust — the frontend stores the token in browser localStorage and will open a WebSocket to the gateway URL you supply. (4) Running ./assets/start.sh starts a local Python HTTP server and will open your browser; that's standard but check the file if you have strict policies. If you want maximum safety, manually copy the listed assets into your Gateway UI directory rather than running unfamiliar install tooling, and verify the repository/source of this package matches an official OpenClaw release before using in production.
功能分析
Type: OpenClaw Skill Name: paw-chat Version: 1.0.6 The 'paw-chat' bundle is a legitimate web frontend for the OpenClaw Gateway, providing a user interface for chat, session management, and agent configuration. The core logic in `assets/paw-app.js` uses WebSockets to communicate with the gateway and implements features like Markdown rendering and agent metadata editing via authorized RPC calls. The installation and startup scripts (`scripts/install.sh` and `assets/start.sh`) perform standard file copying and local server hosting tasks consistent with the project's documentation. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The name/description match the included assets and scripts (static frontend, start script, install script). Minor inconsistencies: package.json and README advertise a CLI (paw-cli.js) and logo.jpg that are not present in the provided file manifest, and README shows npm-based install commands even though this bundle is provided as static files and an install.sh. These look like documentation/packaging omissions rather than malicious mismatches.
Instruction Scope
SKILL.md instructs copying static files, running ./scripts/install.sh to place files under the OpenClaw UI directory, or running ./assets/start.sh locally. It also tells the user how to obtain the gateway Token from ~/.openclaw/config.yaml — that is relevant to the stated purpose (user-supplied token used to connect to the gateway). The runtime instructions do not ask the agent to read unrelated files, nor to transmit data to third-party endpoints.
Install Mechanism
No automated install spec is declared; this is effectively instruction-only plus scripts included in the bundle. The included scripts are local (scripts/install.sh and assets/start.sh) and copy files to ~/.openclaw/control-ui-static or run a local Python http.server — standard and low-risk. There are no downloads from remote URLs or archive extracts.
Credentials
The skill declares no required environment variables or credentials. The only sensitive item referenced is the OpenClaw gateway token (the UI asks the user to paste the gateway.auth.token from ~/.openclaw/config.yaml) which is appropriate and necessary for connecting to a user's gateway; the install script only accesses $OPENCLAW_HOME or ~/.openclaw to find the UI directory, which is consistent with installing a gateway UI component.
Persistence & Privilege
always is false and the skill does not request any special persistent privileges. The install script writes only into the OpenClaw UI static directory (or creates it) and does not modify other skills or broader agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paw-chat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paw-chat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
Fix image display bug: remove lazy loading for chat images to ensure they render immediately in messages
v1.0.5
Initial release
元数据
Slug paw-chat
版本 1.0.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Paw Chat 是什么?

Install and manage Paw - a standalone web chat frontend for OpenClaw Gateway. Use when the user wants to install Paw, update Paw, or set up a web chat interf... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 311 次。

如何安装 Paw Chat?

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

Paw Chat 是免费的吗?

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

Paw Chat 支持哪些平台?

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

谁开发了 Paw Chat?

由 Ori(@oriliz)开发并维护,当前版本 v1.0.6。

💬 留言讨论