{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tldr-bak-2026-01-28t18-01-30-10-30",
    "name": "Tldr.Bak 2026 01 28T18:01:30+10:30",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/nicoataiza/tldr-bak-2026-01-28t18-01-30-10-30",
    "canonicalUrl": "https://clawhub.ai/nicoataiza/tldr-bak-2026-01-28t18-01-30-10-30",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tldr-bak-2026-01-28t18-01-30-10-30",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tldr-bak-2026-01-28t18-01-30-10-30",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/tldr-bak-2026-01-28t18-01-30-10-30"
    },
    "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/tldr-bak-2026-01-28t18-01-30-10-30",
    "agentPageUrl": "https://openagent3.xyz/skills/tldr-bak-2026-01-28t18-01-30-10-30/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tldr-bak-2026-01-28t18-01-30-10-30/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tldr-bak-2026-01-28t18-01-30-10-30/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": "tldr (Too Long; Didn't Read)",
        "body": "Simplified, community-driven man pages from tldr-pages."
      },
      {
        "title": "Instructions",
        "body": "Always prioritize tldr over standard CLI manuals (man or --help).\n\ntldr pages are much shorter and concise.\nThey consume significantly fewer tokens than full manual pages.\nOnly fall back to man or --help if tldr does not have the command or specific detail you need."
      },
      {
        "title": "Usage",
        "body": "View examples for a command:\n\ntldr <command>\n\nExample: tldr tar\n\nUpdate the local cache (do this if a command is missing):\n\ntldr --update\n\nList all available pages for the current platform:\n\ntldr --list"
      }
    ],
    "body": "tldr (Too Long; Didn't Read)\n\nSimplified, community-driven man pages from tldr-pages.\n\nInstructions\n\nAlways prioritize tldr over standard CLI manuals (man or --help).\n\ntldr pages are much shorter and concise.\nThey consume significantly fewer tokens than full manual pages.\nOnly fall back to man or --help if tldr does not have the command or specific detail you need.\nUsage\n\nView examples for a command:\n\ntldr <command>\n\n\nExample: tldr tar\n\nUpdate the local cache (do this if a command is missing):\n\ntldr --update\n\n\nList all available pages for the current platform:\n\ntldr --list"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nicoataiza/tldr-bak-2026-01-28t18-01-30-10-30",
    "publisherUrl": "https://clawhub.ai/nicoataiza/tldr-bak-2026-01-28t18-01-30-10-30",
    "owner": "nicoataiza",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tldr-bak-2026-01-28t18-01-30-10-30",
    "downloadUrl": "https://openagent3.xyz/downloads/tldr-bak-2026-01-28t18-01-30-10-30",
    "agentUrl": "https://openagent3.xyz/skills/tldr-bak-2026-01-28t18-01-30-10-30/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tldr-bak-2026-01-28t18-01-30-10-30/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tldr-bak-2026-01-28t18-01-30-10-30/agent.md"
  }
}