← Back to Skills Marketplace
PicSee URL Shortener & QR Codes (Web)
by
PicSee Inc.
· GitHub ↗
· v1.0.0
669
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install picsee-url-shortener-web
Description
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 "縮網址", "短網址"...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install picsee-url-shortener-web - After installation, invoke the skill by name or use
/picsee-url-shortener-web - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of PicSee URL Shortener skill.
Metadata
Frequently Asked Questions
What is 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 "縮網址", "短網址"... It is an AI Agent Skill for Claude Code / OpenClaw, with 669 downloads so far.
How do I install PicSee URL Shortener & QR Codes (Web)?
Run "/install picsee-url-shortener-web" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PicSee URL Shortener & QR Codes (Web) free?
Yes, PicSee URL Shortener & QR Codes (Web) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PicSee URL Shortener & QR Codes (Web) support?
PicSee URL Shortener & QR Codes (Web) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PicSee URL Shortener & QR Codes (Web)?
It is built and maintained by PicSee Inc. (@picseeinc); the current version is v1.0.0.
More Skills