← 返回 Skills 市场
picseeinc

PicSee URL Shortener & QR Codes (Web)

作者 PicSee Inc. · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
669
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install picsee-url-shortener-web
功能描述
Quickly shorten URLs and generate QR codes via PicSee (picsee.io). After logging in, you can also view analytics and history. Use when user says "縮網址", "短網址"...
安全使用建议
This skill appears to do what it claims, but consider these points before installing: (1) It uses the agent's browser profile (profile: "openclaw") to interact with picsee.io — if that profile contains other logged-in sessions, snapshots could capture unrelated sensitive page content; use an isolated profile if you are concerned. (2) QR generation runs pip install inside a venv in your home (~) and will download packages from PyPI; if you prefer, review or pre-create the venv and packages yourself. (3) The skill creates persistent files (~/openclaw_python_venv) and temporary images (/tmp/picsee_qr.png) which you may want to remove after use. (4) No environment variables or credentials are requested by the skill itself; however, logging into PicSee via the browser will expose your PicSee session to the agent. If these behaviors are acceptable, the skill is internally consistent with its purpose.
功能分析
Type: OpenClaw Skill Name: picsee-url-shortener-web Version: 1.0.0 The skill is classified as suspicious due to its use of shell command execution (`bash` scripts) and `pip install` for package management. While these actions are used for the stated purpose of generating QR codes (creating a virtual environment, installing `qrcode` and `pillow` libraries, and saving an image to `/tmp`), they introduce a significant attack surface, including potential supply chain risks via `pip` and the ability to execute arbitrary commands on the host system. There is no clear evidence of malicious intent such as data exfiltration or persistence mechanisms, but the powerful capabilities warrant a 'suspicious' classification.
能力评估
Purpose & Capability
Name/description match the instructions: the skill automates picsee.io via the agent's browser tools to shorten URLs and (optionally) generates a QR image locally. The venv-and-qrcode steps are proportionate to the optional QR feature.
Instruction Scope
Instructions are narrowly scoped to interacting with picsee.io, taking snapshots, and optionally creating a QR image. A notable point: the skill requires using profile: "openclaw" for the browser tool, which implies using a stored browser session/cookies (needed to access analytics/history when logged in) — that can expose other logged-in page content if the profile contains multiple site sessions. It also instructs creating files (venv in ~ and /tmp/picsee_qr.png).
Install Mechanism
There is no packaged install spec, but the runtime instructions run pip install inside a virtualenv (qrcode, pillow) when QR generation is requested. This is a normal approach but does fetch third-party packages from PyPI and writes a persistent venv directory to the user's home.
Credentials
The skill requests no environment variables or secret credentials. The only implicit sensitive access is via the browser profile (for logged-in functionality). No unrelated service tokens or system credentials are requested.
Persistence & Privilege
always:false and agent-invocation are normal. The skill does create persistent files (~/openclaw_python_venv) and temporary output (/tmp/picsee_qr.png) when QR generation is used. It does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install picsee-url-shortener-web
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /picsee-url-shortener-web 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of PicSee URL Shortener skill.
元数据
Slug picsee-url-shortener-web
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PicSee URL Shortener & QR Codes (Web) 是什么?

Quickly shorten URLs and generate QR codes via PicSee (picsee.io). After logging in, you can also view analytics and history. Use when user says "縮網址", "短網址"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 669 次。

如何安装 PicSee URL Shortener & QR Codes (Web)?

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

PicSee URL Shortener & QR Codes (Web) 是免费的吗?

是的,PicSee URL Shortener & QR Codes (Web) 完全免费(开源免费),可自由下载、安装和使用。

PicSee URL Shortener & QR Codes (Web) 支持哪些平台?

PicSee URL Shortener & QR Codes (Web) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PicSee URL Shortener & QR Codes (Web)?

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

💬 留言讨论