← 返回 Skills 市场
mleray24

proxymock

作者 Matthew LeRay · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
648
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proxymock
功能描述
Record, inspect, mock, replay, and generate API traffic using the proxymock CLI. Use when the user wants to capture HTTP/gRPC/database traffic, create mocks...
安全使用建议
This skill legitimately captures and replays network and database traffic; that is its purpose and it will see full request/response bodies (headers, cookies, auth tokens, DB statements). Before using it: (1) ensure the proxymock binary you run is from a trusted release (the skill has no install step), (2) avoid recording production systems or credentials unless you are sure you want their traffic recorded, (3) be aware that setting proxy env vars or running the app under proxymock will route traffic through the tool and could expose secrets, (4) the SKILL.md declares the proxymock binary as required, but the registry metadata omitted that — treat that as a packaging oversight and confirm the binary is present, and (5) if you plan to use cloud push/pull or proxymock init --api-key, ensure you understand where that API key will be stored (~/.speedscale/config.yaml) and that it is provided only to a trusted service. If you want a lower-risk test, run proxymock against a local staging environment with non-sensitive data first.
功能分析
Type: OpenClaw Skill Name: proxymock Version: 1.0.0 The skill bundle exposes the `proxymock` tool, which has high-risk capabilities. Specifically, `proxymock record -- <app-command>` and `proxymock mock -- <app-command>` allow the execution of arbitrary commands as child processes, presenting a significant Remote Code Execution (RCE) risk if the AI agent or user provides untrusted input. Additionally, the tool can manage sensitive items like TLS certificates (`proxymock certs`) and API keys (`proxymock init --api-key <key>`), and interact with external cloud services (`proxymock cloud`). While the `SKILL.md` and other documentation accurately describe these powerful features and do not contain explicit malicious prompt injection, the inherent capabilities of the tool make the skill suspicious due to the potential for misuse or exploitation.
能力评估
Purpose & Capability
Name and description match the instructions and included script: proxymock is explicitly a traffic-recording/replay/mocking CLI and the SKILL.md and script call the proxymock binary and describe ports, RRPair files, and replay workflows. The functionality requested is coherent with the stated purpose.
Instruction Scope
Instructions direct the agent/user to run proxymock to capture inbound/outbound traffic (via local proxies on ports 4140/4143) and to set proxy env vars when not using child-process mode. This is expected for the stated purpose but means the tool will see full request/response payloads (including any secrets) and will change network routing for the processes it wraps.
Install Mechanism
No install spec is included (instruction-only plus a small helper script), so nothing will be automatically downloaded or written at install time. This lowers installer risk. The provided shell script simply calls proxymock and writes a temporary log file.
Credentials
The skill does not declare required env vars or credentials, but the CLI docs mention config paths (~/.speedscale/config.yaml), --api-key, and cloud push/pull commands that would require credentials if used. The SKILL.md metadata also indicates the proxymock binary is required (contradicting the registry 'none' listing). No unrelated secret env vars are demanded, but using the tool can expose any sensitive traffic it proxies.
Persistence & Privilege
always:false and no install-time persistence. The included script writes logs to a temporary file and proxymock itself writes RRPair files under proxymock/ when used; these are normal for a traffic-capture tool and scoped to the user's workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proxymock
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proxymock 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
Slug proxymock
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

proxymock 是什么?

Record, inspect, mock, replay, and generate API traffic using the proxymock CLI. Use when the user wants to capture HTTP/gRPC/database traffic, create mocks... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 648 次。

如何安装 proxymock?

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

proxymock 是免费的吗?

是的,proxymock 完全免费(开源免费),可自由下载、安装和使用。

proxymock 支持哪些平台?

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

谁开发了 proxymock?

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

💬 留言讨论