{
  "schemaVersion": "1.0",
  "item": {
    "slug": "byr-cli",
    "name": "BYR CLI Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/1MoreBuild/byr-cli",
    "canonicalUrl": "https://clawhub.ai/1MoreBuild/byr-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/byr-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=byr-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "examples.md",
      "publish.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-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/byr-cli"
    },
    "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/byr-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/byr-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/byr-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/byr-cli/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": "When To Use",
        "body": "Use this skill when a task needs any BYR operation via CLI:\n\nauthenticate/check auth state\nsearch torrents with filters\nbrowse latest torrents with filters\ninspect torrent details\nplan or execute torrent downloads\nfetch BYR metadata and user info\nrun local diagnostics before live calls"
      },
      {
        "title": "Boundaries",
        "body": "Work only through the byr binary.\nPrefer --json for machine-readable output.\nDo not infer missing IDs/paths or silently mutate files.\nKeep read-only commands non-destructive."
      },
      {
        "title": "Auth Notes",
        "body": "Support both cookie formats in auth import-cookie:\n\nuid=...; pass=...\nsession_id=...; auth_token=... (optional refresh_token=...)\n\n\nBrowser import:\n\nchrome (macOS path/decrypt flow)\nsafari best effort with manual fallback\n\n\nAlways check status before live operations:\n\nbyr auth status --verify --json"
      },
      {
        "title": "Commands (JSON First)",
        "body": "Read-only:\n\nbyr check --json\nbyr whoami --json\nbyr doctor [--verify] --json\nbyr browse [--limit <n>] [--category <alias|id>] [--incldead <alias|id>] [--spstate <alias|id>] [--bookmarked <alias|id>] [--page <n>] --json\nbyr search --query \"<text>\" --limit <n> --json\nbyr search --imdb <tt-id> [--category <alias|id>] [--spstate <alias|id>] --json\nbyr get --id <torrent-id> --json\nbyr user info --json\nbyr meta categories --json\nbyr meta levels --json\nbyr auth status [--verify] --json\nbyr auth import-cookie --cookie \"<cookie-header>\" --json\nbyr auth import-cookie --from-browser <chrome|safari> [--profile <name>] --json\nbyr auth logout --json\n\nWrite side effect:\n\nDry run first: byr download --id <torrent-id> --output <path> --dry-run --json\nActual write: byr download --id <torrent-id> --output <path> --json"
      },
      {
        "title": "Search/Browse Semantics",
        "body": "search and browse return paged list data.\nJSON fields:\n\nmatchedTotal: estimated total hits inferred from BYR pagination range blocks.\nreturned: number of items returned in current payload.\ntotal: backward-compatible alias of returned.\n\n\nIf --page is omitted, list commands auto-fetch subsequent pages until --limit is reached.\nIf --page is provided, only that page is fetched."
      },
      {
        "title": "Side-Effect Policy",
        "body": "Before non-dry-run download:\n\nverify --id and --output are explicit\nrun dry-run and inspect sourceUrl/fileName\nconfirm intent for the output path\n\nIf parameters are missing, ask for explicit values."
      },
      {
        "title": "Error handling",
        "body": "Surface error.code and error.message.\nFor E_ARG_*: request corrected flags/arguments.\nFor E_AUTH_*: re-auth guidance (auth import-cookie or credential refresh).\nFor E_NOT_FOUND_*: request different query/torrent ID.\nFor E_UPSTREAM_*: suggest retry and capture command/context."
      },
      {
        "title": "Response Style",
        "body": "Keep result summaries short.\nInclude key fields for search/get: id, title, size, seeders, leechers.\nFor list commands include both matchedTotal and returned when present.\nInclude key fields for download: outputPath, sourceUrl, dryRun, bytesWritten."
      }
    ],
    "body": "BYR CLI Skill\nWhen To Use\n\nUse this skill when a task needs any BYR operation via CLI:\n\nauthenticate/check auth state\nsearch torrents with filters\nbrowse latest torrents with filters\ninspect torrent details\nplan or execute torrent downloads\nfetch BYR metadata and user info\nrun local diagnostics before live calls\nBoundaries\nWork only through the byr binary.\nPrefer --json for machine-readable output.\nDo not infer missing IDs/paths or silently mutate files.\nKeep read-only commands non-destructive.\nAuth Notes\nSupport both cookie formats in auth import-cookie:\nuid=...; pass=...\nsession_id=...; auth_token=... (optional refresh_token=...)\nBrowser import:\nchrome (macOS path/decrypt flow)\nsafari best effort with manual fallback\nAlways check status before live operations:\nbyr auth status --verify --json\nCommands (JSON First)\n\nRead-only:\n\nbyr check --json\nbyr whoami --json\nbyr doctor [--verify] --json\nbyr browse [--limit <n>] [--category <alias|id>] [--incldead <alias|id>] [--spstate <alias|id>] [--bookmarked <alias|id>] [--page <n>] --json\nbyr search --query \"<text>\" --limit <n> --json\nbyr search --imdb <tt-id> [--category <alias|id>] [--spstate <alias|id>] --json\nbyr get --id <torrent-id> --json\nbyr user info --json\nbyr meta categories --json\nbyr meta levels --json\nbyr auth status [--verify] --json\nbyr auth import-cookie --cookie \"<cookie-header>\" --json\nbyr auth import-cookie --from-browser <chrome|safari> [--profile <name>] --json\nbyr auth logout --json\n\nWrite side effect:\n\nDry run first: byr download --id <torrent-id> --output <path> --dry-run --json\nActual write: byr download --id <torrent-id> --output <path> --json\nSearch/Browse Semantics\nsearch and browse return paged list data.\nJSON fields:\nmatchedTotal: estimated total hits inferred from BYR pagination range blocks.\nreturned: number of items returned in current payload.\ntotal: backward-compatible alias of returned.\nIf --page is omitted, list commands auto-fetch subsequent pages until --limit is reached.\nIf --page is provided, only that page is fetched.\nSide-Effect Policy\n\nBefore non-dry-run download:\n\nverify --id and --output are explicit\nrun dry-run and inspect sourceUrl/fileName\nconfirm intent for the output path\n\nIf parameters are missing, ask for explicit values.\n\nError handling\nSurface error.code and error.message.\nFor E_ARG_*: request corrected flags/arguments.\nFor E_AUTH_*: re-auth guidance (auth import-cookie or credential refresh).\nFor E_NOT_FOUND_*: request different query/torrent ID.\nFor E_UPSTREAM_*: suggest retry and capture command/context.\nResponse Style\nKeep result summaries short.\nInclude key fields for search/get: id, title, size, seeders, leechers.\nFor list commands include both matchedTotal and returned when present.\nInclude key fields for download: outputPath, sourceUrl, dryRun, bytesWritten."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1MoreBuild/byr-cli",
    "publisherUrl": "https://clawhub.ai/1MoreBuild/byr-cli",
    "owner": "1MoreBuild",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/byr-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/byr-cli",
    "agentUrl": "https://openagent3.xyz/skills/byr-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/byr-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/byr-cli/agent.md"
  }
}