← 返回 Skills 市场
yu-zhengzheng

Perspective Transform Visualizer

作者 yu-zhengzheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install perspective-transform-visualizer
功能描述
透视变换可视化工具。根据用户指定的变换参数(平移/旋转/缩放/剪切/透视),修改网页初始配置并打开浏览器展示效果。适合教学演示和手动调试。
安全使用建议
This appears to be a straightforward local/online HTML visualizer. Before using: (1) if you open the online demo (https://yu-zhengzheng.github.io/...), be aware any parameters encoded into a public URL could be visible to others; (2) when running locally, review index.html and the bundled three.min.js if you want extra assurance (three.min.js appears to be the standard Three.js bundle); (3) the skill does not request credentials, so it's safe from secret-exfiltration risks, but avoid blindly running unknown code that you haven't inspected if you require a high security posture. If you expect to open the visualizer on a remote device, note SKILL.md suggests encoding parameters into the URL or instructing the user to modify configData manually.
功能分析
Type: OpenClaw Skill Name: perspective-transform-visualizer Version: 1.0.0 The skill bundle is a legitimate 3D perspective transformation visualization tool using Three.js. The instructions in SKILL.md correctly guide the AI agent to modify a local configuration object within index.html to visualize user-provided parameters. The code is transparent, lacks obfuscation, and contains no evidence of data exfiltration or malicious intent; it includes a standard third-party visitor counter (busuanzi.ibruce.info) which is common for static web projects.
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the included files (index.html, three.min.js, CSS) and SKILL.md. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md tells the agent to modify the index.html configData and open the page locally or use a listed online URL; it also suggests checking runtime channel/surface to choose local vs. online. These actions are appropriate for a visualizer and do not instruct reading unrelated files or secrets. (Note: SKILL.md references Start-Process which is a platform-specific way to open URLs/files.)
Install Mechanism
No install spec; this is instruction-only with static assets included. three.min.js is vendored locally (expected). No remote downloads or archive extraction occur during install.
Credentials
The skill requires no environment variables, credentials, or config paths. The only external endpoint referenced is an optional online demo URL for convenience — not required and not used to exfiltrate data by the skill files themselves.
Persistence & Privilege
always is false, the skill does not request persistent system privileges, nor does it attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install perspective-transform-visualizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /perspective-transform-visualizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — interactive perspective transformation visualizer for teaching and debugging. - Visualizes 2D transformations (translate, rotate, scale, shear, perspective) in 3D using Three.js. - Supports manual editing of transformation parameters or direct matrix input. - Provides clear parameter mapping between user inputs and config fields. - Allows opening with default or user-defined configuration both locally (offline) and via online demo for remote users. - Includes usage guidance and remote-device (mobile/desktop) detection logic.
元数据
Slug perspective-transform-visualizer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Perspective Transform Visualizer 是什么?

透视变换可视化工具。根据用户指定的变换参数(平移/旋转/缩放/剪切/透视),修改网页初始配置并打开浏览器展示效果。适合教学演示和手动调试。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 Perspective Transform Visualizer?

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

Perspective Transform Visualizer 是免费的吗?

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

Perspective Transform Visualizer 支持哪些平台?

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

谁开发了 Perspective Transform Visualizer?

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

💬 留言讨论