Install
openclaw skills install linkfox-ruiguan-copyright图片版权侵权检测与风险分析。当用户提到版权检测、版权核查、图片侵权检查、图片版权风险、版权相似度搜索、TRO风险分析、权利人查询、版权合规验证、copyright detection, image infringement, copyright risk, TRO risk, copyright lookup,...
openclaw skills install linkfox-ruiguan-copyrightThis skill guides you on how to perform image copyright detection, helping e-commerce sellers and designers identify potential copyright infringement risks before using images.
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.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| imageUrl | string | Yes | - | URL of the image to check for copyright infringement (max 1000 characters) |
| topNumber | integer | No | 100 | Number of results to return (min: 10, max: 200) |
| enableRadar | boolean | No | true | Whether to enable radar-based infringement detection |
true, each result includes a radar-based infringement judgment. Keep enabled for comprehensive analysis; disable only when a faster, similarity-only scan is sufficient.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.
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.
subRadarResult = 1), clearly mark these as high-risk entries.troCase or troHolder is true, prominently warn the user about existing TRO litigation history associated with the rights owner.path or pathThumb URLs are available, mention that thumbnail previews of the copyrighted works can be viewed at those URLs.total number of matches found. If many results are returned, show the most relevant (highest similarity) entries first.Applicable -- Image copyright risk assessment:
| User Says | Scenario |
|---|---|
| "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:
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
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.