{
  "schemaVersion": "1.0",
  "item": {
    "slug": "privatebin-upload",
    "name": "PrivateBin Upload Skill",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/KafCoppelia/privatebin-upload",
    "canonicalUrl": "https://clawhub.ai/KafCoppelia/privatebin-upload",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/privatebin-upload",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=privatebin-upload",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "README.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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/privatebin-upload"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/privatebin-upload",
    "agentPageUrl": "https://openagent3.xyz/skills/privatebin-upload/agent",
    "manifestUrl": "https://openagent3.xyz/skills/privatebin-upload/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/privatebin-upload/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to Use",
        "body": "Use this skill when:\n\nUser wants to upload/share text, code, reports, or files via a paste link\nUser mentions \"paste\", \"privatebin\", \"shareable link\", \"burn after reading\", or \"password-protect\"\nUser needs expiry-controlled or one-time viewing sharing\n\nDo NOT use this skill when:\n\nUser only wants to read an existing paste (use privatebin show <url> directly)\nNo content or file has been identified to upload\nUser is asking about PrivateBin in general without intent to upload"
      },
      {
        "title": "Input / Output",
        "body": "Input:\n  content:    string | file_path   # text/code to upload, or file path\n  formatter?: plaintext | markdown | syntaxhighlighting  # default: plaintext\n  expire?:    5min | 10min | 1hour | 1day | 1week | 1month | 1year | never\n  burn_after_reading?: boolean     # default: false\n  password?:  string               # ask user if requested\n  attachment?: boolean             # true for binary/image/archive files\n  bin?:       string               # named instance from config\n\nOutput:\n  paste_url:  string   # shareable link to present\n  expire:     string   # expiry setting used\n  password?:  string   # echoed back if set"
      },
      {
        "title": "Steps",
        "body": "Check CLI — Run privatebin --version. If not found, install privatebin-cli and stop until user resolves it.\n\n\nCheck config — Verify ~/.config/privatebin/config.json exists. If missing, run:\nprivatebin init                                 # default: privatebin.net\nprivatebin init --host https://bin.example.com  # custom host\n\n\n\nDetermine parameters — Infer formatter, expiry, attachment from context. Use defaults (plaintext, 1day) if unspecified. Ask for password only if user requested it.\n\n\nRun upload — Use --output=json as global flag (before create):\n# Text/code via stdin\nprintf '%s' \"<content>\" | privatebin --output=json create [flags]\n\n# From file\nprivatebin --output=json create --filename=/path/to/file [flags]\n\n# File attachment\nprivatebin --output=json create --attachment --filename=/path/to/file [flags]\n\n\n\nParse response — Extract paste_url from JSON:\n{ \"paste_id\": \"...\", \"paste_url\": \"https://bin.example.com?id#key\", \"delete_token\": \"...\" }\n\n\n\nConfirm — Present paste_url, expiry, and password (if set) to user."
      },
      {
        "title": "Common Flags",
        "body": "FlagExampleUse CaseFormatter--formatter=markdownMarkdown reportsExpiry--expire=10minQuick shareBurn--burn-after-readingOne-time secretPassword--password=secretAccess controlAttachment--attachmentBinary/image files"
      },
      {
        "title": "On Failure",
        "body": "ErrorActionCLI not foundGuide user to install (see README.md)no privatebin instance configuredRun privatebin init --host <url> --forceRate limitWait 10s, retry once. If fails again, report to userUpload errorShow error message. Check host URL, network, config"
      }
    ],
    "body": "PrivateBin Upload Skill\nWhen to Use\n\nUse this skill when:\n\nUser wants to upload/share text, code, reports, or files via a paste link\nUser mentions \"paste\", \"privatebin\", \"shareable link\", \"burn after reading\", or \"password-protect\"\nUser needs expiry-controlled or one-time viewing sharing\n\nDo NOT use this skill when:\n\nUser only wants to read an existing paste (use privatebin show <url> directly)\nNo content or file has been identified to upload\nUser is asking about PrivateBin in general without intent to upload\nInput / Output\nInput:\n  content:    string | file_path   # text/code to upload, or file path\n  formatter?: plaintext | markdown | syntaxhighlighting  # default: plaintext\n  expire?:    5min | 10min | 1hour | 1day | 1week | 1month | 1year | never\n  burn_after_reading?: boolean     # default: false\n  password?:  string               # ask user if requested\n  attachment?: boolean             # true for binary/image/archive files\n  bin?:       string               # named instance from config\n\nOutput:\n  paste_url:  string   # shareable link to present\n  expire:     string   # expiry setting used\n  password?:  string   # echoed back if set\n\nSteps\n\nCheck CLI — Run privatebin --version. If not found, install privatebin-cli and stop until user resolves it.\n\nCheck config — Verify ~/.config/privatebin/config.json exists. If missing, run:\n\nprivatebin init                                 # default: privatebin.net\nprivatebin init --host https://bin.example.com  # custom host\n\n\nDetermine parameters — Infer formatter, expiry, attachment from context. Use defaults (plaintext, 1day) if unspecified. Ask for password only if user requested it.\n\nRun upload — Use --output=json as global flag (before create):\n\n# Text/code via stdin\nprintf '%s' \"<content>\" | privatebin --output=json create [flags]\n\n# From file\nprivatebin --output=json create --filename=/path/to/file [flags]\n\n# File attachment\nprivatebin --output=json create --attachment --filename=/path/to/file [flags]\n\n\nParse response — Extract paste_url from JSON:\n\n{ \"paste_id\": \"...\", \"paste_url\": \"https://bin.example.com?id#key\", \"delete_token\": \"...\" }\n\n\nConfirm — Present paste_url, expiry, and password (if set) to user.\n\nCommon Flags\nFlag\tExample\tUse Case\nFormatter\t--formatter=markdown\tMarkdown reports\nExpiry\t--expire=10min\tQuick share\nBurn\t--burn-after-reading\tOne-time secret\nPassword\t--password=secret\tAccess control\nAttachment\t--attachment\tBinary/image files\nOn Failure\nError\tAction\nCLI not found\tGuide user to install (see README.md)\nno privatebin instance configured\tRun privatebin init --host <url> --force\nRate limit\tWait 10s, retry once. If fails again, report to user\nUpload error\tShow error message. Check host URL, network, config"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/KafCoppelia/privatebin-upload",
    "publisherUrl": "https://clawhub.ai/KafCoppelia/privatebin-upload",
    "owner": "KafCoppelia",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/privatebin-upload",
    "downloadUrl": "https://openagent3.xyz/downloads/privatebin-upload",
    "agentUrl": "https://openagent3.xyz/skills/privatebin-upload/agent",
    "manifestUrl": "https://openagent3.xyz/skills/privatebin-upload/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/privatebin-upload/agent.md"
  }
}