Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

linkfox-ruiguan-copyrightLinkfox 锐冠版权所有

Agent Skill

linkfox-ruiguan-copyright 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,769

周安装

88

GitHub Stars

公开资料未说明

下载量

644
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkfox-ruiguan-copyright

简介

检测图片是否存在版权侵权风险,提供相似度匹配与权利人信息查询服务。

  • 适用于上架前合规筛查、TRO案件预警与版权素材溯源,降低法律纠纷概率。
  • 上传图片后返回潜在权利方与相似作品列表,支持批量检测与风险等级标注。
  • 数据库覆盖有限,部分新兴创作者或非知名作品可能无法识别,需人工复核。
  • linkfox-ruiguan-copyright 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-ruiguan-copyright
description
图片版权侵权检测与风险分析。当用户提到版权检测、版权核查、图片侵权检查、图片版权风险、版权相似度搜索、TRO风险分析、权利人查询、版权合规验证、copyright detection, image infringement, copyright risk, TRO risk, copyright lookup, infringement analysis, Ruiguan时触发此技能。即使用户未明确提及"版权",只要其需求涉及检查图片是否可能侵犯已登记的版权作品,也应触发此技能。

Ruiguan Copyright Detection

This skill guides you on how to perform image copyright detection, helping e-commerce sellers and designers identify potential copyright infringement risks before using images.

Core Concepts

Copyright detection works by comparing a given image against a database of registered copyrighted works. The system returns visually similar copyrighted images along with key risk indicators such as similarity score, rights owner information, TRO (Temporary Restraining Order) litigation history, and radar-based infringement assessment.

Similarity: A decimal string (e.g., "0.85") representing how closely the input image matches a copyrighted work. Higher values indicate greater risk.

Radar detection: An additional layer of analysis that provides a binary infringement judgment (1 = infringing, 0 = not infringing). When enabled, each result includes this secondary assessment.

TRO history: TRO (Temporary Restraining Order) is a legal mechanism commonly used in copyright enforcement. Results flagged with TRO history indicate the rights owner has previously pursued legal action, signaling elevated risk.

Parameters

ParameterTypeRequiredDefaultDescription
imageUrlstringYes-URL of the image to check for copyright infringement (max 1000 characters)
topNumberintegerNo100Number of results to return (min: 10, max: 200)
enableRadarbooleanNotrueWhether to enable radar-based infringement detection

Parameter Guidelines

  1. imageUrl: Must be a publicly accessible image URL. Supports common image formats. The URL must not exceed 1000 characters.
  2. topNumber: Controls how many matching copyrighted works are returned. Use a smaller number (e.g., 10-20) for quick checks; use the maximum (200) for thorough audits.
  3. enableRadar: When set to true, each result includes a radar-based infringement judgment. Keep enabled for comprehensive analysis; disable only when a faster, similarity-only scan is sufficient.

API Usage

This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, and response structure. You can also execute scripts/ruiguan_copyright_detection.py directly to run queries.

Usage Examples

1. Basic Copyright Check for a Single Image User: "Check if this image has any copyright issues: https://example.com/my-image.jpg" Action: Call with imageUrl set to the provided URL, using defaults for other parameters.

2. Quick Scan with Fewer Results User: "Do a quick copyright scan on this product image, I just need the top matches: https://example.com/product.png" Action: Call with topNumber set to 10 for faster results.

3. Thorough Audit with Maximum Results User: "I need a full copyright audit on this design: https://example.com/design.jpg" Action: Call with topNumber set to 200 for the most comprehensive scan.

4. Similarity-Only Check (No Radar) User: "Just check the similarity of this image against copyrighted works, no need for detailed infringement analysis: https://example.com/photo.jpg" Action: Call with enableRadar set to false.

5. Batch Checking (Multiple Images) User: "Check these three images for copyright: url1, url2, url3" Action: Call the API once for each image URL and consolidate results.

Display Rules

  1. Present data clearly: Show detection results in a well-structured table. Key columns to display include: similarity score, rights owner, copyright code, radar result, TRO history, and copyright source link.
  2. Highlight high-risk results: When similarity is high (e.g., >= 0.80) or radar detection flags infringement (subRadarResult = 1), clearly mark these as high-risk entries.
  3. TRO warnings: When troCase or troHolder is true, prominently warn the user about existing TRO litigation history associated with the rights owner.
  4. Image previews: When path or pathThumb URLs are available, mention that thumbnail previews of the copyrighted works can be viewed at those URLs.
  5. Result count notice: Inform the user of the total number of matches found. If many results are returned, show the most relevant (highest similarity) entries first.
  6. Error handling: When a request fails, explain the reason and suggest checking that the image URL is publicly accessible and correctly formatted.
  7. No legal advice: Present detection results factually. Do not provide legal conclusions — recommend the user consult legal counsel for definitive copyright assessments.

Important Limitations

  • Image URL required: The tool accepts image URLs only, not local file uploads. The image must be publicly accessible.
  • URL length: The image URL must not exceed 1000 characters.
  • Result cap: A maximum of 200 results can be returned per query.
  • Detection scope: Results are limited to the copyrighted works database maintained by the detection service.

User Expression & Scenario Quick Reference

Applicable -- Image copyright risk assessment:

User SaysScenario
"Check if this image has copyright issues"Basic copyright detection
"Is this image safe to use"Infringement risk check
"Find similar copyrighted images"Copyright similarity search
"Does this image have TRO risk"TRO litigation risk analysis
"Who owns the copyright for this image"Rights owner lookup
"Copyright audit for product images"Batch copyright compliance check
"Is this design original or copied"Originality verification

Not applicable -- Needs beyond image copyright detection:

  • Trademark or patent searches
  • Text or music copyright checks
  • Image editing or modification
  • Reverse image search for non-copyright purposes
  • Legal advice or litigation strategy

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


*For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

71.58%
按下载量换算461

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills