# Send PicSee URL Shortener & QR Codes to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "picsee-short-link",
    "name": "PicSee URL Shortener & QR Codes",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/PicSeeInc/picsee-short-link",
    "canonicalUrl": "https://clawhub.ai/PicSeeInc/picsee-short-link",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/picsee-short-link",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=picsee-short-link",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "cli/dist/api.d.ts",
      "cli/dist/api.js",
      "cli/dist/cli.d.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/picsee-short-link"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/picsee-short-link",
    "downloadUrl": "https://openagent3.xyz/downloads/picsee-short-link",
    "agentUrl": "https://openagent3.xyz/skills/picsee-short-link/agent",
    "manifestUrl": "https://openagent3.xyz/skills/picsee-short-link/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/picsee-short-link/agent.md"
  }
}
```
## Documentation

### PicSee Short Link

URL shortener with QR code generation, analytics charts, and link management via CLI.

Works with any agent that can run shell commands (OpenClaw, Claude Code, Codex, etc.).

### CLI Path

node ~/.openclaw/workspace/skills/picsee-short-link/cli/dist/cli.js

For brevity, examples below use picsee as alias.

### Shorten a URL

picsee shorten "https://example.com/long-url"
picsee shorten "https://example.com" --slug mylink
picsee shorten "https://example.com" --slug mylink --domain pse.is --title "My Title" --tags seo,marketing

### Analytics

picsee analytics mylink

### Generate Analytics Chart

picsee chart mylink

Fetches analytics and returns a QuickChart URL visualizing daily clicks.

### Generate QR Code

picsee qr "https://pse.is/mylink"
picsee qr "https://pse.is/mylink" --size 500

### List Links

picsee list
picsee list --limit 10
picsee list --start "2026-03-31T23:59:59" --keyword "campaign"
picsee list --tag seo --starred

--start queries backward from that time (default: now). Use the END of the period, e.g. 2026-03-31T23:59:59 for March 2026.

### Edit a Link

picsee edit mylink --url "https://new-destination.com"
picsee edit mylink --slug newslug --title "New Title" --tags a,b,c

Requires Advanced plan.

### Delete / Recover

picsee delete mylink
picsee recover mylink

### Authentication

picsee auth <token>
picsee auth-status

Token source: https://picsee.io → avatar → Settings → API → Copy token.

### Help

picsee help

### shorten

FlagDescription--slug <slug>Custom slug (3-90 chars)--domain <domain>Short link domain (default: pse.is)--title <title>Preview title (Advanced plan)--desc <desc>Preview description (Advanced plan)--image <url>Preview thumbnail (Advanced plan)--tags t1,t2Comma-separated tags (Advanced plan)--utm s:m:c:t:nUTM params — source:medium:campaign:term:content

### list

FlagDescription--start <time>Query backward from this time (default: now)--limit <n>Results per page (1-50, default 50)--keyword <kw>Search title/description (Advanced, 3-30 chars)--tag <tag>Filter by tag (Advanced)--url <url>Filter by exact destination URL--slug <slug>Filter by exact slug--starredStarred links only--api-onlyAPI-generated links only--cursor <mapId>Pagination cursor

### edit

FlagDescription--url <url>New destination URL--slug <slug>New slug--domain <domain>New domain--title <title>New preview title--desc <desc>New preview description--image <url>New preview thumbnail--tags t1,t2New tags--expire <iso>Expiration time (ISO 8601)

### Auth Modes

ModeAPI HostFeaturesUnauthenticatedchrome-ext.picsee.twCreate short links onlyAuthenticatedapi.pics.eeCreate + analytics + list + search + edit + delete

Auto-detected: if encrypted token exists at ~/.openclaw/.picsee_token, authenticated mode is used.

### Security

Token encryption: AES-256-CBC, IV stored alongside ciphertext
Key derivation: SHA-256(random-salt + hostname + "-" + username) — the 32-byte random salt is generated once and stored at ~/.openclaw/.picsee_salt (mode 0600), making the key unpredictable even if hostname/username are known
File permissions: 0600 on both token and salt files

### Download QR Code as Image

After picsee qr, download and send the image:

mkdir -p ~/.openclaw/workspace/skills/picsee-short-link/tmp
curl -s -o ~/.openclaw/workspace/skills/picsee-short-link/tmp/<ENCODE_ID>_qr.png "<originalQrUrl>"

Send via message tool with filePath: "~/.openclaw/workspace/skills/picsee-short-link/tmp/<ENCODE_ID>_qr.png".

### Download Chart as Image

After picsee chart, download and send the image:

mkdir -p ~/.openclaw/workspace/skills/picsee-short-link/tmp
curl -s -o ~/.openclaw/workspace/skills/picsee-short-link/tmp/<ENCODE_ID>_chart.png "<originalChartUrl>"

Send via message tool with filePath: "~/.openclaw/workspace/skills/picsee-short-link/tmp/<ENCODE_ID>_chart.png".
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: PicSeeInc
- Version: 2.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/picsee-short-link)
- [Send to Agent page](https://openagent3.xyz/skills/picsee-short-link/agent)
- [JSON manifest](https://openagent3.xyz/skills/picsee-short-link/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/picsee-short-link/agent.md)
- [Download page](https://openagent3.xyz/downloads/picsee-short-link)