{
  "schemaVersion": "1.0",
  "item": {
    "slug": "instapaper",
    "name": "Instapaper",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vburojevic/instapaper",
    "canonicalUrl": "https://clawhub.ai/vburojevic/instapaper",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/instapaper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instapaper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/commands.md",
      "references/errors.md",
      "references/output-and-sync.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. 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. 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/instapaper"
    },
    "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/instapaper",
    "agentPageUrl": "https://openagent3.xyz/skills/instapaper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instapaper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instapaper/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Use this skill to handle Instapaper operations via the ip CLI (which must be installed and available in PATH), especially when you need reliable automation, structured output, or troubleshooting guidance."
      },
      {
        "title": "Install the CLI",
        "body": "Go install: go install github.com/vburojevic/instapaper-cli/cmd/ip@latest\nHomebrew: brew tap vburojevic/tap && brew install instapaper-cli\nFrom source: go build ./cmd/ip (run as ./ip)"
      },
      {
        "title": "Workflow (fast path)",
        "body": "Verify setup\n\nEnsure INSTAPAPER_CONSUMER_KEY and INSTAPAPER_CONSUMER_SECRET are set or passed during login.\nPrefer --password-stdin for auth; never store the password.\nRun ip doctor --json (or ip auth status) before long jobs.\n\n\n\nPick output format for automation\n\nDefault is --ndjson (streaming, one object per line).\nUse --json for single objects or compact arrays.\nUse --plain for stable, line-oriented text.\nAdd --stderr-json for structured errors and --progress-json for long runs.\n\n\n\nRead data deterministically\n\nUse list or export with --cursor/--cursor-dir or --since/--until bounds.\nUse --updated-since for incremental sync.\nUse --select for client-side filtering when the API does not support it.\n\n\n\nMutate safely\n\nUse --dry-run or --idempotent when possible.\nFor bulk actions, use --ids or --stdin and consider --batch.\nDeletions require explicit confirmation flags.\n\n\n\nHandle extras\n\nText view: ip text for article HTML.\nHighlights: ip highlights list/add/delete.\nFolders: ip folders list/add/delete/order.\n\n\n\nTroubleshoot\n\nUse --debug for request timing and status.\nUse --stderr-json and map exit_code to action."
      },
      {
        "title": "Command reference",
        "body": "Read these when you need exact flags, formats, or examples:\n\nreferences/commands.md: command-by-command examples for auth, list/export/import, mutations, folders, highlights, and text.\nreferences/output-and-sync.md: output formats, progress streams, cursor/bounds syntax, and filtering.\nreferences/errors.md: exit codes and structured stderr error codes."
      },
      {
        "title": "Guardrails",
        "body": "Avoid --format table for parsing; it is for humans only.\nUse --output or --output-dir for large exports to avoid stdout pressure.\nPrefer --password-stdin on Windows to avoid echoing passwords."
      }
    ],
    "body": "Instapaper CLI\nOverview\n\nUse this skill to handle Instapaper operations via the ip CLI (which must be installed and available in PATH), especially when you need reliable automation, structured output, or troubleshooting guidance.\n\nInstall the CLI\nGo install: go install github.com/vburojevic/instapaper-cli/cmd/ip@latest\nHomebrew: brew tap vburojevic/tap && brew install instapaper-cli\nFrom source: go build ./cmd/ip (run as ./ip)\nWorkflow (fast path)\n\nVerify setup\n\nEnsure INSTAPAPER_CONSUMER_KEY and INSTAPAPER_CONSUMER_SECRET are set or passed during login.\nPrefer --password-stdin for auth; never store the password.\nRun ip doctor --json (or ip auth status) before long jobs.\n\nPick output format for automation\n\nDefault is --ndjson (streaming, one object per line).\nUse --json for single objects or compact arrays.\nUse --plain for stable, line-oriented text.\nAdd --stderr-json for structured errors and --progress-json for long runs.\n\nRead data deterministically\n\nUse list or export with --cursor/--cursor-dir or --since/--until bounds.\nUse --updated-since for incremental sync.\nUse --select for client-side filtering when the API does not support it.\n\nMutate safely\n\nUse --dry-run or --idempotent when possible.\nFor bulk actions, use --ids or --stdin and consider --batch.\nDeletions require explicit confirmation flags.\n\nHandle extras\n\nText view: ip text for article HTML.\nHighlights: ip highlights list/add/delete.\nFolders: ip folders list/add/delete/order.\n\nTroubleshoot\n\nUse --debug for request timing and status.\nUse --stderr-json and map exit_code to action.\nCommand reference\n\nRead these when you need exact flags, formats, or examples:\n\nreferences/commands.md: command-by-command examples for auth, list/export/import, mutations, folders, highlights, and text.\nreferences/output-and-sync.md: output formats, progress streams, cursor/bounds syntax, and filtering.\nreferences/errors.md: exit codes and structured stderr error codes.\nGuardrails\nAvoid --format table for parsing; it is for humans only.\nUse --output or --output-dir for large exports to avoid stdout pressure.\nPrefer --password-stdin on Windows to avoid echoing passwords."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vburojevic/instapaper",
    "publisherUrl": "https://clawhub.ai/vburojevic/instapaper",
    "owner": "vburojevic",
    "version": "0.2.9",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/instapaper",
    "downloadUrl": "https://openagent3.xyz/downloads/instapaper",
    "agentUrl": "https://openagent3.xyz/skills/instapaper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instapaper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instapaper/agent.md"
  }
}