TTokenySpace
返回 Skills 列表

智慧芽-实用新型专利以图搜图

基于智慧芽的专利图片相似度搜索,支持通过图片URL检索实用新型专利。当用户提到实用新型专利图片搜索、实用新型专利侵权检查、实用新型专利搜索、以图搜专利、实用新型专利相似度检测、专利图片匹配、专利形状/图案/色彩匹配、检查产品结构是否侵犯已有实用新型专利、patent image search, utility m...

#中文
0

安装到 Tokeny(自动)

下载 ZIP
安装"linkfox-zhihuiya-utility-patent-image-search"技能
技能信息:
- 名称: 智慧芽-实用新型专利以图搜图
- 标识: linkfox-zhihuiya-utility-patent-image-search
- 描述: 基于智慧芽的专利图片相似度搜索,支持通过图片URL检索实用新型专利。当用户提到实用新型专利图片搜索、实用新型专利侵权检查、实用新型专利搜索、以图搜专利、实用新型专利相似度检测、专利图片匹配、专利形状/图案/色彩匹配、检查产品结构是否侵犯已有实用新型专利、patent image search, utility m...
- 版本: 1.0.0
下载地址:
https://www.tokeny.space/api/skills/linkfox-zhihuiya-utility-patent-image-search/download
继续

复制上方内容到 Tokeny 客户端并在会话中发送即可自动安装;也可直接 下载 ZIP并拖动到技能窗口安装。

SKILL.md

Zhihuiya Utility Patent Image Search

This skill guides you on how to perform image-based patent similarity searches using the Zhihuiya patent database, helping users identify potentially similar utility model patents. This skill supports utility model patents only; for design patents use linkfox-zhihuiya-patent-image-search.

Core Concepts

Patent Image Search uses visual AI models to compare a given product or design image against a global patent image database. It returns a ranked list of similar patents, enabling users to evaluate infringement risks or conduct prior-art research.

This skill supports utility model patents only:

TypeCodeDescription
Utility Model PatentUProtects the functional shape/structure of a product

Search models for utility model patents:

Model IDStrategyRecommendation
3Match ShapeShape-only comparison
4Match Shape/Pattern/ColorRecommended for utility model patents (default)

Design patents (model 1/2) are not supported by this skill. Use linkfox-zhihuiya-patent-image-search instead.

Scoring logic: A higher score value means greater visual similarity. When presenting results, sort by score in descending order (highest similarity first) so users can prioritize the most relevant patents for review.

Parameter Guide

Required Parameters

ParameterDescriptionExample
urlThe image URL to search againsthttps://example.com/product.jpg
patentTypePatent type, fixed to U (utility model) by this skillU
modelSearch model ID: 3 (shape only) or 4 (recommended)4

Common Optional Parameters

ParameterDescriptionDefault
countryPatent authority country codes, comma-separated (e.g., CN,US,JP)All countries
legalStatusLegal status codes, comma-separatedNone
simpleLegalStatusSimple legal status: 0 (expired), 1 (active), 2 (pending)None
assigneesApplicant / patent holder nameNone
applyStartTimeApplication start date (yyyyMMdd)None
applyEndTimeApplication end date (yyyyMMdd)None
publicStartTimePublication start date (yyyyMMdd)None
publicEndTimePublication end date (yyyyMMdd)None
limitNumber of results to return (1-100)10
offsetPagination offset (0-1000)0
fieldSort field: SCORE, APD, PBD, ISDSCORE
orderSort order: desc or asc (for APD/PBD/ISD)desc
langTitle language preference: original, cn, enoriginal
preFilterEnable country pre-filtering: 1 (on) / 0 (off)1
stemmingEnable stemming: 1 (on) / 0 (off)0
mainFieldSearch within title, abstract, claims, description, publication number, application number, applicant, inventor, IPC/UPC/LOCNone
includeMachineTranslationInclude machine-translated data in searchNone
scoreExpansionEnable score expansionNone
isHttpsReturn HTTPS image URLs: 1 (yes) / 0 (no)0
returnImgIdReturn image IDs in resultsfalse

Note: The loc (Locarno classification) parameter applies to design patents only and is not relevant for utility model searches.

Commonly Used Country Codes

CodeCountry/Region
CNChina
USUnited States
JPJapan
KRSouth Korea
EPEuropean Patent Office
WOWIPO
DEGermany
GBUnited Kingdom
FRFrance
AUAustralia

调用方式

  • API 端点POST /zhihuiya/patentImageSearch(完整参数/响应/错误码见 references/api.md
  • Python 脚本python scripts/zhihuiya_patent_image_search.py '<JSON 参数>' [--inline]
  • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

输出策略(脚本默认行为)

  • 始终将完整响应写入 <cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-zhihuiya-utility-patent-image-search-<timestamp>.json<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
  • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
  • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)
  • --inline 强制全量打印到 stdout(同样落盘)

读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jqConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

解决认证和积分问题

发生以下异常情况时,采用以下措施来处理:

异常情况

  • 未配置API Key:环境变量未配置 LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY
  • 响应401或402状态码
  • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

措施

Local Image Upload

This tool requires a publicly accessible image URL. If the user provides a local image file path (e.g., C:\Users\...\photo.png, /home/.../image.jpg), you must upload it first to obtain a public URL.

Run the upload script:

python scripts/upload_image.py /path/to/local/image.png

The script will return a public URL (valid for 24 hours) that can be used as the image URL parameter.

Usage Examples

1. Basic utility model patent search (recommended starting point) Search for utility model patents similar to a product image, matching shape/pattern/color across all countries:

{
  "url": "https://example.com/my-product.jpg",
  "patentType": "U",
  "model": 4,
  "limit": 20
}

2. Utility model patent search limited to specific countries Search only in China and the United States:

{
  "url": "https://example.com/my-product.jpg",
  "patentType": "U",
  "model": 4,
  "country": "CN,US",
  "limit": 20
}

3. Shape-only utility model patent search Compare by shape only (ignore pattern/color):

{
  "url": "https://example.com/my-product.jpg",
  "patentType": "U",
  "model": 3,
  "country": "CN",
  "limit": 20
}

4. Search only active patents within a date range Find active utility model patents filed after 2020:

{
  "url": "https://example.com/my-product.jpg",
  "patentType": "U",
  "model": 4,
  "simpleLegalStatus": "1",
  "applyStartTime": "20200101",
  "limit": 30
}

5. Search by specific assignee Find patents held by a particular company:

{
  "url": "https://example.com/my-product.jpg",
  "patentType": "U",
  "model": 4,
  "assignees": "Apple Inc.",
  "limit": 20
}

6. Get results with Chinese-translated titles

{
  "url": "https://example.com/my-product.jpg",
  "patentType": "U",
  "model": 4,
  "lang": "cn",
  "limit": 20
}

Display Rules

  1. Sort by score: Always sort results by score in descending order (highest similarity first) to help users quickly identify the most relevant infringement risks.

  2. Show complete details: When summarizing results or generating reports, include ALL of the following for each patent -- do NOT omit or abbreviate:

    • Application number (apno)
    • Patent title in Chinese (use lang: cn or provide translation)
    • Inventor (inventor)
    • Patent drawing (the matched url image)
    • Every patent image in the image list
    • Patent abstract
    • Patent description
    • IPC/UPC classification information
    • Radar result (radarResult) if available
    • Patent specification
  3. Legal disclaimer: Always append a friendly reminder at the end of results:

    This search result was generated by LinkfoxAgent. It is recommended to consult a professional patent attorney for legal advice.

  4. Score explanation: Remind users that the score represents visual similarity -- a higher score indicates a closer match, but does not constitute a legal determination of infringement.

  5. Pagination guidance: When the total count exceeds the returned results, inform users about the total number of matching patents and guide them to use offset and limit for additional pages.

  6. Error handling: When a query fails, explain the reason and suggest adjustments (e.g., verify the image URL is publicly accessible, check country codes, adjust date formats).

User Expression & Scenario Quick Reference

Applicable -- Image-based utility model patent similarity searches:

User SaysScenario
"Check if my product structure infringes any utility model patents"Utility model patent infringement check
"Search for similar utility model patents"Utility model patent similarity search
"Find utility model patents that look like this image"Visual utility model patent lookup
"Are there any utility model patents similar to my product structure"Utility model risk assessment
"Utility model patent search by image"Utility model search
"Check utility model patent risks for this product in China and US"Multi-country utility model patent check
"Find active utility model patents in this category"Filtered utility model patent search
"Who holds utility model patents similar to this design"Competitor patent discovery

Not applicable -- Needs beyond utility model patent image search:

  • Text-based patent search (keyword/abstract/claim search)
  • Design patent image search (use linkfox-zhihuiya-patent-image-search instead)
  • Patent legal status monitoring or annuity management
  • Patent valuation or licensing negotiation
  • Freedom-to-operate (FTO) legal opinions
  • Patent family or citation analysis

积分消耗规则

消耗 81 积分。

用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。

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.

评论

加载中…