← 返回 Skills 市场
Picsee Short Link
作者
PicSee Inc.
· GitHub ↗
· v2.0.1
683
总下载
0
收藏
2
当前安装
8
版本数
在 OpenClaw 中安装
/install picsee-short-link
功能描述
PicSee URL shortener with QR code generation, analytics charts, and link management via CLI. Use when the user asks to shorten a URL, generate QR codes, visu...
安全使用建议
This skill appears to do what it says: it's a Node.js CLI that talks to PicSee and related services and stores your PicSee API token encrypted at ~/.openclaw/.picsee_token with a salt at ~/.openclaw/.picsee_salt. Before installing: 1) Ensure Node.js >=18 is available (the bundled CLI requires it — the registry metadata omitted listing Node as a required binary). 2) Review and, if desired, run the CLI source in a sandboxed environment first. 3) Note the token is encrypted but stored locally; if an attacker gains full disk access they could attempt to recover it (the key derivation uses hostname+username + salt, which mitigates but does not eliminate risk). 4) Confirm you trust the publisher (no homepage is provided) and that network access to api.pics.ee, chrome-ext.picsee.tw, api.qrserver.com and quickchart.io is acceptable. 5) If you want least privilege, create and use a PicSee token with limited scope or monitor network activity when first using the skill.
功能分析
Type: OpenClaw Skill
Name: picsee-short-link
Version: 2.0.1
The PicSee Short Link skill is a legitimate tool for URL shortening and analytics management. It features a well-structured CLI that interacts with official PicSee API endpoints (api.pics.ee, chrome-ext.picsee.tw) and reputable third-party services (api.qrserver.com, quickchart.io). A notable security feature is the implementation of AES-256-CBC encryption for local token storage in `keychain.ts`, using a machine-specific key derived from the hostname and username. The instructions in `SKILL.md` for downloading images via `curl` are safely scoped to the skill's temporary directory and are consistent with its stated purpose of generating QR codes and charts.
能力评估
Purpose & Capability
Name/description match implementation: CLI contacts picsee endpoints (api.pics.ee and chrome-ext.picsee.tw), generates QR and chart URLs, lists/edits links, and stores a token. The included source and compiled CLI implement the documented features.
Instruction Scope
SKILL.md instructs running the included Node CLI, saving an encrypted token in ~/.openclaw, creating tmp images, and contacting the documented external hosts (api.pics.ee, chrome-ext.picsee.tw, api.qrserver.com, quickchart.io). These actions are within the stated scope (shortening, analytics, QR/chart image handling).
Install Mechanism
There is no installer spec (install-only skill), but compiled CLI files are bundled and SKILL.md requires Node.js >=18. The package does not declare a formal install step — ensure your agent environment has Node >=18 available before use. No remote downloads or execution of arbitrary external archives are present.
Credentials
The skill does not request unrelated environment variables or external credentials. It stores a PicSee API token locally (encrypted) and uses only local filesystem and Node built-ins (fs, crypto, https). The token storage and usage are consistent with the documented authenticated features.
Persistence & Privilege
always is false and the skill writes only its own token/salt and temporary images under ~/.openclaw and the skill workspace. It does not modify other skills or system-wide configs. Autonomous invocation is allowed by default (normal for skills).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install picsee-short-link - 安装完成后,直接呼叫该 Skill 的名称或使用
/picsee-short-link触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
- Security improvement: Token encryption now uses a unique 32-byte random salt stored at ~/.openclaw/.picsee_salt for key derivation, making keys unpredictable even if hostname/username are known.
- Both the encrypted token and salt files are now stored with 0600 permissions to enhance security.
- Temporary PNG files are saved to a dedicated tmp directory within the skill's workspace.
- Updated documentation to reflect new storage paths and the improved security model.
v2.0.0
v2.0.0: MCP → CLI migration. Agent Skills open standard. Zero external dependencies. Works with Claude Code, claude.ai, Cursor, Codex, and 25+ platforms.
v1.3.1
Improve installation documentation: simplify Claude Code setup, add Cursor instructions, add ClawHub to README, focus SKILL.md on OpenClaw ecosystem only
v1.3.0
Add QR code generation and analytics chart visualization tools with auto-shortened URLs (unauthenticated mode, no quota consumed)
v1.2.2
Remove CLI scripts (pure MCP Server), remove UTM param from list_links, update Smithery install instructions, remove Chinese headers from SKILL.md, make Agent Recipes proactive
v1.1.0
Add MCP Server (6 tools: shorten, analytics, list, edit, delete, auth). Updated SKILL.md to tool-oriented format. Added README.md.
v1.0.1
PicSee Short Link 1.0.1
- Updated documentation to reflect that the API token is now stored in `skills/picsee-short-link/config.json` instead of a system-wide location.
- Clarified file usage, security practices, and external API dependencies in SKILL.md.
- Expanded information on file/network operations and advanced features such as analytics and charting.
- No functional code changes; updates are documentation and metadata only.
v1.0.0
PicSee Short Link skill v1.0.0 – Initial Release
- Enables fast URL shortening using PicSee, supporting both unauthenticated (basic) and authenticated (analytics, editing, advanced) modes.
- Guides first-time setup and allows users to provide a PicSee API token for enhanced features.
- Supports link analytics, listing, editing (Advanced plan), and deleting for authenticated users.
- QR code generation available on request.
- Clear user messaging, error handling, and professional output formatting.
元数据
常见问题
Picsee Short Link 是什么?
PicSee URL shortener with QR code generation, analytics charts, and link management via CLI. Use when the user asks to shorten a URL, generate QR codes, visu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 683 次。
如何安装 Picsee Short Link?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install picsee-short-link」即可一键安装,无需额外配置。
Picsee Short Link 是免费的吗?
是的,Picsee Short Link 完全免费(开源免费),可自由下载、安装和使用。
Picsee Short Link 支持哪些平台?
Picsee Short Link 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Picsee Short Link?
由 PicSee Inc.(@picseeinc)开发并维护,当前版本 v2.0.1。
推荐 Skills