Use BYR CLI for auth, search, detail inspection, and safe torrent download planning with JSON envelopes.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install byr-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install byr-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/byr-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: byr-cli description: Use BYR CLI for auth, search, detail inspection, and safe torrent download planning with JSON envelopes. metadata: { "openclaw": { "skillKey": "byr-cli", "homepage": "https://clawhub.ai", "requires": { "bins": ["byr"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "byr-pt-cli", "tap": "1MoreBuild/tap", "bins": ["byr"], "label": "Install byr CLI (Homebrew)", }, { "id": "node", "kind": "node", "package": "byr-pt-cli", "bins": ["byr"], "label": "Install byr CLI (npm fallback)", }, ], }, } ---
Use this skill when a task needs any BYR operation via CLI:
byr binary.--json for machine-readable output.auth import-cookie: - uid=...; pass=... - session_id=...; auth_token=... (optional refresh_token=...)
- chrome (macOS path/decrypt flow) - safari best effort with manual fallback
- byr auth status --verify --json
Read-only:
byr check --jsonbyr whoami --jsonbyr doctor [--verify] --jsonbyr browse [--limit ] [--category ] [--incldead ] [--spstate ] [--bookmarked ] [--page ] --json byr search --query "" --limit --json byr search --imdb [--category ] [--spstate ] --json byr get --id --json byr user info --jsonbyr meta categories --jsonbyr meta levels --jsonbyr auth status [--verify] --jsonbyr auth import-cookie --cookie "" --json byr auth import-cookie --from-browser [--profile ] --json byr auth logout --jsonWrite side effect:
byr download --id --output --dry-run --json byr download --id --output --json search and browse return paged list data. - matchedTotal: estimated total hits inferred from BYR pagination range blocks. - returned: number of items returned in current payload. - total: backward-compatible alias of returned.
--page is omitted, list commands auto-fetch subsequent pages until --limit is reached.--page is provided, only that page is fetched.Before non-dry-run download:
--id and --output are explicitsourceUrl/fileNameIf parameters are missing, ask for explicit values.
error.code and error.message.E_ARG_*: request corrected flags/arguments.E_AUTH_*: re-auth guidance (auth import-cookie or credential refresh).E_NOT_FOUND_*: request different query/torrent ID.E_UPSTREAM_*: suggest retry and capture command/context.id, title, size, seeders, leechers.matchedTotal and returned when present.outputPath, sourceUrl, dryRun, bytesWritten.安装 BYR CLI Skill 后,可以对 AI 说这些话来触发它
Help me get started with BYR CLI Skill
Explains what BYR CLI Skill does, walks through the setup, and runs a quick demo based on your current project
Use BYR CLI Skill to use BYR CLI for auth, search, detail inspection, and safe torrent d...
Invokes BYR CLI Skill with the right parameters and returns the result directly in the conversation
What can I do with BYR CLI Skill in my marketing & growth workflow?
Lists the top use cases for BYR CLI Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/byr-cli/ 目录(个人级,所有项目可用),或 .claude/skills/byr-cli/(项目级)。重启 AI 客户端后,用 /byr-cli 主动调用,或让 AI 根据上下文自动发现并使用。
BYR CLI Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
BYR CLI Skill 可免费安装使用。请查阅仓库了解许可证信息。
Use BYR CLI for auth, search, detail inspection, and safe torrent download planning with JSON envelopes.
BYR CLI Skill 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using BYR CLI Skill
Identifies repetitive steps in your workflow and sets up BYR CLI Skill to handle them automatically