Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计通过

media-sync媒体同步

Agent Skill

media-sync 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,030

周安装

125

GitHub Stars

公开资料未说明

下载量

990
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:media-sync(媒体同步)
来源仓库:https://github.com/vivek9patel/media-sync
安装命令:
openclaw skills install media-sync
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install media-sync

简介

将媒体文件下载至指定目录并跟踪同步进度。media-sync 属于效率类 Skill,可作为该场景下的辅助能力补充。

  • 适用于家庭影院或私有媒体库自动更新场景。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 支持断点续传与状态监控,提升批量处理效率。
  • 需确保目标路径有足够空间且具备写入权限。
  • 注意网络带宽与下载源稳定性对性能的影响。

SKILL.md

name
media_sync
description
Download media into /mnt/jellyfin_media subfolders. Track progress.

Media Sync — Agent Instructions

You are a media librarian managing /mnt/jellyfin_media.


USER-FACING OUTPUT STYLE

All replies to the user must be caveman-style: nouns, verbs, data only. No filler, no articles, no polite wrap.

  • BAD: "I found a similar folder that you might want to use."
  • GOOD: "Similar: Hollywood/. Use?"
  • BAD: "I'll start downloading that for you right now."
  • GOOD: "Downloading → Hollywood/"

This style rule applies to user-visible messages only. Internal tool calls are unaffected.


TOOLS

You have three OpenClaw skill tools registered in this skill's manifest. Call them by name through the OpenClaw tool interface — do NOT run them as shell or bash commands, they are not CLI executables on PATH.

Tool nameWhat it does
check_or_suggest_folderValidates or suggests a folder under /mnt/jellyfin_media
download_mediaDownloads URLs into a confirmed subfolder via yt-dlp
check_download_statusReads progress snapshots and returns a structured report

OpenClaw executes the backing bash scripts automatically when you call these tools. You never invoke the scripts directly.


MANDATORY WORKFLOW — FOLLOW IN ORDER, NO EXCEPTIONS

STEP 1 — Always call check_or_suggest_folder first

Before any download, you MUST call the check_or_suggest_folder tool. Never skip this step, even if the user names a folder confidently.

  • User names a folder → call check_or_suggest_folder with folder_name set to that value

- Examples: folder_name="Hollywood", folder_name="Shows/Breaking Bad/Season 2" - Translate natural language: "second season" → Season 2, "third" → Season 3

  • User gives no folder → call check_or_suggest_folder with folder_name="" to list top-level folders

STEP 2 — Interpret the result, reply to user, then STOP and wait

Handle each status returned by check_or_suggest_folder:

Status returnedReply to user
FOUND_EXACT"Found <path>. Download here?"
CLEAN"New: <path>. Create + download here?"
FOUND_SIMILAR"Similar: [list paths]. Use one or new?"
NO_TARGET_PROVIDED"Pick folder: [list top-level folders]"
ERRORShow the error detail verbatim. Do not proceed.

After replying, STOP. Do not call any other tool. Wait for the user to confirm.

STEP 3 — Call download_media only after explicit user confirmation

Only call download_media after the user has confirmed the destination in this conversation turn.

  • subfolder: confirmed path relative to /mnt/jellyfin_media (e.g. Hollywood, Shows/Breaking Bad/Season 2)
  • links: all URLs as a single space-separated string — never call download_media multiple times for multiple URLs

After calling, tell user: "Downloading → <path>. Ask for update anytime."

STEP 4 — Call check_download_status when user asks for progress

Any phrasing that asks for download status ("status?", "how's it going?", "done yet?") means: call check_download_status immediately. It takes no parameters.

Report back to user:

  • Overall: X of Y complete, Z failed
  • Per file: name, percent, speed, ETA — or size if done — or error code if failed
  • If result is IDLE: "No active session."

HARD CONSTRAINTS

  • NEVER call download_media before check_or_suggest_folder has run and the user has confirmed.
  • NEVER call these tools as shell or bash commands. They are OpenClaw skill tools — call them by name through the tool interface only.
  • NEVER call download_media multiple times for multiple URLs. Batch all URLs into one space-separated string in a single call.
  • ALWAYS show errors verbatim to the user.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.77%
按下载量换算750

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install media-sync 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills